I was building from source a package which needed asciidoc on Ubuntu 19.10. Now I want to uninstall it but I get the following
Package 'asciidoc' is not installed, so not removed
while it is clearly installed. Why is that happening? How can I uninstall it?
The main
asciidoc
executable in 18.04 LTS and newer versions is located inasciidoc-base
package.You have to remove it:
For source code installations, here are the install/uninstall commands...
Installing asciidoc for all users
Create configure using autoconf(1); use configure to create the Makefile; run make(1); build the man pages; install:
To uninstall:
Source: http://asciidoc.org/INSTALL.html
Update #1
For binary installations...
To completely uninstall asciidoc, you'll need to run all of these commands...