FS#65398 - [pacman-contrib] Feature Request: quiet flag for checkupdate
Attached to Project:
Community Packages
Opened by Nguyễn Chính Hữu (huupoke12) - Thursday, 06 February 2020, 12:21 GMT
Last edited by Daniel M. Capella (polyzen) - Friday, 07 February 2020, 22:15 GMT
Opened by Nguyễn Chính Hữu (huupoke12) - Thursday, 06 February 2020, 12:21 GMT
Last edited by Daniel M. Capella (polyzen) - Friday, 07 February 2020, 22:15 GMT
|
Details
Description:
I think the checkupdate script should have a -q (quiet) flag. It will only print the name of the packages, but not the package's version. So it will be possible to pipe the output to the other program (Example: checkupdate | pacman -Qi). |
This task depends upon
Closed by Daniel M. Capella (polyzen)
Friday, 07 February 2020, 22:15 GMT
Reason for closing: Won't implement
Friday, 07 February 2020, 22:15 GMT
Reason for closing: Won't implement
`checkupdates | cut -d ' ' -f 1 | pacman -Qi -`