An open API service indexing awesome lists of open source software.

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

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

```