https://github.com/alphanecron/awm
Download historical Arch Linux packages with one command.
https://github.com/alphanecron/awm
archive archlinux downloader historical package python
Last synced: 12 months ago
JSON representation
Download historical Arch Linux packages with one command.
- Host: GitHub
- URL: https://github.com/alphanecron/awm
- Owner: AlphaNecron
- Created: 2021-08-29T11:18:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T05:28:34.000Z (over 4 years ago)
- Last Synced: 2025-04-12T12:13:09.217Z (12 months ago)
- Topics: archive, archlinux, downloader, historical, package, python
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awm
Simple historical Arch Linux packages downloader.
## Dependencies
```
pip install beautifultable htmllistparse
```
## Installation
```bash
git clone https://github.com/AlphaNecron/awm
cd awm
# or
mkdir awm
cd awm
curl https://raw.githubusercontent.com/AlphaNecron/awm/master/PKGBUILD -O
# and then
makepkg -sri
```
## Manual installation
```bash
curl -o awm https://raw.githubusercontent.com/AlphaNecron/awm/master/wayback_machine.py
sudo mv awm /usr/bin/awm
sudo chmod +x /usr/bin/awm
```
## Usage
```
awm package[@version]
^^^ ^^^
required optional
eg: awm neofetch@7.1.0-2
```
## Demo
[](https://asciinema.org/a/432870)