-
Notifications
You must be signed in to change notification settings - Fork 298
Install on Ubuntu or Debian
To install AppImageLauncher on Debian, Ubuntu and derivative distributions, you can install AppImageLauncher using one of the .deb
packages provided on this latest release page. To choose the appropriate .deb
package for your Debian-based system, use this table, under its Compatible distributions
column.
Note: The main drawback from using GitHub is that you won't receive updates automatically. Please make sure to check the release page from time to time to download the latest and greatest versions.
First, download the package suitable for your system. There's support for all still-supported Ubuntu releases, Debian oldstable and newer as well as all derivatives (e.g., Linux Mint) for 32-bit and 64-bit Intel/AMD CPU based systems (state: Feb 2020). For newer releases, we also support ARM devices (32-bit and 64-bit) such as the Raspberry Pi and the Pinebook.
Go to the latest release's page and download the suitable .deb
file. If in doubt, please consult the compatibility table in the README
or open an issue so we can update the table.
After downloading, you can try to open the .deb
file. In most distributions, the software center should allow you to install it graphically.
If that is not possible, you can install the tool from the terminal using the following command:
# substitute your downloads folder's name, it might vary depending on your system language
# on French systems, it's usually called Téléchargements, for example
> cd ~/Downloads/
> sudo dpkg -i appimagelauncher-*.deb
If you encounter error messages regarding missing dependencies, the following commands usually fix the problem:
> sudo apt-get update
> sudo apt-get install -f
Please read the output of the commands thoroughly! Usually, they're informative!
You're done! You have successfully installed AppImageLauncher on your system. If you encounter issues directly after the installation, you can try rebooting once. If that doesn't fix your problem, please don't hesitate to open an issue.