As mentioned in title. I realized using wine to install evernote is better than using everpad itself. After all there are some options that everpad doesn't have.
I installed everpad through terminal as other forums only gave commands for terminal to install but when I google uninstall the program. Quite a few mentioned about 3rd party GUI software to uninstall programs installed.
Is there a way to uninstall it without downloading more softwares?
Thanks in advance.
sudo apt-get remove everpad
? – Jos Jun 13 '16 at 09:12apt-get install
this way, even if you needed a PPA for it. You can also remove packages this way if you downloaded a.deb
file and installed it withdkpg -i
, but that is slightly trickier. You cannot remove software withapt-get
that you downloaded as a source tarball and compiled yourself. But generally, you are supposed to know what you are doing by then. – Jos Jun 13 '16 at 10:53