Isnt .AppImage files supposed to work on Ubuntu 18.06.04 LTS? Allow executing file is enabled.
I personally donāt use Applmage, but found this on the net. Btw, Ubuntu 18.04 standard support ended in May 2023.
Yes i am with howard on this ubuntu now is on version
Ubuntu 24.04 LTS (Noble Numbat)
So you are a little bit out of date on yours, if trying apps, you may need to upgrade to a later release.
Thanks fellas. Ill upgrade.
Im getting āFailed to download repository informationā when checking for updates. This is recent, or I have just not done this in a very long time. When doing this I also used to get the option to upgrade. Is there an easy way to do this now?
I donāt use Ubuntu, but here is a guide to perform the upgrade. Good Luck @pkr1979.
https://ubuntu.com/blog/how-to-upgrade-from-ubuntu-18-04-lts-to-20-04-lts-today
I canāt verify the veracity of @easyt50ās link posted above - itās from 2020. I suspect it will not be easy if youāre getting āFailed to download repository information
ā message and will probably entail editing your /etc/apt/sources.list
file : ensure you take a backup of this file - probably best to create backup of your whole /etc/apt folder e.g.
sudo cp -rp /etc/apt /etc/apt.bkup.20241218
But I just logged into a Ubuntu 18.04 server - and still get the message (recommending running do-release-upgrade):
Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 5.4.0-137-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Wed Dec 18 08:22:40 AWST 2024
System load: 0.01 Processes: 217
Usage of /: 38.3% of 38.09GB Users logged in: 0
Memory usage: 33% IP address for ens160: 172.22.26.105
Swap usage: 70% IP address for ens192: 172.22.26.37
* Introducing Expanded Security Maintenance for Applications.
Receive updates to over 25,000 software packages with your
Ubuntu Pro subscription. Free for personal use.
https://ubuntu.com/pro
121 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
New release '20.04.6 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
But in your case, it will probably want to pull down some 18.04 updates before you can do ādo-release-upgradeā - and that appears to be broken - the repository information in your sources.list probably points to a mirror that no longer exists now that Ubuntu 18.04 is EOL (end of life) -
So - theyāve probably moved the location of updates to some other string (/etc/apt/sources.list
) :
deb http://au.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
The above points directly, explicitly, at the main Australian mirror for Ubuntu. I believe this still works - but I canāt verify 100%⦠Iām pretty sure it would work (no Iām not going to update any production servers to test) :
This URL works for me :
and I can see aarnet still host Ubuntu 16.04 āxenialā update repoā¦
I have tried doing the updates from the command line with ubuntu in the past and failed⦠it will do 18 to 19 but then to go to 20 fails but never says why. Tried also going from 18 to 23 direct without passing through others and also failed, after many many hours.
Better to do a clean new install after copying important data first⦠also better to do new installs of software on new version rather than trying updates for everything
Cannot remember why there was a big change in system around 20 ā¦
I concur⦠Having said that - I had a laptop at work before covid set in - started life on 18.04 then went to 22.04 doing a series of ādo-release-upgradeā - it worked okay - but I didnāt task it with much - not really powerful enough for games - I mostly just used it to ssh to a customer jumphost, and RDP to customer Windows jumphosts.
But Iād still rather wipe the system and do a fresh install - especially if I had a machine running Ubuntu 18.04 and I wanted 22.04 or 24.04ā¦
Doing a fresh install will take much less time than all the steps needed to go from 18 to 20 to 22 to 24.
Thanks fellas - on Ubuntu 24 now and got the AppImage file working
Hi @pkr1979,
Glad the problem is solved. If you get a chance, you might want to mark the post closed (at bottom of your last post ā solution.
Have a good day.
Howard