Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wynwxst/apt4droid

apt ported for android
https://github.com/wynwxst/apt4droid

Last synced: 20 days ago
JSON representation

apt ported for android

Awesome Lists containing this project

README

        

# apt4droid
apt ported for android (comes with dpkg too)

```
git clone https://github.com/Sakurai07/apt4droid/
cd apt4droid
```

installation on android terminals:

**root**:
```
su
chmod +x inst
./rootinst
```
**output**:
1. install apt for adroid
2. uninstall (beta)
3. github

**non-root**:
(for people building terminals that want to include this package)
```
chmod +x nosuinst
./nosuinst
```

# Status

Currently running on termux's repository
edit /etc/apt/sources.list as seen fit