Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tina-lel/bpm
A package manager for linux written in bash
https://github.com/tina-lel/bpm
bash bash-script bash-scripting package package-management package-manager
Last synced: about 1 month ago
JSON representation
A package manager for linux written in bash
- Host: GitHub
- URL: https://github.com/tina-lel/bpm
- Owner: Tina-lel
- License: gpl-2.0
- Created: 2024-12-05T08:23:00.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T21:32:15.000Z (about 1 month ago)
- Last Synced: 2024-12-20T22:27:09.957Z (about 1 month ago)
- Topics: bash, bash-script, bash-scripting, package, package-management, package-manager
- Language: Shell
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash Package Manager
A ~fully functioning~ package manager for linux written in bash
# Information
> [!NOTE]
> This is work in progress,
> proceed with caution.# Installation
```shell
git clone https://github.com/Tina-lel/bpm
cd bpm/
./install.sh
```# Usage
```plaintext
usage: bpm [...]
operations:
bpm add [package(s)]
bpm del [package(s)]
bpm update
bpm upgrade
bpm config
bpm search [package]
bpm info [package]
bpm list
bpm index
bpm clean
bpm depclean
bpm help
bpm version```
# Todo
## Frontend
- [X] File Checksums
- [X] Full Tool Arguments
- [X] Local packages list
- [X] ~/.config/bpm.conf for various stuff
- [X] Search by package name and description
- [X] Update function with new version display
- [X] Installed, Upgraded, Removed Packages net size
- [ ] x86 64bit, 32bit and arm support## Backend
- [X] Package builder script with checksum generation