Archive for the ‘deb’ 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: , , ,

July 24, 2012 0

inspect result of installing .deb file

By in deb, linux

What files is installed on the system and where when running a .deb file either by software-center or dpkg -i .deb? find out by running: dpkg-build –contents .deb This doesnt install the package but let you inspect what will happen is you install

Tags: ,