Re: Uninstallation of freetds
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2009/4/9 Thomas, Christopher (LLU) <[email protected]>: > Hello, > > If Freetds is installed using rpm packages, it is easy to uninstall. > Here are the instructions: > First determine if Freetds was installed via rpm packages by running > the following command: > > rpm -qa | grep freetds > > If it returns a list of items like, freetds, freetds-devel and others > like that, then Freetds was installed via rpm. To uninstall the > Freetds rpm packages this is the syntax: > > rpm -e package_name_here > > You need to run the command for every Freetds package listed in the > first command. For example: > > rpm -e freetds > > If Freetds was not installed via rpm, then I don't know how to > uninstall Freetds. > Usually you can issue a "make uninstall" from build directory freddy77