0

When I start "emacs" from the terminal Emacs version 28 is opening. I don't know from which package manager, I have installed Emacs.

which emacs shows: /usr/bin/emacs

I tried removing Emacs with apt-get and snap, but it did not work. How do I remove it?

Carl H
  • 6,316
  • 6
  • 28
  • 42
David
  • 254

1 Answers1

1

I solved the problem by sudo apt-get remove emacs-snapshot.

Melebius
  • 11,750
David
  • 254