Skip to content
forked from KDE/muon

A collection of package management tools for Debian-based systems. Qt6/Plasma 6 version

License

Notifications You must be signed in to change notification settings

evgeniy-harchenko/muon

 
 

Repository files navigation

Muon Qt6

Manage applications and libraries installed on your system to the package level. Search, install and remove packages and inspect their versions and their dependencies.

Build instructions

Requirements

Build dependencies:

cmake build-essential extra-cmake-modules qt6-base-dev libkf6kio-dev kf6-kdbusaddons-dev libkf6i18n-dev kf6-kiconthemes-dev kf6-kxmlgui-dev

Runtime dependencies:

apt-xapian-index kdialog software-properties-qt

Install

cd /where/your/downloaded/muon/source
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install

About

A collection of package management tools for Debian-based systems. Qt6/Plasma 6 version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C++ 98.7%
  • CMake 1.2%
  • Shell 0.1%