[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Call to help testing osb for backward compatibility
[Thread Prev] | [Thread Next]
- Subject: Re: Call to help testing osb for backward compatibility
- From: Christof Thalhofer <chrisml@xxxxxxxxxxx>
- Date: Sat, 21 Dec 2024 19:16:05 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Am 21.12.24 um 18:19 schrieb Benoît Minisini:
Le 21/12/2024 à 18:13, T Lee Davidson a écrit :There is a warning near the top of the page: "When you add the openSUSE build service repository for the first time, remove all previous installations of Gambas entirely, to prevent any weird dependency problem."Maybe. I added that in the first place so that people don't destroy their system because of incorrect packages.
On Debian/Ubuntu I "backup" the old installation before testing OBS by simply saving the names of the existing Gambas packages.
This Shell command gives a string with all installed Gambas packages:
dpkg -l | grep gambas3 | awk '{print $2}' | tr '\n' ' '
It can be saved and used later if one wants to switch back to the Launchpad Gambas.
Before installing another Gambas one can remove all existing Gambas packages with:
sudo apt remove $(dpkg -l | grep gambas3 | awk '{print $2}' | tr '\n' ' ')
To switch back one has to change the source definitions in '/etc/apt/', remove the existing Gambas packages and then
sudo apt install $string-with-backupped-packagenames
I am not familiar with other package management systems. Alles Gute Christof Thalhofer -- Dies ist keine Signatur
Call to help testing osb for backward compatibility | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Call to help testing osb for backward compatibility | Christof Thalhofer <chrisml@xxxxxxxxxxx> |
Re: Call to help testing osb for backward compatibility | Gianluigi <gradobag@xxxxxxxxxxx> |
Re: Call to help testing osb for backward compatibility | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: Call to help testing osb for backward compatibility | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Call to help testing osb for backward compatibility | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: Call to help testing osb for backward compatibility | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |