You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you use "AM" package manager, you can install them using the following command
am -i appimagen
Use the following syntax to create a build script for an Ubuntu or debian based AppImage
appimagen appname
where "appname" is the name of the package in APT. For example
appimagen audacity
The script will be saved to the Desktop. If there is no XDG directory for the Desktop, it will be saved to $HOME.
Follow the on screen instructions:
by default, the script uses Debian as the base, but selecting 2 will allow you to set an Ubuntu base
enter the "codename" (in lowercase) of the Debian/Ubuntu version you want to use as the base
enter the additional packages you want to force into the build, or leave nothing at all
if you selected Ubuntu, you can add one or more additional PPAs or leave none at all
choose whether to allow the AppImage to see the host libraries (recommended for personal use only)
At the end, choose whether to run the script. If the build was successful, you can select "y" to launch the newly created AppImage directly from the AppImaGen CLI.
Repeat
If the build was not successful, you can simply repeat the command
appimagen appname
and then, add the packages and/or PPAs you need. You don't have to download everything again!
My other projects
"AM", Database & solutions for all AppImages and portable apps for GNU/Linux
ArchImage, create AppImages for all distributions using Arch Linux packages. Powered by JuNest