Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove blender ubuntu 20.04

If you installed from snap, run:
sudo snap remove blender

If you installed from PPA, run:
sudo apt-get remove --autoremove blender

if you installed in /opt as you describe, run:
sudo rm -rf /opt/blender

When you install 2.8, you may wish to install with a package manager so it automatically updates:
sudo add-apt-repository ppa:thomas-schiex/blender
sudo apt-get update
sudo apt-get install blender
Comment

PREVIOUS NEXT
Code Example
Shell :: linux format usb command line 
Shell :: code UNABLE_TO_GET_ISSUER_CERT_LOCALLY 
Shell :: how to set remote url in git 
Shell :: linux install vi 
Shell :: docker remove logs 
Shell :: npm cache clean vs clear 
Shell :: bash for-schleife 1 bis 10 
Shell :: search for word in text files ubuntu 
Shell :: install ghostscript 
Shell :: error: src refspec master does not match any. git 
Shell :: brew xampp 
Shell :: how to force push to heroku 
Shell :: how to install geoquery in r 
Shell :: deny directory listing htaccess 
Shell :: powershell upgrade 
Shell :: nginx install in fedora 34 
Shell :: command to install react cli 
Shell :: nvm command not found 
Shell :: clone a branch 
Shell :: nginx by brew 
Shell :: how to list ssh keys 
Shell :: ubuntu install bluetooth drivers 
Shell :: update git repo local 
Shell :: angular cli ubuntu 
Shell :: get gpu device name 
Shell :: zip full folder ubuntu 
Shell :: transfer files to cluster 
Shell :: installed python 3.8 but where is pip 
Shell :: git set remote 
Shell :: apt install zbar 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =