Difference between revisions of "Apt upgrade"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
  
 
* <code>[[apt update -y && apt upgrade -y]]</code>
 
* <code>[[apt update -y && apt upgrade -y]]</code>
 +
 +
* <code>[[apt -qqq update -y && apt -qqq upgrade -y; echo $?]]</code>
  
 
== Example ==
 
== Example ==

Revision as of 12:17, 26 September 2023

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

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: