DEV Community

AMZYEI
AMZYEI

Posted on • Edited on

PCK3R : Package manager for Ubuntu-X64 [V1.0]

pck3r :

link

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

尸⼕长㇌尺
Enter fullscreen mode Exit fullscreen mode

System-wide Installation

To install pck3r system-wide, use the provided Makefile:

make install
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

pck3r Commands

install

Install packages such as nodejs, wine, ohmyzsh, or others:

pck3r install "package_name"
Enter fullscreen mode Exit fullscreen mode

Example packages:

  • nodejs
  • wine
  • ohmyzsh
  • or others

clear

Clear your terminal (just for fun :D):

pck3r clear
Enter fullscreen mode Exit fullscreen mode

sys

Manage your operating system updates:

pck3r sys update
pck3r sys upgrade
pck3r sys updgr
Enter fullscreen mode Exit fullscreen mode
  • 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>
Enter fullscreen mode Exit fullscreen mode

update

Update pck3r to the latest release from GitHub:

pck3r update
Enter fullscreen mode Exit fullscreen mode

version

Show the current version of pck3r:

pck3r version
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
 
pherman profile image
Paige Herman

Nice tool, looks super handy!

Collapse
 
amzyei profile image
AMZYEI

Thanks!