Skip to content

Commit

Permalink
Add more details about AppImageLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 28, 2024
1 parent 3cd4288 commit 9468ed1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions docs/packaging/operating-systems/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,21 @@ The AppImage file is a compressed image which is temporarily mounted to allow ac
- AppImages are relocatable and portable, and do not modify the operating system in any way. This means it can be directly run on a Live CD, USB stick, etc.

## Can an AppImage be "installed"?
Yes, it can - but this exercise is generally left up to the user. There are frameworks which will install an AppImage on first run, by moving it to a pre-determined location, adding a dock/launcher/desktop shortcut etc.
One such framework is [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher), but there are also others.
Yes, it can - but this exercise is generally left up to the user. There are frameworks which will install an AppImage on first run, by moving it to a pre-determined location (usually `~/Applications`), adding a dock/launcher/desktop shortcut etc.
One such framework is [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher), but there are also others.

### AppImageLauncher
Installing AppImageLauncher on Ubuntu can be done with the following commands:

```
sudo add-apt-repository ppa:appimagelauncher-team/stable
sudo apt install software-properties-common appimagelauncher
```

For other distros of linux, [check the wiki](https://github.com/TheAssassin/AppImageLauncher/wiki).

Once AppImageLauncher is installed, the user will see an installation dialog any time they download and run a new AppImage:

![appimagelauncher screenshot](appimagelauncher.png)

It is also possible to install an AppImage manually (eg. without AppImageLauncher) [though it's a bit involved](https://askubuntu.com/a/1311653/15694).

0 comments on commit 9468ed1

Please sign in to comment.