https://github.com/azubieta/appimage-installer
AppImage tools for end users
https://github.com/azubieta/appimage-installer
appimage appimagehub cli installer
Last synced: 10 months ago
JSON representation
AppImage tools for end users
- Host: GitHub
- URL: https://github.com/azubieta/appimage-installer
- Owner: azubieta
- License: mit
- Created: 2019-03-18T21:21:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T00:48:33.000Z (over 5 years ago)
- Last Synced: 2025-03-28T05:06:02.797Z (over 1 year ago)
- Topics: appimage, appimagehub, cli, installer
- Language: C++
- Size: 280 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appimage-installer
## Deprecation notice:
This tool was rewritten in GO, please refer to https://github.com/AppImageCrafters/appimage-manager
## Description
High level commandline interface for applications management based on the AppImage packaging
format. It uses [AppImageHub](http://www.appimagehub.com) as main source and allows to search, install, remove and
update applications.
## Usage
```bash
> app --help
Usage: app [options] command
Command details
search list applications available in the store
install install the application with the given store id
list list applications available on your system
update update if possible the given application
remove remove the application from your system
Options:
-h, --help Displays this help.
Arguments:
command Command to be executed: search | install | list | update | remove
> app search firefox
1168996 Firefox - Appimage 63.0.1 by AJSlye
> app install 1168996
Getting 1168996 from https://dl.opendesktop.org/api/files/download/id/1530021194/s/0cb9c26e57f7011261ca000b778cf021/t/1553641278/o/1/Firefox-60.0.glibc2.7-x86_64.AppImage
```