Hi all

I recently installed Kali Linux 2019.4 on Vbox 6.1 and everything seemed to be ok, till I decided to upgrade my system. When I type apt-get upgrade what's showed off the display is next:

Code:
Se encontraron errores al procesar:
 firmware-b43-installer
 firmware-b43legacy-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
Googling my error code I found this: https://bugs.launchpad.net/ubuntu/+s...ey/+bug/655111
So I then typed apt-get remove --purge firmware-b43-installer and it returned:

Code:
dpkg: error al limpiar:
 el subproceso instalado paquete firmware-b43-installer script post-installation devolvi? el c?digo de salida de error 123
Se encontraron errores al procesar:
 firmware-b43-installer
Proceso detenido por haber demasiados errores.
E: Sub-process /usr/bin/dpkg returned an error code (1)
It's apparently the same issue I'm trying to fix but with no success. I cannot also install any program from apt-get install <whatever>.
I've no WiFi problems since I've installed a third party driver: rtl8188eus to use a wireless usb card.

I leave attached what lspci -nn gives me back when typed:

Code:
00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
00:01.1 IDE interface [0101]: Intel Corporation 82371AB/EB/MB PIIX4 IDE [8086:7111] (rev 01)
00:02.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405]
00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
00:04.0 System peripheral [0880]: InnoTek Systemberatung GmbH VirtualBox Guest Service [80ee:cafe]
00:05.0 Multimedia audio controller [0401]: Intel Corporation 82801AA AC'97 Audio Controller [8086:2415] (rev 01)
00:06.0 USB controller [0c03]: Apple Inc. KeyLargo/Intrepid USB [106b:003f]
00:07.0 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 08)
00:0d.0 SATA controller [0106]: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] [8086:2829] (rev 02)
Many thanks in advance!