Difference between revisions of "Apt install"

From wikieduonline
Jump to navigation Jump to search
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
[[apt]] install [[bash-completion]]
+
https://manpages.ubuntu.com/manpages/kinetic/man8/apt.8.html
Reading package lists... Done
+
* <code>[[apt install --help]]</code>
Building dependency tree
+
* <code>[[apt install -y]]</code>
Reading state information... Done
+
* <code>apt install [[--allow-unauthenticated]]</code>
bash-completion is already the newest version (1:2.8-1ubuntu1).
+
* <code>[[apt --fix-broken]]</code>
bash-completion set to manually installed.
+
* <code>[[apt install bash-completion]]</code>
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded
 
 
 
 
 
 
* <code>[[apt install docker.io]]</code>
 
* <code>[[apt install docker.io]]</code>
 
* <code>[[apt install docker.io]] -y</code>
 
* <code>[[apt install docker.io]] -y</code>
 
* <code>[[apt install awscli]]</code>
 
* <code>[[apt install awscli]]</code>
 +
* <code>[[apt install jq]]</code>
 +
* <code>[[apt install python3-pip]]</code>
 +
* <code>[[apt install make]]</code>
 
* <code>[[apt install golang-go]]</code>
 
* <code>[[apt install golang-go]]</code>
* <code>apt install [[--allow-unauthenticated]]</code>
+
* <code>[[apt install g++]]</code>
 +
* <code>[[apt install vim]]</code>
 +
 
 
* <code>[[apt-get install helm]]</code>
 
* <code>[[apt-get install helm]]</code>
 +
* <code>[[apt install gitlab-ee]]=YOUR-VERSION-NUMBER</code>
 +
 
* <code>[[apt --fix-broken install]]</code>
 
* <code>[[apt --fix-broken install]]</code>
  
 
  apt install PACKAGE_NAME
 
  apt install PACKAGE_NAME
  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.
  
 
   apt install postgresql
 
   apt install postgresql
Line 29: Line 33:
 
== Related commands ==
 
== Related commands ==
 
* <code>[[apt-cache search]]</code>
 
* <code>[[apt-cache search]]</code>
 +
* <code>[[apt remove]]</code>
 
* <code>[[apt purge]]</code>
 
* <code>[[apt purge]]</code>
 
* <code>[[yum install]]</code>
 
* <code>[[yum install]]</code>
 
* <code>[[apt update]]</code>
 
* <code>[[apt update]]</code>
 
* Ansible: <code>[[package:]]</code> [[module]]
 
* Ansible: <code>[[package:]]</code> [[module]]
 +
* <code>[[apk add]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{apt install}}
 
* {{APT}}
 
* {{APT}}
  
  
 
[[Category:Package managers]]
 
[[Category:Package managers]]

Latest revision as of 10:43, 12 December 2023

Advertising: