All Projects → aarnt → octopkg

aarnt / octopkg

Licence: GPL-2.0 license
A Qt-based pkgng (BSD) front end

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to octopkg

Awesome-BSD-Ports-Programs-And-Projects
A Repo Detailing BSD Ports, Programs, and Projects.
Stars: ✭ 46 (+39.39%)
Mutual labels:  freebsd, dragonflybsd
osutil
Go library to easily detect current operating system, current Linux distribution, macOS version and more...
Stars: ✭ 22 (-33.33%)
Mutual labels:  freebsd, dragonflybsd
Spectre Meltdown Checker
Spectre, Meltdown, Foreshadow, Fallout, RIDL, ZombieLoad vulnerability/mitigation checker for Linux & BSD
Stars: ✭ 3,482 (+10451.52%)
Mutual labels:  freebsd, dragonflybsd
rcpp progress
RcppProgress R package: An interruptible progress bar with OpenMP support for c++ in R packages
Stars: ✭ 26 (-21.21%)
Mutual labels:  pkg
dockerpkg-example
Example app running in small docker container using dockerpkg
Stars: ✭ 54 (+63.64%)
Mutual labels:  pkg
jill.py
A cross-platform installer for the Julia programming language
Stars: ✭ 202 (+512.12%)
Mutual labels:  freebsd
libioc
A Python library to manage jails with ioc{age,ell}
Stars: ✭ 38 (+15.15%)
Mutual labels:  freebsd
Spotifarr
Spotifarr
Stars: ✭ 35 (+6.06%)
Mutual labels:  freebsd
gitkraken
Arch User Repository Gitkraken
Stars: ✭ 113 (+242.42%)
Mutual labels:  pkg
gnb udp over tcp
gnb_udp_over_tcp 是一个为GNB开发的通过tcp链路中转UDP分组转发的服务
Stars: ✭ 32 (-3.03%)
Mutual labels:  freebsd
cya
Easy to use snapshot and restore utility for any Linux (Unix) OS and filesystem powered by BASH
Stars: ✭ 73 (+121.21%)
Mutual labels:  freebsd
fastd
Fast and Secure Tunnelling Daemon (fastd) for FreeBSD
Stars: ✭ 29 (-12.12%)
Mutual labels:  freebsd
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (+242.42%)
Mutual labels:  freebsd
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+1003.03%)
Mutual labels:  freebsd
cxx
🔌 Configuration-free utility for building, testing and packaging executables written in C++. Can auto-detect compilation flags based on includes, via the package system and pkg-config.
Stars: ✭ 87 (+163.64%)
Mutual labels:  freebsd
control-pane
ClonOS WEB control panel (CBSD WEB UI)
Stars: ✭ 112 (+239.39%)
Mutual labels:  freebsd
packer-FreeBSD
Build a FreeBSD VM for Vagrant using packer
Stars: ✭ 23 (-30.3%)
Mutual labels:  freebsd
Mail-Toaster-6
Mail Toaster 6
Stars: ✭ 40 (+21.21%)
Mutual labels:  freebsd
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (+30.3%)
Mutual labels:  freebsd
dfly-update
Update DragonFly BSD using a release/snapshot image
Stars: ✭ 17 (-48.48%)
Mutual labels:  dragonflybsd

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

Main window

OctoPkg is a Qt based GUI front end to the pkgng package manager, derived from Octopi. It consists of a lxqt-sudo clone called octopkg-doas 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 qt5 packages):

$ git clone https://github.com/aarnt/octopkg
$ cd octopkg/doas
$ /usr/local/lib/qt5/bin/qmake
$ make
# make install
$ cd ..
$ /usr/local/lib/qt5/bin/qmake
$ make
# make install

In order to run OctoPkg:

$ octopkg

Remember: OctoPkg needs doas or sudo tool to work.

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].