http://orclib.sourceforge.net/doc/html/group__g__install.html
如果我安装此软件使用:
步骤1:#./ configure –with-oracle-headers-path = /usr/include / oracle / 11.2 / client64 –with-oracle-lib-path = /usr/lib / oracle / 11.2 / client64 / lib
第2步:#make
第3步:#su root
第4步:#make install
步骤5:#gcc -g -DOCI_IMPORT_LINKAGE -DOCI_CHARSET_ANSI -L /usr/lib / oracle / 11.2 / client64 / lib -lclntsh -L /usr/local / lib -locilib conn.c -o conn
我该怎么去卸载呢?我试过这个
http://www.cyberciti.biz/faq/delete-uninstall-software-linux-commands/
但使用rpm -qa * oci *或yum list * oci *在我的磁盘上找不到任何内容.也许因为它没有安装yum或rpm,所以我不应该指望其中任何一个找到它.是否有关于在Linux上卸载我可以使用的软件的通用说明,或者说明的操作是否真的取决于特定的软件?任何帮助非常感谢.
解决方法
checkinstall有什么作用?
It makes the installation and thus uninstallation much easier by using
your systems package management system. It will be able to
automatically generate an RPM or YUM package that can be uninstalled
later by calling for exampleyum uninstall httpd