6

I installed a package with apt-get, and now I need to locate where these files have been placed.

I tried:

sudo apt-cache show <package> 

and,

sudo find / -name <package> 

but it did not reveal anything useful.

Whats a good command or method to find the files belonging to a specific package I installed? I'm using Ubuntu 10.x.

2 Answers 2

8

dpkg -L package_name lists all files belonging to a package package_name

2

Incidentally, Debian also provides apt-file which can do the same as dpkg -L for remote files.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.