eapt

Enhanced Advanced Packaging Tools


Keywords
apt
License
MIT
Install
pip install eapt==0.1.1

Documentation

eAPT

eAPT: enhanced Advanced Packaging Tool

eAPT is a wrapper of APT equipped with mirror site resolver using geographical information.

Requirements

eAPT requires python >= 3.7 and some system libraries.

$ sudo apt-get install libcurl4-openssl-dev libssl-dev

Usage

$ pip3 install eapt

# you can use eapt just like  APT
$ eapt install vim

Otherwise, import eapt directly.

❯ python3     
Python 3.8.1 (v3.8.1:1b293b6006, Dec 18 2019, 14:08:53) 
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import eapt