[Gambas-user] Cross distribution update madness
Christof Thalhofer
chrisml at deganius.de
Wed Jan 12 18:57:30 CET 2022
Am 10.01.22 um 22:48 schrieb bb:
> You need to rebuild your package manager database.
> apt list|grep gambas
> should give you some clues as to what it thinks is installed
Find all Gambas packages installed:
> dpkg -l | grep gambas3 | awk '{print $2}' | tr '\n' ' '
Remove all packages:
> sudo apt remove $(dpkg -l | grep gambas3 | awk '{print $2}' | tr '\n' ' ')
After that Gambas can be installed as usual.
Alles Gute
Christof Thalhofer
--
Dies ist keine Signatur
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220112/3567bb7e/attachment.sig>
More information about the User
mailing list