AppImage woes on Ubuntu 18.06.04 LTS

Isnt .AppImage files supposed to work on Ubuntu 18.06.04 LTS? Allow executing file is enabled.

1 Like

I personally don’t use Applmage, but found this on the net. Btw, Ubuntu 18.04 standard support ended in May 2023.

https://www.reddit.com/r/linuxquestions/comments/frhk98/ubuntu_18044_lts_cant_execute_appimage_file_no/

3 Likes

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.

1 Like

Thanks fellas. Ill upgrade.

1 Like

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?

1 Like

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

3 Likes

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 :smiley: to test) :

This URL works for me :

and I can see aarnet still host Ubuntu 16.04 ā€˜xenial’ update repo…

4 Likes

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 …

1 Like

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…

1 Like

Doing a fresh install will take much less time than all the steps needed to go from 18 to 20 to 22 to 24.

3 Likes

Thanks fellas - on Ubuntu 24 now and got the AppImage file working :slight_smile:

4 Likes

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

3 Likes