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
sudo apt update && sudo apt upgrade -y
sudo apt full-upgrade
update-manager -c
sudo do-release-upgrade
#gets package(s) update definitions
sudo apt update
#upgrades the package(s) for which update definitions are received
sudo apt upgrade
sudo apt-get update -y && sudo apt-get full-upgrade -y && sudo apt-get update -y && sudo apt-get autoremove -y && sudo apt-get update -y
sudo -s -- <<EOF
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoremove -y
apt-get autoclean -y
EOF
sudo -- sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y'
sudo apt update
sudo apt upgrade
# for updating the whole OS
apt-get upgrade
# for updating application repositories (from where you download applications)
apt-get update
sudo do-release-upgrade -d -f DistUpgradeViewGtk3
# apt update -y && apt upgrade -y
Code Example |
---|
Shell :: git bash posh git |
:: push with token github |
:: |
Shell :: Could not resolve HEAD to a revision |
Shell :: bash cheat sheet |
Shell :: how to install react native |
:: redis delete key |
Shell :: install fleetssl |
Shell :: git remove my local changes and pull from master |
Shell :: git merge message |
Shell :: |
Shell :: how to reset and change remote url in git |
:: |
Shell :: applescript copy to clipboard |
Shell :: yarn version in mac |
Shell :: how to install apt |
Shell :: nvm cheatsheet |
:: amend specific commit |
Shell :: see output of a running processes linux |
:: |
:: livewire ErrorException Undefined array key "id" |
:: |
:: install yarn windows |
Shell :: generate github access token |
Shell :: |
:: remove all branch local git |
:: git commands download |
Shell :: how to erase folder that match characters in linux |
Shell :: install python docker |
Shell :: git compare two branches |