[Gambas-user] Problem: can not uninstall/purge GAMBAS on Ubuntu 20.04

Peter Kostrz peter.kostrz at cofex.ch
Thu Jun 16 16:12:52 CEST 2022


Hi Bruce
Thanks a lot. It worked perfect. Back on 3.14.3 One Question: gb.qt4.ext and gb.qt4.webkit are not available which I needed in a project …. How can I load dem separately ?
Thanks
Peter
 
Peter Kostrz / CEO Cofex AG
 
 
Besuchen Sie unserer Webseite unter http://www.cofex.ch

Cofex AG -- Computing for Experts
Bahnstrasse 24
Postfach 600
CH-8603 Schwerzenbach
Phone:       +41 (0)44 806 50 50
Fax:           +41 (0)44 887 19 59
Infobox:      info at cofex.ch
Web:          www.cofex.ch
*********
LEGAL DESCLAIMER: 
This electronic message contains information from Cofex AG, which may be privileged or confidential.  The information is intended for use only by the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is strictly prohibited.  If you have received this electronic message in error, please notify me by telephone or email (to the number or email address above) immediately. Any views expressed in this message are those of the individual sender. This message is for information purposes only. All liability of Cofex AG for any damages resulting from e-mail use is excluded. Communications using this system will also be monitored and may be recorded to secure effective operation and for other lawful business purposes.
 
Cofex AG
*********
 
Von: User <user-bounces at lists.gambas-basic.org> Im Auftrag von Bruce Steers
Gesendet: Donnerstag, 16. Juni 2022 15:42
An: Gambas Mailing List <user at lists.gambas-basic.org>
Betreff: Re: [Gambas-user] Problem: can not uninstall/purge GAMBAS on Ubuntu 20.04
 
 
 
On Thu, 16 Jun 2022 at 14:35, Bruce Steers <bsteers4 at gmail.com> wrote:
 
 
On Thu, 16 Jun 2022 at 12:58, Peter Kostrz <peter.kostrz at cofex.ch> wrote:
Hello

Made a mistake and added ambas PPA in UBUNTU 20.04 - after an update nothing worked anymore. Then I saw that I have not to use ppa update in 20.04Uninstall does not work It fails when calling gambas3-runtime (new 3.17.90 searched, but 3.14.3 found). fix broken does not work, remove and clean does not as well udo apt remove gambas3Reading package lists... DoneBuilding dependency tree       Reading state information... DoneYou might want to run 'apt --fix-broken install' to correct these.The following packages have unmet dependencies: gambas3-dev : Depends: gambas3-dev-tools but it is not going to be installed
 
I would try the following...
# remove PPAssudo add-apt-repository --remove ppa:gambas-team/gambas-daily
sudo add-apt-repository --remove ppa:gambas-team/gambas3# Purge all of gambas3sudo apt-get purge --fix-broken gambas3*# update apt and reinstallsudo apt-get update
sudo apt-get install gambas3*
 
Correction:
use quotes when purging/installing all of  gambas3* using the asterix *.
Eg.
apt-get purge --fix-broken "gambas3*"
apt-get-install "gambas3*"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220616/0254774b/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6161 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220616/0254774b/attachment-0001.bin>


More information about the User mailing list