Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wynwxst/apt4droid
- Owner: wynwxst
- License: mit
- Created: 2021-02-23T09:10:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T09:45:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T04:34:06.514Z (3 months ago)
- Language: C++
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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