A time machine to return your ArchLinux machine back to a working state.
Go to file
Nicolás Ortega Froysa a7bae301b3 Add compressed manpage to gitignore.
Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
2024-04-29 18:54:52 +02:00
.gitignore Add compressed manpage to gitignore. 2024-04-29 18:54:52 +02:00
LICENSE Change license copyright year. 2024-03-12 09:27:27 +01:00
Makefile Add manpage. 2024-04-29 18:53:57 +02:00
pacundo.1 Add manpage. 2024-04-29 18:53:57 +02:00
pacundo.pl Implement package management commands. 2024-04-26 10:00:28 +02:00
README.md Create script to build and install pacundo. 2024-04-29 18:29:04 +02: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).

Installation

Dependencies:

  • Perl 5
  • File::ReadBackwards module
  • PAR Packager (for compiling)
  • GNU Makefile

You can install these packages with the following command:

# pacman -S perl perl-file-readbackwards perl-par-packer

License

This project is licensed under the terms & conditions of the Zlib license.