Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

update ubuntu

sudo apt update && sudo apt upgrade -y
#or use it seperately
sudo apt update
sudo apt upgrade
#you make wanna run below command to remove unwanted
#and free up some space
sudo apt autoremove
Source by itsfoss.com #
 
PREVIOUS NEXT
Tagged: #update #ubuntu
ADD COMMENT
Topic
Name
2+9 =