14.04 - How to uninstall OpenBLAS on Ubuntu14.04 - Ask Ubuntu
i installed , compiled openblas on ubuntu 14.04 following instructions:
sudo git clone git://github.com/xianyi/openblas cd openblas sudo apt-get install gfortran sudo make fc=gfortran sudo make install
now want uninstall it. how? checked on internet no result. help, please. thank u.
within source directory openblas may able make uninstall file using same makefile came openblas:
sudo make unistall
and run uninstall
.
this similar answers here: if build package source how can uninstall or remove completely?
Comments
Post a Comment