Replies: 6 comments 2 replies
-
Hi, there is no real difference between the two in terms of use. Both AM and AppMan are extensible to multiple architectures (being simple bash scripts), they install applications from multiple sources (and not only from the official catalog, ie appimage.github.io) and do not limit themselves to installing only AppImage packages but any standalone app already available as a bundled tar/zip/deb archive (see the various Firefox, Blender, Vivaldi and Google Chrome). Furthermore, the programs managed by AM (and AppMan) are mostly updated to the latest version, and it is possible to add specific versions of some packages (if expressly requested by the user). PS: I want to clarify that "AM" installs applications following the LSB (Linux Standard Base) standards at system level, while AppMan installs everything locally in your user folder and in a path of your choice. Normally other AppImage managers install everything in a new "Applications" folder in the home or even in /. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. So basically, AM is a more advanced or a more feature-rich tool than zap. I have been using zap and I liked it, so I will give AM a try. You mentioned that AM uses multiple sources to source apps - I have seen the list of supported apps, but is the list of sources available as well? Is it possible to add custom sources somehow? For example, if I found a GitHub repo of an app that releases AppImage or .deb files, is it possible to add it somehow to AM? |
Beta Was this translation helpful? Give feedback.
-
I have installed AM and use it to install a few available apps. My first impressions are very positive. I love how it "dismembers" the downloaded AppImage file and puts its contents into appropriate folders and also integrates the app with the system, adding shortcuts into the "Start Menu". In my case, it may replace zap completely (not that there is something wrong with zap, it's still very nice). Great job. |
Beta Was this translation helpful? Give feedback.
-
I have just discovered the github2am script and tested it to install Ventoy, which does not provide neither a .deb file, nor an AppImage file. And to my surprise, typing "sudo am -i ventoy" after running the github2am script, did install the app correctly! What kind of magic is this? Can I use to install any app from GitHub that publishes a .tar.gz, .deb, etc. file? |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for the delay,
Yes, of course, just run
Sure, there is a
Thanks, for now the only two apps that are "dismembered" are kdegames and kdeutils because there I'm sure about what the names of the icons and the launcher are, I've built them, normally there are many AppImage packages that have launchers and icons with a different name if compared to what you aspect (see for example the official "Avidemux", download and extract it using the
Thanks ^.^
You don't really need it, just use the "
Ventoy is already available in the database of AM for x86_64, i686 and aarch64, then you've installed it using the script I wrote time ago :)
Each installation script is... just a shell script, you can download it using the command
Sure, just follow the instructions of the option 3 of the The template for the option 3 is this one, there is wrote everything you need to know. Just create your first script and play with it, all you need is a basic knowledge of the bash commands (really basic, ie I wrote all these scripts by myself, sorry if something doesn't match the original apps (like the "launcher", which in many cases is not the original but a generic one), any fix is welcome. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the detailed response. Appreciated. I will be playing with AM more, it's a great piece of software. |
Beta Was this translation helpful? Give feedback.
-
Hi,
can you explain, how AM differs from zap from the end-user perspective? Both are AppImage managers, that download, install, integrate with the system and update installed AppImages.
Beta Was this translation helpful? Give feedback.
All reactions