Difference between revisions of "Apt upgrade"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  [[apt -qq -y update]] > /dev/null && apt upgrade -y > [[/dev/null]] &
 
  [[apt -qq -y update]] > /dev/null && apt upgrade -y > [[/dev/null]] &
 
 
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.
 
  
  
Line 22: Line 19:
 
  apt upgrade
 
  apt upgrade
 
  E: dpkg was interrupted, you must manually run '[[dpkg --configure -a]]' to correct the problem.
 
  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.
  
  

Revision as of 09:05, 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 &


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: