I'm going to remove the software that is not installed as a package manager from Ubuntu 19.10.
The software that I'm going to remove, is installed with Ardour software. The installation method is as follows this.
The software that needs to be removed does not even exist in the snap folder. I've accessed the root folder, but I don't know which one to remove.
The software I am trying to erase is as follows:
I tried to find a way to remove the software from the site, but I found nothing. I want to contact them, but I can't see their contact information.
I just looked at the two and for:
Jack, there were two options use the
apt-get
or thetar ball
to install. In the case of the latter you simply remove it from the installation folder usingsudo rm -f /path/to/executable
and for the former use the commandsudo apt-get purge jack
,For the QjacCtl you installed using
[sudo] make install
from a directory so go there and run[sudo] make uninstall
to remove it from where it was installed. This option should be used as it will locate all the connected files and remove them if you manually remove usingsudo rm -rf
then you have to find any such files and remove them yourself.