GUI for apt update
command. Displays installed and available to update packages.
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.
cmake -DCMAKE_BUILD_TYPE=Release . && make && sudo make install
Pass this option before running application see more:
ASAN_OPTIONS=new_delete_type_mismatch=0 ./apt-manager-gtk