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

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

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu