I ran the following command successfully

dpkg -i library.deb

Where can I find where this file was installed?

link|improve this question
feedback

migrated from stackoverflow.com Jun 10 '11 at 5:50

This question came from our site for professional and enthusiast programmers.

2 Answers

If you are asking where the deb package goes: /var/cache/apt/archives.

If you are asking where the files in the deb package get installed to, then do dpkg -L library.deb

link|improve this answer
feedback
dpkg -L library

(Although, since this isn't a programming related question, it should go on superuser.com or linux.stackexchange.com instead of here.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown