|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Find files associated with a package using Ubuntu
Stupid question of the day.
How can I find a file that is associated with a package installed on my Ubuntu 12.04 desktop. More clarification, so if I: PHP Code:
|
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
That line says someone is running java in that process 11399, which dynamically linked to this library in the jre7.0_07 package, so between more 'lsof' and a wide 'ps' you can find out what they ran and all the files currently open. The truss/tusc/strace tool for your OS can be attached with -p by same user or root to see what system calls it is running. However, past opens for config or data now closed are not disclosed, nor future opens for config, data or dynamic libs.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks for the reply, I meant the file
PHP Code:
I think I figured it out: PHP Code:
|
|
#4
|
|||
|
|||
|
dpkg -S is fine to search, as you wrote, among installed packages.
A more generic search can be performed using apt-file search . -- Bye |
| Sponsored Links | |
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ubuntu 10.10 quilt package | chercheur857 | UNIX for Dummies Questions & Answers | 1 | 05-31-2012 06:17 AM |
| Installing md5 package into ubuntu | jremio | Ubuntu | 2 | 01-27-2012 12:52 PM |
| How to Install TCSH package in Ubuntu 11? | animesharma | Ubuntu | 12 | 08-03-2011 11:01 PM |
| How to find dependancies of .dstream package (Solaris) & .rpm package( linux) | yb4779 | UNIX for Advanced & Expert Users | 0 | 03-09-2011 04:54 AM |
| unable to install package on Ubuntu | smartgupta | Ubuntu | 3 | 11-04-2010 09:30 AM |
|
|