Archive for the ‘dpkg’ Category

November 30, 2012 0

compiling vtk

By in checkinstall, deb, dpkg, gcc

compiling vtk gave some errors regarding xt solution was to install libxt-dev and rerun cmake for vtk. Then run make again. checkinstall can be used for creating a deb package

Tags: , , ,

August 2, 2012 0

see what files and folders have been created doing install

By in dpkg

Use dpkg’s -L option followed by the package name eg. dpkg -L firefox  

Tags: , ,