I have installed Spyder 6.0.0a3 on my Ubuntu 22.04 machine.
Now I want to uninstall 6.0.0a3 to older version.
I tried pip uninstall spyder
but it produces WARNING: Skipping spyder as it is not installed.
To initiate Spyder, I just type spyder
on my terminal.
Can someone help me with uninstallation of Spyder.
2
Answers
Try
pip3 uninstall spyder
it remove spyder on python3First, check if SPYDER was installed via apt
if you see the package, note it’s name and uninstall