How does one uninstall UltrEdit?
"sudo apt remove ultraedit" does not work
Any ideas?
How does one uninstall UltrEdit?
"sudo apt remove ultraedit" does not work
Any ideas?
try sudo apt purge ultraedit
Unable to locate package ultraedit
How is UltraEdit installed? As .deb package or tarball? Maybe this guide can help you:
How did You installed it?
I downloaded the .deb file and installed it with it.
Gday JamesKB,
It may be listed under a different name.
try finding the correct app name with below command.
dpkg -l | grep -i ultra
you may see a different name (Eg: "???-UltraEdit")
If the name is different to what you have tried then try the correct name,
sudo apt remove ???-ultraedit
Then
sudo apt purge -ultraedit
then
sudo apt autoremove
Hope this helps.
Some user's like to install an app that will help called "Synaptic package manager", if the above doesn't help.
Do You still have the .deb File?
I do.
Then double click the .deb package and select uninstall.
Then You can do this:
or use Gdebi to uninstall it.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.