Difference between revisions of "Apt upgrade"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
* <code>[[apt -qq -y update]] > /dev/null && apt upgrade -y > [[/dev/null]] &</code>
 
* <code>[[apt -qq -y update]] > /dev/null && apt upgrade -y > [[/dev/null]] &</code>
 +
 +
[[apt update -y && apt upgrade -y]]
  
 
== Example ==
 
== Example ==

Revision as of 17:53, 15 August 2022

  • apt upgrade
  • apt upgrade -s, --simulate, --just-print, --dry-run, --recon, --no-act
apt update -y && apt upgrade -y

Example

apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
 mariadb-server
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
apt upgrade
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
Failed to reload daemon: Refusing to reload, not enough space available on /run/systemd. Currently, 1.9M are free, but a safety buffer of 16.0M is enforced.


Related terms

See also

Advertising: