Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

ubunutu last update packages

#Show list of all updated packages
grep upgrade /var/log/dpkg.log
Comment

PREVIOUS NEXT
Code Example
Shell :: install ngrok ubuntu 20.04 
Shell :: remove heroku remote 
Shell :: list file size as mb 
Shell :: yarn install global 
Shell :: uninstall postgres brew 
Shell :: install beautifulsoup windows 
Shell :: kill port in linux 
Shell :: how to get list port linux cmd 
Shell :: git remove file from repo that has been added to gitignore 
Shell :: git apply .gitignore 
Shell :: apache enable mod reqrite 
Shell :: rclone ubuntu install guide tutorial 
Shell :: Something went wrong installing the "sharp" module 
Shell :: install ansible on ubuntu 18.04 
Shell :: .ps1 is not digitally signed. You cannot run this script on the current system. 
Shell :: install docker nvidia 2 
Shell :: view git branches most recent first 
Shell :: flush dns cache mac os 
Shell :: bash get current ip 
Shell :: how to check if django is installed in ubuntu 
Shell :: how to remove git from project 
Shell :: reinstall xcode cli tools 
Shell :: How do I check my WSL version? 
Shell :: nvm install lts 
Shell :: centos install lsb_release 
Shell :: how to remove an apt repository 
Shell :: install vscode centos 7 
Shell :: ubuntu add permission to folder 
Shell :: git change remote origin 
Shell :: restart xampp linux 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =