[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can we get back to Ubuntu's PPA ?


Does this not work...
1st navigate to /etc/apt/sources.list.d/ and make sure no gambas files
exists there.
edit /etc/apt/sources.list to make sure no gambas sources are listed there..
then run the following...

sudo apt purge gambas3*
echo 'deb http://download.opensuse.org/repositories/home:/gambas:/stable/xUbuntu_25.04/
/' | sudo tee /etc/apt/sources.list.d/home:gambas:stable.list
curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable/xUbuntu_25.04/Release.key
| gpg --dearmor | sudo tee
/etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/null
sudo apt update
sudo apt install gambas3



On Wed, 28 May 2025 at 08:29, Bruce Steers <bsteers4@xxxxxxxxx> wrote:

>
> Martin you said you had Ubuntu25 but your apt output shows you have added
> the repository for Debian12 ?
>
> I am currently downloading ubuntu25 to see if i can get it working.
>
> BruceS
>
> On Tue, 27 May 2025 at 22:27, Martin Cristia <tercoide@xxxxxxxxxxx> wrote:
>
>>
>> On 5/27/25 18:13, gbWilly wrote:
>> > On Tuesday, May 27th, 2025 at 22:57, Martin Cristia <
>> tercoide@xxxxxxxxxxx> wrote:
>> >
>> >> I am done today. Spent hours trying to go from Master to Stable but
>> >> nothing seems to work. Opensue build gives a bunch of errors;
>> installing
>> >> from sources has no Ubuntu 25.04 instructions (24.04 won't work), and
>> >> gbWilly binaries and instructions from GitLab's TAR.xz won't work
>> either.
>> >>
>> >> What was wrong with PPA's ???
>> >>
>> >> It seems that one needs to be a system expert to install it nowadays.
>> >>
>> > $ sudo apt-get purge gambas3
>> > $ sudo apt-get autoremove
>> > $ sudo rm /etc/apt/sources.list.d/home:gambas:master.list
>> > $ sudo echo 'deb
>> http://download.opensuse.org/repositories/home:/gambas:/stable/Debian_12/
>> /' | tee /etc/apt/sources.list.d/home:gambas:stable.list
>> > $ curl -fsSL
>> https://download.opensuse.org/repositories/home:gambas:stable/Debian_12/Release.key
>> | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg >
>> /dev/null
>> > $ sudo apt-get update
>> > $ sudo apt-get upgrade
>> > $ sudo apt-get install gambas3
>>
>>

Follow-Ups:
Re: Can we get back to Ubuntu's PPA ?Bruce Steers <bsteers4@xxxxxxxxx>
Re: Can we get back to Ubuntu's PPA ?Martin Cristia <tercoide@xxxxxxxxxxx>
References:
No progress event during the scan process when using the sane-airscan backendClaus Dietrich <claus.dietrich@xxxxxxxxxx>
Re: No progress event during the scan process when using the sane-airscan backendFabien Bodard <gambas.fr@xxxxxxxxx>
Can we get back to Ubuntu's PPA ?Martin Cristia <tercoide@xxxxxxxxxxx>
Re: Can we get back to Ubuntu's PPA ?gbWilly <gbWilly@xxxxxxxxxxxxxx>
Re: Can we get back to Ubuntu's PPA ?Martin Cristia <tercoide@xxxxxxxxxxx>
Re: Can we get back to Ubuntu's PPA ?Bruce Steers <bsteers4@xxxxxxxxx>