Skip to content

Chukak/apt-manager-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APT manager

GUI for apt update command. Displays installed and available to update packages.

apt-manager-gtk

Installation and Running

Ubuntu 20.04/Debian 11

To install the apt-manager-gtk from the .deb package, download the release you need from Releases.

dpkg -i apt-manager-gtk_<VERSION>_amd64.deb

To run the apt-manager-gtk:

sudo apt-manager-gtk # or apt-manager-gtk (update option not available)

Note: If you want to install apt-manager-gtk on Debian 10, you need to manually install the libapt-pkg6.0 package.

Building from sources (Only Linux)

cmake -DCMAKE_BUILD_TYPE=Release . && make && sudo make install

Debug Build

Pass this option before running application see more:

ASAN_OPTIONS=new_delete_type_mismatch=0 ./apt-manager-gtk