Skip to content

HackerOS-Linux-System/Hacker-Package-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Package Manager

The hpm tool allows you to install and remove apt packages (nicer look), graphically install apt, flatpak, snap packages, install tools/app packages from the community repository (you can create and report them).

Fronted for APT

The hpm tool has a nicer look for apt + the same functionality, this part is written in rust.

Replacement for apt

Community Repository

HPM has a community repository; you can create your own repo and submit it (here's a repo template: https://github.com/Bytes-Repository/hpm-example-repo). You can submit reports to hackeros's gmail: hackeros068@gmail.com.

Graphical package installation

HPM has the ability to graphically install packages (specifically, in Tui, not through a GUI). You can install packages from apt, flatpak, or snap there.

Commands:

  • hpm install (package)
  • hpm install (package)
  • hpm clean
  • hpm update
  • hpm refresh
  • hpm fronted install (package)
  • hpm fronted remove (package)
  • hpm fronted clean
  • hpm fronted update
  • hpm community install (package)
  • hpm community remove (package)
  • hpm community clean
  • hpm community update
  • hpm community refresh
  • hpm tui
  • hpm about