From: Roman Z. <zi...@li...> - 2002-07-05 18:10:40
|
Hi, Ricardo Fitzgerald wrote: > those packages ? and if it is what do I need to uncompress .deb ? > What is the safest way ? You need of course some executables, you can extract a package with "ar p <deb> data.tar.gz | tar xvfz -". As soon as you have everything to execute dpkg, you can use that to reinstall everything. bye, Roman |