How to know where the package been installed in Ubuntu
This post was written by admin on November 7, 2009
Posted Under: General
Posted Under: General
If you want to customize installed packages in ubuntu,and forget where you have the packages installed.You can use dpkg command to find out where the packages installed.
dpkg -L package-name
This will list files installed to your system from package-name.
Search for a filename from installed packages,use:
dpkg -S filename
More about dpkg command,type:
man dpkg
Related posts:
- How to install an RPM Package on ubuntu linux
- Delete the package mis-configured or install failed in Ubuntu
- One key to Quick Setup fresh installed Ubuntu with Ailurus
- Create backup of all installed packages in ubuntu
- Reinstall all of currently installed packages in fresh ubuntu install
Tags: tips
