2024-04-29 16:53:57 +00:00
|
|
|
.TH PACUNDO "1" "April 2024" "pacundo 1.0" "User Commands"
|
|
|
|
.SH "NAME"
|
|
|
|
pacundo - A time machine to return your ArchLinux machine back to a working state.
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.B pacundo
|
|
|
|
[\fI\-i\fR|\fI\-r\fR] [\fI\-t\fR <\fInum\fR>] [\fI\-d\fR]
|
|
|
|
|
|
|
|
.B pacundo
|
|
|
|
\fI\-h\fR
|
|
|
|
|
|
|
|
.B pacundo
|
|
|
|
\fI\-v\fR
|
|
|
|
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
This program helps to undo the last pacman/yay transactions automatically, which
|
|
|
|
is especially helpful if the last update broke your system for some reason.
|
|
|
|
|
|
|
|
\fBNote:\fR the term \fItransaction\fR refers to an operation done by pacman
|
|
|
|
(e.g. all packages upgraded by \fIpacman -Syu\fR).
|
|
|
|
|
|
|
|
.SH "OPTIONS"
|
|
|
|
.TP
|
|
|
|
\fB\-i\fR
|
2024-05-02 11:12:34 +00:00
|
|
|
Enter interactive mode to select package operations to undo (default behavior)
|
2024-04-29 16:53:57 +00:00
|
|
|
.TP
|
|
|
|
\fB\-r\fR
|
2024-05-02 11:12:34 +00:00
|
|
|
Non-interactively undo entire transactions
|
2024-04-29 16:53:57 +00:00
|
|
|
.TP
|
|
|
|
\fB\-t\fR <\fInum\fR>
|
2024-05-02 11:12:34 +00:00
|
|
|
Specify the number of transactions to include (default: 1)
|
|
|
|
.TP
|
|
|
|
\fB\-d\fR
|
|
|
|
Dry run, i.e. don't actually do anything
|
2024-04-29 16:53:57 +00:00
|
|
|
.TP
|
|
|
|
\fB\-h\fR
|
2024-05-02 11:12:34 +00:00
|
|
|
Show this help information
|
2024-04-29 16:53:57 +00:00
|
|
|
.TP
|
|
|
|
\fB\-v\fR
|
2024-05-02 11:12:34 +00:00
|
|
|
Print program version
|
2024-04-29 16:53:57 +00:00
|
|
|
|
|
|
|
.SH "AUTHOR"
|
|
|
|
Written by Nicolás A. Ortega Froysa.
|
|
|
|
|
|
|
|
.SH "COPYRIGHT"
|
|
|
|
Copyright \(co 2024 Ortega Froysa, Nicolás A. <nicolas@ortegas.org>.
|
|
|
|
License: ZLib License.
|
|
|
|
|
|
|
|
This is free software: you are free to change and redistribute it.
|
|
|
|
There is NO WARRANTY, to the extent permitted by law.
|