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

debian - Kali Linux - Debootstrap error Failed to determine codename for the release - Super User

crash - Windows Rundll32 (child process of DllHost) is crashing. How can I even identify it? - Super User

Windows XP installation, no previous version of Windows NT - Super User