Conciseness and fixed some typos in apt.html.md
As discussed with Laura, submitting this PR.
This commit is contained in:
parent
e09b831f6e
commit
21136cf2fe
|
@ -21,7 +21,7 @@ might prefer to [install Terraform from our Yum repositories](yum.html).
|
||||||
-> **Note:** The APT repositories discussed on this page are generic HashiCorp
|
-> **Note:** The APT repositories discussed on this page are generic HashiCorp
|
||||||
repositories that contain packages for a variety of different HashiCorp
|
repositories that contain packages for a variety of different HashiCorp
|
||||||
products, rather than just Terraform. Adding these repositories to your
|
products, rather than just Terraform. Adding these repositories to your
|
||||||
system will, by default, therefore make a number of other non-Terraform
|
system will, by default, therefore make several other non-Terraform
|
||||||
packages available for installation. That might then mask some packages that
|
packages available for installation. That might then mask some packages that
|
||||||
are available for some HashiCorp products in the main Debian and Ubuntu
|
are available for some HashiCorp products in the main Debian and Ubuntu
|
||||||
package repositories.
|
package repositories.
|
||||||
|
@ -50,9 +50,8 @@ The above command line uses the following sub-shell commands:
|
||||||
* `lsb_release -cs` to find the distribution release codename for your current
|
* `lsb_release -cs` to find the distribution release codename for your current
|
||||||
system, such as `buster`, `groovy`, or `sid`.
|
system, such as `buster`, `groovy`, or `sid`.
|
||||||
|
|
||||||
`apt-add-repository` usually automatically runs `apt update` as part of its
|
`apt-add-repository` usually automatically runs `apt update` as part of its work to fetch the new package indices,
|
||||||
work in order to fetch the new package indices, but if it does not then you
|
but if it does not, you will need to manually do so before the packages will be available.
|
||||||
will need to do so manually before the packages will be available.
|
|
||||||
|
|
||||||
To install Terraform from the new repository:
|
To install Terraform from the new repository:
|
||||||
|
|
||||||
|
@ -83,7 +82,7 @@ following distribution releases:
|
||||||
* Ubuntu 20.04 (`focal`)
|
* Ubuntu 20.04 (`focal`)
|
||||||
* Ubuntu 20.10 (`groovy`)
|
* Ubuntu 20.10 (`groovy`)
|
||||||
|
|
||||||
No repositories are available for other Debian or Ubuntu versions or for
|
No repositories are available for other Debian or Ubuntu versions or
|
||||||
any other APT-based Linux distributions. If you add the repository using
|
any other APT-based Linux distributions. If you add the repository using
|
||||||
the above commands on other systems then `apt update` will report the
|
the above commands on other systems then `apt update` will report the
|
||||||
repository index as missing.
|
repository index as missing.
|
||||||
|
@ -116,7 +115,7 @@ apt policy terraform
|
||||||
There may be multiple package releases for a particular Terraform version if
|
There may be multiple package releases for a particular Terraform version if
|
||||||
we need to publish an updated package for any reason. In that case, the
|
we need to publish an updated package for any reason. In that case, the
|
||||||
subsequent releases will have an additional suffix, like `0.13.4-2`. In these
|
subsequent releases will have an additional suffix, like `0.13.4-2`. In these
|
||||||
cases the Terraform executable inside the package should be unchanged, but its
|
cases, the Terraform executable inside the package should be unchanged, but its
|
||||||
metadata and other contents may be different.
|
metadata and other contents may be different.
|
||||||
|
|
||||||
You can select a specific version to install by including it in the
|
You can select a specific version to install by including it in the
|
||||||
|
|
Loading…
Reference in New Issue