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

https://github.com/daechler/linuxbinaryinstaller

Install any files (e.g., scripts, binaries, AppImages) and add shortcuts to the desktop and start menu.
https://github.com/daechler/linuxbinaryinstaller

linux

Last synced: about 1 month ago
JSON representation

Install any files (e.g., scripts, binaries, AppImages) and add shortcuts to the desktop and start menu.

Awesome Lists containing this project

README

          

# Linux Binary Installer
Install any files (e.g., scripts, binaries, AppImages) and add shortcuts to the desktop and start menu.

## Installation Instructions
The following command assumes **Python** and **pip** are already installed. It will create the directory `$HOME/Software/LinuxBinaryInstaller`, download the required files, install dependencies, and launch the installer.

```bash
mkdir -p $HOME/Software/LinuxBinaryInstaller && cd $HOME/Software/LinuxBinaryInstaller && curl -O https://raw.githubusercontent.com/Daechler/LinuxBinaryInstaller/refs/heads/main/requirements.txt -O https://raw.githubusercontent.com/Daechler/LinuxBinaryInstaller/refs/heads/main/installer_gui.py && pip install -r requirements.txt && python installer_gui.py
```