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
- Host: GitHub
- URL: https://github.com/vpeti1/goaiopm
- Owner: VPeti1
- License: gpl-3.0
- Created: 2024-04-11T17:43:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:45:52.000Z (about 1 year ago)
- Last Synced: 2024-05-16T03:56:51.246Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.