o
odinpkg.dev
packages / library / Script

Script

67e9c70library

Just a simple package manager i made

No license · updated 5 months ago

Script - package manager for linux

Just a simple package manager for linux I made sudo install command is sudo ./script install It can: install and remove packages, read manifests, has dependency management, can upgrade packages, has safe uninstall, has file tracking, has multi repo / mirror support, has checksum verification, has sandboxed installation, can list installed packages, can show package info, can log with timestamps, has versioning with script --version and has a license. Will add future updates. This is all made by me and I should be credited.

HOW TO INSTALL:

Open terminal by ctrl + alt + t or other means.

Write git clone https://github.com/YOURNAME/script

cd script

odin build . -out:script

Now it should work