Files
pacundo/README.md
T

26 lines
644 B
Markdown
Raw Normal View History

2024-02-22 18:58:30 +01:00
# pacundo
You know those times when you install some ArchLinux upgrades and it breaks your
system, and now you have to go in and downgrade those packages? It's a pain
ain't it? Well, this should make it slightly less of a pain (you may still have
to boot from a USB depending on just how broken it is).
2024-02-24 13:57:09 +01:00
## Installation
Dependencies:
- Perl 5
- `File::ReadBackwards` module
2024-04-29 18:29:04 +02:00
- PAR Packager (for compiling)
- GNU Makefile
You can install these packages with the following command:
```console
# pacman -S perl perl-file-readbackwards perl-par-packer
```
2024-02-24 13:57:09 +01:00
2024-02-22 18:58:30 +01:00
## License
This project is licensed under the terms & conditions of the Zlib license.