Skip to content

Make pacman packages rollback easy with a simple rust program

License

Notifications You must be signed in to change notification settings

samuelemusiani/proll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proll

Make pacman package rollbacks easy with a simple rust program

Usage

To list all packages that match a patter use the list command:

$ proll list <PACKAGE>
$ proll list cadd
Name		Version		Build	Arch
caddy		2.7.5		1	x86_64
caddy		2.7.6		1	x86_64
caddy		2.8.4		1	x86_64

To downgrade a package to a specific version use the downgrade command:

$ proll downgrade <PACKAGE> [VERSION]
$ proll downgrade caddy 2.7.6
$ proll downgrade caddy-2.7.6-1-x86_64

About

Make pacman packages rollback easy with a simple rust program

Resources

License

Stars

Watchers

Forks

Languages