I'm working with Swish++ in Ubuntu 12.04. Due to my thesis I must install Swish++ from the source code. During the installation I faced with several problems, but finally I solved them and Swish++ package was successfully installed.
Although I found a discrepancy with Swish++ names (I asked this question, but got no answers there). Anyway, despite this, everything went ok. I could use index
and search
with all the functions of index++
and search++
.
But now I have another problem. I changed config files of Swish++ and need to recompile it. The first time I did it I used command make
. How can I delete Swish++ and install it again? The command sudo apt-get remove --auto-remove swish++
says that package hasn't been istalled and can't be removed.
How can I remove programms having been installed from the source code?