Skip to content

bruneo32/vapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual APT Manager

VAPT is a simple, but powerful package manager GUI for Debian based distros (Debian, Ubuntu, Linux Mint, Pop_OS!, etc).

Features and support

Release Downloads Stars
Python Debian Ubuntu
License Commits

Feature Description
Install Install remote or local packages easily
Search Find packages by name or description
Upgrade Automatically or manually upgrade packages
Remove List and remove any package installed
Details Read package details and contents
Localization Use the program in your native language

scr_about scr_localpkg scr_upgrade

Installation

Download the latest version from releases, and install it.

sudo apt install ./vapt_1.2-4_all.deb

Roadmap

Missing features? Open an issue suggesting them.

  • Planned
    • Refactor into python modules
    • Actions: autoremove, autoclean, etc.
    • apt-mark support
    • Manage multiarch settings

Development

There is no building process because it's just python, but you can wrap up the package.

make package
make release # Rename the package for distribution

For one-shot testing:

make test

Licenses