niudong1001 / toolkits

A cs problem killer, demonstrate the solutions to the various problems we often encounter when using computers to perform various tasks.
3 stars 0 forks source link

Where dpkg installed to ? #1

Open niudong1001 opened 6 years ago

niudong1001 commented 6 years ago

--> Describe the problem

When you used sudo dpkg -i <package.deb> to install some package, sometimes you don't know where it is installed to, try using following commands to find the installed location.

--> Demonstrate the solution