delorie.com is funded by banner ads.
  www.delorie.com/djgpp/v2faq/faq022.html   search  

| Previous | Up | Top |

4.8 How to uninstall a DJGPP package.

Q: How can I uninstall a certain package?

Q: How can I install a newer version of some package without leaving traces of the older installation?


A: The *.mft files in the manifest subdirectory hold the lists of all the files included in every package you install. For example, when you unzip gcc281b.zip, it puts a file called gcc281b.mft into the manifest subdirectory. The easiest way to remove all those files is to use the *.mft files as response files to a command which deletes files. For example:
       rm -f @manifest/gcc281b.mft

The rm program is part of the GNU Fileutils package, available as v2gnu/fil316b.zip from the usual DJGPP FTP sites. When you install a new version of a package, it is best to uninstall the previous version first, like in the above example, and then install the new one.


  webmaster   donations   bookstore     delorie software   privacy  
  Copyright ⌐ 1998   by Eli Zaretskii     Updated Sep 1998  

Powered by Apache!

You can help support this site by visiting the advertisers that sponsor it! (only once each, though)