I installed vlc
using tar.xz
file, now I want to remove it but as I have deleted the source directory from which it was installed, I am unable to uninstall it.
I have tried these commands:
apt-get remove vlc
apt-get remove vlc-nox
apt-get remove vlc-data
sudo apt-get autoremove --purge vlc
without success
make uninstall
from the source tree. The OP has deleted this source so IMHO this is not an exact Duplicate... – andrew.46 Sep 30 '16 at 07:54make uninstall
. – Andrea Lazzarotto Sep 30 '16 at 11:39