Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.12 KB

This is OctoPkg, a powerful pkgng front end using Qt libs.

Main window

OctoPkg is a Qt based GUI front end to the pkg package manager, derived from Octopi. It consists of a lxqt-sudo clone called qt-sudo used to gain root privileges and a package browser application used to search, install, remove and update packages. The project is compatible with FreeBSD, DragonFly BSD, GhostBSD and HardenedBSD.

You can use pkg to install the latest OctoPkg version available in your BSD:

# pkg install octopkg

Follow the steps bellow to compile the latest source code (you'll need curl, git and qt6 packages):

$ git clone https://github.com/aarnt/octopkg
$ cd octopkg
$ qmake6
$ make
# make install

In order to run OctoPkg:

$ octopkg

Remember: OctoPkg needs doas or sudo tool to work.

Enjoy!