Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

update packages ubuntu

sudo apt update        # Fetches the list of available updates
sudo apt upgrade       # Installs some updates; does not remove packages
sudo apt full-upgrade  # Installs updates; may also remove some packages, if needed
sudo apt autoremove    # Removes any old packages that are no longer needed
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #update #packages #ubuntu
ADD COMMENT
Topic
Name
4+5 =