Skip to content

hyoungshick/eAPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%