Skip to content

carmilso/checkpkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkpkgs

Bash script to check updates of Arch Linux packages given from arguments or stdin with no need to update the local repositories. Not installed and fake packages can also be checked.

By default, it doesn't look for updates in testing repositories, but you can do it using global variables as it is shown in the following section.

$ checkpkgs [package, ...] [options]

demo

Examples

  • Look for updates of given packages.
$ checkpkgs foo bar
  • Look for updates of given packages with ordered output.
$ checkpkgs foo bar --ordered
  • Look for updates of given packages from stdin.
$ cat ~/important-packages.log | checkpkgs
  • Look for them also in Community-Testing, Multilib-Testing and Testing.
$ COMMUNITY_TESTING=1 MULTILIB_TESTING=1 TESTING=1 checkpkgs foo bar

Installation

You can install this package via the AUR.

Contact

If you have any problem you can open an issue or email me at carmilso@upv.es.


LICENSE

About

Bash script to check updates of packages given from arguments or stdin with no need to update the local repositories.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published