Page 1 of 1

Remove a program

Posted: Wed Jun 08, 2016 1:05 am
by Marion_Cobretti
I built and installed chocolate doom through GitHub.

How do I delete this program as I cannot do it through apt-get remove?

Thanks

Re: Remove a program

Posted: Wed Jun 08, 2016 4:53 am
by MarkHaysHarris777
Determine where the install placed the files: (I have no idea)

/usr/local/bin/

/usr/local/opt/

/var/opt/

/usr/bin/

&c.

... manually remove the files with rm -rf <filename>