how to uninstall older version of a software on Ubuntu? today I had to update Zoom in order to have my online class but now I have two icons of Zoom... ??? is there two versions of Zoom installed? How do I uninstall the older one?
how to uninstall older version of a software on Ubuntu? today I had to update Zoom in order to have my online class but now I have two icons of Zoom... ??? is there two versions of Zoom installed? How do I uninstall the older one?
You have to run two commands:
dpkg -l | grep zoom
snap list | grep zoom
and then decide which version is older.
Then remove old version with one of the commands below:
sudo apt-get purge zoom
snap remove zoom-client