Hello everyone, on my system a NetBSD9.3 with pkgin binaries and pkgsrc tree when i check my emacs version it says:
emacs 26.3
Now i don't know if i installed it via binary or pkgsrc.
anyway i tried both pkgin remove emacs and cd /usr/pkgsrc/editors/emacs && make deinstall
none of them worked at removing emacs, they say that there is nothing to do as if the package is not installed but i can still run it.
which emacs shows me:
/usr/pkg/bin/emacs
I tried doing:
pkg_info -F /usr/pkg/bin/emacs
and it says that:
pkg_info: No matching package for /usr/pkg/bin/emacs
What is happening? How do i fix my system?
Also I tried running pkg_admin rebuild even though i don't know what it does. But nothing changed.
Can somebody explain in simple terms what this thing would do? And in which case i would use it?