12.04 - I wish to find how the package was installed - Ask Ubuntu


i going upgrade package in ubuntu , had doubt how installed in server. how can check if installed source i.e. using make command or via apt-get/yum?

i have searched lot of forums confused. can check via rpm qa command in centos?

sorry if question simple not getting answer.

thanks

if package installed compiling manually apt-get/dpkg not have track of package, , hence it's contents.

you can check if dpkg has track of installed package:

dpkg --get-selections | grep 'package_name_or_pattern' 

or

dpkg -l 'package_name_or_pattern' 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User