FS#21953 - [pacman] - New switch: pacman -Ul
Attached to Project:
Pacman
Opened by Musikolo (Musikolo) - Wednesday, 01 December 2010, 21:03 GMT
Last edited by Dan McGee (toofishes) - Monday, 13 December 2010, 01:22 GMT
Opened by Musikolo (Musikolo) - Wednesday, 01 December 2010, 21:03 GMT
Last edited by Dan McGee (toofishes) - Monday, 13 December 2010, 01:22 GMT
|
Details
Hi,
I'm trying to list the content of package I haven't installed to compare it with the version I have installed. So, I'm trying to do the following inexistent command: pacman -Ul <package_name>-<version>-<arch>.pkg.tar.xz Is there any way to do so much in the same way you do pacman -Ql <my_package> ? In case the answer is no, is there any chance this new feature is added in a future release? Best regards! |
This task depends upon
Closed by Dan McGee (toofishes)
Monday, 13 December 2010, 01:22 GMT
Reason for closing: Not a bug
Additional comments about closing: See command in comments.
Monday, 13 December 2010, 01:22 GMT
Reason for closing: Not a bug
Additional comments about closing: See command in comments.
-p, --file <package> query a package file instead of the database
$ pacman -Qlp <package_name>-<version>-<arch>.pkg.tar.xz
And it's just an archive, so you can also simply tar/bsdtar tf <package_name>-<version>-<arch>.pkg.tar.xz