pck3r :
Pck3r is a modern package manager for Ubuntu. It acts as a simple tool that helps users manage software with APT, or Advanced Package Tool. Pck3r makes installing, updating, and managing software easier with a clear interface and straightforward commands.
Logo
尸⼕长㇌尺
System-wide Installation
To install pck3r system-wide, use the provided Makefile:
make install
This will copy the necessary files to /opt/pck3r
and create a symbolic link /bin/pck3r
pointing to the main executable.
To uninstall pck3r, run:
make uninstall
pck3r Commands
install
Install packages such as nodejs, wine, ohmyzsh, or others:
pck3r install "package_name"
Example packages:
- nodejs
- wine
- ohmyzsh
- or others
clear
Clear your terminal (just for fun :D):
pck3r clear
sys
Manage your operating system updates:
pck3r sys update
pck3r sys upgrade
pck3r sys updgr
-
update
: update your operating system -
upgrade
: upgrade your operating system -
updgr
: update and full-upgrade, including snap packages
pkg
Search for packages:
pck3r pkg <package_name>
update
Update pck3r to the latest release from GitHub:
pck3r update
version
Show the current version of pck3r:
pck3r version
Top comments (2)
Nice tool, looks super handy!
Thanks!