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

https://github.com/vpeti1/goaiopm

AIOPM but in Go
https://github.com/vpeti1/goaiopm

Last synced: about 2 months ago
JSON representation

AIOPM but in Go

Awesome Lists containing this project

README

        

# GoAIOPM (All-in-One Package Manager in Go)

AIOPM is a command-line tool designed to manage packages on various Linux distributions. It provides a unified interface for updating, installing, and removing packages across different package managers.

# Features

- Supports Arch Linux, Debian, Fedora, openSUSE, and Void Linux
- Interactive command-line interface
- Update, install, and remove packages with ease
- Additional functionality for managing Flatpak, Snap, and pip packages

# Usage

- Launch the AIOPM tool by running the compiled binary.

- Select your Linux distribution.

- Use the provided commands to manage packages:
- update: Update package lists or upgrade installed packages.
- install: Install one or more packages.
- remove: Remove one or more packages.
- flatpak: Manage Flatpak packages (optional).
- pip: Manage Python packages (optional).
- snap: Manage Snap packages (optional).

Follow the on-screen prompts to complete package management tasks.