I ran the following command successfully
dpkg -i library.deb
Where can I find where this file was installed?
|
I ran the following command successfully
Where can I find where this file was installed? | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
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 | |||
|
feedback
|
(Although, since this isn't a programming related question, it should go on superuser.com or linux.stackexchange.com instead of here.) | |||
|
feedback
|