https://github.com/cryptofyre/apt-get
a barebones wrapper for pacman to use apt-get in the command line
https://github.com/cryptofyre/apt-get
Last synced: 9 months ago
JSON representation
a barebones wrapper for pacman to use apt-get in the command line
- Host: GitHub
- URL: https://github.com/cryptofyre/apt-get
- Owner: cryptofyre
- Created: 2020-11-07T05:22:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T05:33:04.000Z (about 5 years ago)
- Last Synced: 2025-02-13T12:53:36.964Z (10 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apt-get
a barebones wrapper for pacman to use apt-get in arch on the command line
## Comiling
gcc -o apt-get apt-get.m -lobjc -std=gnu99
## Install
sudo mv apt-get /usr/bin