- outline
how to prepare and update ubuntu package
- how-to
## listing packages for updating
apt-get update
## listing packages for updating
apt list --upgradable
## choosing package for updating
apt --only-upgrade install <package-name>
## updating entire packages
apt upgrade