I installed Fedora 16 last night and saw it had NoMachine's NX in the repo. I did a

yum install nx

and it says it installed correctly, but for the life of me I can't find the .service or /etc/init.d file(s) or even the /etc configuration files for any sort of NX server. I do see

nxssh
nxproxy
nxagent

but there aren't even man entries for them.

To be able to figure out what it's done, what I'd like to do is see exactly what files and where it put them.

I've looked and looked-- is there a command I can invoke, either yum or rpm that tells me the files contained in an already-installed RPM? Something like how

rpm -qpl <some rpm>.rpm

lists the files (with directories) packaged in an RPM.

Thanks!

link|improve this question

71% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Use the --filesbypkg argument for rpm.

rpm -qi --filesbypkg nx
link|improve this answer
Perfect! Thank you so much! – amy_half Nov 9 '11 at 19:25
Yay! I can comment now! I'm glad to help :) – Colin Dunklau Nov 9 '11 at 19:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.