Difference between revisions of "Apt upgrade"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
* <code>[[apt]]  upgrade</code>
 
* <code>[[apt]]  upgrade</code>
 +
* <code>[[apt upgrade -qqq]]</code>
 
* <code>apt  upgrade -s, --simulate, --just-print, [[--dry-run]], --recon, --no-act</code>
 
* <code>apt  upgrade -s, --simulate, --just-print, [[--dry-run]], --recon, --no-act</code>
  
Line 7: Line 8:
 
* <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]]
+
* <code>[[apt update -y && apt upgrade -y]]</code>
 +
 
 +
* <code>[[apt -qqq update -y && apt -qqq upgrade -y; echo $?]]</code>
  
 
== Example ==
 
== Example ==
Line 32: Line 35:
 
* <code>[[do-release-upgrade]]</code>
 
* <code>[[do-release-upgrade]]</code>
 
* <code>[[snap refresh]]</code>
 
* <code>[[snap refresh]]</code>
* [[npm install -g npm]]
+
* <code>[[npm install -g npm]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 12:32, 31 January 2024

Example[edit]

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[edit]

See also[edit]

Advertising: