Hi
I'm building my linux distribution, and I have 195 'items' to install. 65 of them are Debian packages.
I would like all 65 of my .deb to be installed into a certain directory.
When running this command;
I get the following error;Code:dpkg -i --instdir=/tools/debian hexedit_1.2.12-3_i386.deb
How do I fix this error?Code:root@panarchy:/home/ubuntu/Desktop/Debian Packages# dpkg -i --instdir=/tools/debian hexedit_1.2.12-3_i386.deb (Reading database ... 83164 files and directories currently installed.) Preparing to replace hexedit 1.2.12-3 (using hexedit_1.2.12-3_i386.deb) ... Unpacking replacement hexedit ... dpkg (subprocess): unable to execute old post-removal script: No such file or directory dpkg: warning - old post-removal script returned error exit status 2 dpkg - trying script from the new package instead ... dpkg (subprocess): unable to execute new post-removal script: No such file or directory dpkg: error processing hexedit_1.2.12-3_i386.deb (--install): subprocess new post-removal script returned error exit status 2 dpkg (subprocess): unable to execute new post-removal script: No such file or directory dpkg: error while cleaning up: subprocess post-removal script returned error exit status 2 Errors were encountered while processing: hexedit_1.2.12-3_i386.deb
Or how do I change the default install directory for apt-get?
Please reply,
Thanks in advance,
Panarchy



Adv Reply
Bookmarks