Difference between revisions of "Apt upgrade"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
  [[apt -qq -y update]] > /dev/null && apt upgrade -y > [[/dev/null]] &
 
  [[apt -qq -y update]] > /dev/null && apt upgrade -y > [[/dev/null]] &
  
 
+
== Example ==
 
  apt upgrade
 
  apt upgrade
 
  Reading package lists... Done
 
  Reading package lists... Done

Revision as of 09:06, 5 September 2021

  • apt upgrade
  • apt upgrade -s, --simulate, --just-print, --dry-run, --recon, --no-act
apt -qq -y update > /dev/null && apt upgrade -y > /dev/null &

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: