DEV Community

Cover image for Pck3r: A Package Manager for UBUNTU X64
AMZY31
AMZY31

Posted on • Edited on

Pck3r: A Package Manager for UBUNTU X64

GitHub

pck3r :

Pck3r, created for novices in Linux, can handle many tasks on Ubuntu 24.04 and other Debian-based distributions (package manager: "apt").
the pck3r project , started by AMZY31 and you can change Pck3r under GPL3 license ...

logo :

尸⼕长㇌尺
Enter fullscreen mode Exit fullscreen mode

about pck3r :

-----------------------------------------
|                                       |
| pck3r: It is a versatile program and  |
|                                       |
| you avoid using useless commands and  |
|                                       |
| it is written for Ubuntu              |
|                                       |
-----------------------------------------
Enter fullscreen mode Exit fullscreen mode

System-wide installation

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

make install
Enter fullscreen mode Exit fullscreen mode

This will copy the files to /opt/pck3r and create a symlink in /usr/local/bin.

pck3r commands

"install" command :

$ pck3r install "something" :
{
    nodejs,
    wine,
    ohmyzsh,
    flstudio,
    or ...
}
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
Enter fullscreen mode Exit fullscreen mode

Upgrade your operating system.

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

"dotnet" command :

$ pck3r install dotnet
(installing .NET (dot net ) C0RE, ASP, MCS compiler , ...)    
Enter fullscreen mode Exit fullscreen mode

"pkg" command :

$ pck3r pkg <package name>"
(search for packages ....)."
Enter fullscreen mode Exit fullscreen mode

"version" command :

$ pck3r version
(This command shows the PCK3R3r version)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)