How to see which files contain in Fedora package installed? For example, I have package tigervnc-server
installed on Fedora release 15 (Lovelock)
and want to see how it differs from distriburion of official TigerVNC site?
Asked
Active
Viewed 63 times
0
1 Answers
3
You can list the files contained in a package with the rpm
command. For example:
# rpm -ql tigervnc-server
/etc/sysconfig/vncservers
/lib/systemd/system/vncserver@.service
/usr/bin/vncserver
/usr/bin/x0vncserver
/usr/share/man/man1/vncserver.1.gz
/usr/share/man/man1/x0vncserver.1.gz

larsks
- 43,623
- 14
- 121
- 180