How do I install AppImageLauncher in ubuntu 21.04?
Both deb files from ""
Return "Cannot satisfy dependencies"
I want to integrate app images in my system.
11 Answer
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 2