DEV Community

Cover image for pck3r : PURE RUST; Package Manager For UBUNTU X64
AMZYEI
AMZYEI

Posted on • Edited on

pck3r : PURE RUST; Package Manager For UBUNTU X64

Pck3r Project

This program is created for novices in Linux and is written in Rust. It can handle almost everything in Ubuntu and all Debian-based distributions (package manager: apt)...

This program is created by Amzyei (Amin Azimi). This program can be changed under GPL3 license...
You can send me a pull request on GitHub: https://github.com/amzy31/pck3r and features will be added to pck3r soon...
Good luck...

logo

  尸⼕长㇌尺

help and use

-----------------------------------------
|                                       |
| pck3r : It is a versatile program and |
|                                       |
| you avoid using useless commands and  |
|                                       |
| it is written in Rust for Ubuntu...   |
|                                       |
-----------------------------------------

"install" command :

$ pck3r install "something" :
{
        nodejs,
        ohmyzsh,
        or any package
}
Enter fullscreen mode Exit fullscreen mode

"clear" command :

$ pck3r clear:
{clear your terminal }
Enter fullscreen mode Exit fullscreen mode

"sys" command :

$ pck3r sys update
(update your operating system)

$ pck3r sys upgrade
(upgrade your operating system)

$ pck3r sys updgr
(both, update and upgrade (full upgrade))
Enter fullscreen mode Exit fullscreen mode

"pkg" command :

$ pck3r pkg "package"
(search for packages using apt search)
Enter fullscreen mode Exit fullscreen mode

"version" command :

$ pck3r version
(show version)
Enter fullscreen mode Exit fullscreen mode




install pck3r global

To install pck3r globally, first ensure Rust is installed on your system. If not, install it from https://rustup.rs/

Then:

$ git clone https://github.com/amzy-0/pck3r

$ cd pck3r

$ make install

update pck3r

$ pck3r update

This will update pck3r by cloning the latest version and installing it.

Top comments (0)