[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The installation of binary packages does not work for Ubuntu 24.04 ,and 24.10
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: The installation of binary packages does not work for Ubuntu 24.04 ,and 24.10
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Tue, 1 Apr 2025 16:57:24 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hi Willy, I am forwarding my reply to an Italian forum user who is having trouble getting the web application window to work. Note that if you follow the wiki procedure (Ubuntu 24.10), version 3.19.3 is installed: Unfortunately, installing from the executable as written on the Gambas wiki does not work even on Ubuntu 24.04. I made these changes to the procedure and they worked: First of all, we need to create the root user with this command: sudo passwd root To be safe, let's set a password of at least 16 mixed characters Then we elevate ourselves to the root user with the command: su We write the password we just assigned to the root user and continue with the following commands (one by one): apt install curl echo 'deb http://download.opensuse.org/repositories/home:/gambas:/stable//xUbuntu_24.04/ /' | tee /etc/apt/sources.list.d/home:gambas:stable.list curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable//xUbuntu_22.04/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/nul apt-get update apt-get upgrade apt-get install gambas3 exit Unfortunately, doing the same operation on Ubuntu 24.10 does not work when you give the command: curl -fsSL https://download.opensuse.org/repositories/home:gambas:stable//xUbuntu_22.10/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_gambas_stable.gpg > /dev/nul A system error occurs: gnome-remote-desktop-daemon crashed with SIGBRT in g_assertion_message_expr() You can proceed and Gambas seems to install correctly but then the web doesn't work and Gambas appears unstable I will report everything on the ML Thank you for your attention, greetings Gianluigi
Re: The installation of binary packages does not work for Ubuntu 24.04 ,and 24.10 | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: The installation of binary packages does not work for Ubuntu 24.04 ,and 24.10 | gbWilly <gbWilly@xxxxxxxxxxxxxx> |