13

Both deb files from "https://github.com/TheAssassin/AppImageLauncher"

Return "Cannot satisfy dependencies"

I want to integrate app images in my system.

user214128
  • 421
  • 3
  • 8
  • 14
  • Your question should show us actual input and output. "*Cannot satisfy dependencies*" simply tells us the nature of the problem. It lacks the detail we need to offer solutions. It could be as simple as a typo. Or a wrong version. Or it could be complex. Lots of possibilities. – user535733 Jul 04 '21 at 13:58

1 Answers1

24

To install AppImageLauncher on Ubuntu 21.04 (hirsute) add the AppImageLauncher - Stable PPA - Official Releases to your system by using commands below:

sudo add-apt-repository ppa:appimagelauncher-team/stable
sudo apt-get update
sudo apt-get install appimagelauncher
N0rbert
  • 97,162
  • 34
  • 239
  • 423
  • Just confirming this works using KDE on an Ubuntu base. Lets you specify the install location, you can have AppImages automatically installed or ask if you want to run in situ when opened, and loads icons correctly. Only thing I'm not sure about, as I've not tried, is having it install to `/opt` or some other root owned location. – Andrew Dinmore Oct 05 '21 at 15:18
  • 21.10 (impish) also there :) – madzohan Apr 16 '22 at 17:54
  • 5
    Works great with `Ubuntu 22.04.1 LTS x86_64`. – Smeterlink Aug 27 '22 at 11:03
  • 2
    `Err:8 https://ppa.launchpadcontent.net/appimagelauncher-team/stable/ubuntu lunar Release 404 Not Found` – Kaigo Jun 02 '23 at 00:49