All Projects → aarnt → octoxbps

aarnt / octoxbps

Licence: GPL-2.0 License
A Qt-based XBPS front end

Programming Languages

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

Projects that are alternatives of or similar to octoxbps

Saribbon
Ribbon Control on Qt
Stars: ✭ 233 (+417.78%)
Mutual labels:  qt
Jkqtplotter
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Stars: ✭ 246 (+446.67%)
Mutual labels:  qt
Trident
The server & API implementation for the TridentSDK
Stars: ✭ 61 (+35.56%)
Mutual labels:  trident
Launchyqt
🚀 Launchy project reactivated. Get the familiar feeling now!
Stars: ✭ 235 (+422.22%)
Mutual labels:  qt
Qvge
Qt Visual Graph Editor
Stars: ✭ 237 (+426.67%)
Mutual labels:  qt
ungoogled-chromium-void
Ungoogled Chromium template and builds for Void Linux
Stars: ✭ 35 (-22.22%)
Mutual labels:  voidlinux
Ssokit Qmake
A Simple & Strong Tool for TCP&UDP Debug
Stars: ✭ 231 (+413.33%)
Mutual labels:  qt
void-runit
runit init scripts for Void
Stars: ✭ 118 (+162.22%)
Mutual labels:  voidlinux
Qtusb
A cross-platform USB Module for Qt.
Stars: ✭ 245 (+444.44%)
Mutual labels:  qt
trident
Trident is a trusted and secure communication platform for enabling better communication between groups of trusted parties
Stars: ✭ 21 (-53.33%)
Mutual labels:  trident
Qhotkey
A global shortcut/hotkey for Desktop Qt-Applications
Stars: ✭ 234 (+420%)
Mutual labels:  qt
Xaos
Real-time interactive fractal zoomer
Stars: ✭ 239 (+431.11%)
Mutual labels:  qt
VoidMuslWSL
Install Void Linux (with musl-libc) as a WSL Instance (for Windows 10 1803 64bit or later)
Stars: ✭ 30 (-33.33%)
Mutual labels:  voidlinux
Ilastik
ilastik-shell, applets, and workflows to string them together.
Stars: ✭ 235 (+422.22%)
Mutual labels:  qt
void-infrastructure
Infrastructure configuration data for Void systems
Stars: ✭ 49 (+8.89%)
Mutual labels:  voidlinux
Aqtinstall
aqt: Another (unofficial) Qt CLI Installer on multi-platforms
Stars: ✭ 234 (+420%)
Mutual labels:  qt
Artiq
A leading-edge control system for quantum information experiments
Stars: ✭ 245 (+444.44%)
Mutual labels:  qt
qtCustomPlugins
A set of custom widgets to use directly in QtDesigner.
Stars: ✭ 48 (+6.67%)
Mutual labels:  qt
TridentSDK
The new API for developers to continue developing Minecraft
Stars: ✭ 48 (+6.67%)
Mutual labels:  trident
void-updates
Update check system for void-packages
Stars: ✭ 25 (-44.44%)
Mutual labels:  voidlinux

This is OctoXBPS, a powerful XBPS front end using Qt libs.

Main window

OctoXBPS is a Qt based GUI front end to the XBPS package manager, derived from OctoPkg. It consists of a lxqt-sudo clone called octoxbps-sudo used to gain root privileges, a package browser application used to search, install, remove and update packages and a system tray icon notifier to notify the user about package changes. The project is compatible with Void Linux and Project Trident.

You can use XBPS to install the latest OctoXBPS version available in your distro:

# xbps-install -S octoxbps

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

$ git clone https://github.com/aarnt/octoxbps
$ cd octoxbps/sudo
$ qmake-qt5
$ make
# make install
$ cd ../notifier
$ qmake-qt5
$ make
# make install
$ cd ..
$ qmake-qt5
$ make
# make install

In order to run OctoXBPS main package browser:

$ octoxbps

To execute OctoXBPS system tray notifier:

$ octoxbps-notifier

You'll also need "curl" and "sudo" packages installed and your user to be a member of the wheel group.

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].