Examples of using Apt-get upgrade in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Apt-get upgrade perhaps install as a cron job?
Run the following command: sudo apt-get upgrade.
To upgrade, use apt upgrade, apt-get upgrade or aptitude safe-upgrade of course after apt update.
Once you have set up your repository, you can list and install all of your packages togetherwith the ones in Debian; if you update a package, it will be upgraded when the user runs apt-get update&& apt-get upgrade; and every user will be able to easily see a short description and other important information about your packages.
For apt, run apt-get update to get the latest package list,then apt-get upgrade to update all packages that have new versions available.
With this configuration, usual execution of"apt-get upgrade" and"apt-get dist-upgrade"(or"aptitude safe-upgrade" and"aptitude full-upgrade") upgrades packages which were installed from testing archive using current testing archive and packages which were installed from unstable archive using current unstable archive.
Sudo apt-get update(update the package lists) sudo apt-get upgrade-d(download updates) sudo apt-get upgrade-y install updates.
Update all packages: apt-get update&& apt-get upgrade Restart: shutdown-r now Restore system-wide package configurations.