You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infrastructure/running-a-validator/onboarding-and-offboarding/set-up-validator.md
+18-34Lines changed: 18 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,44 +135,28 @@ Signature verification cryptographically ensures the downloaded binaries are aut
135
135
136
136
### Install with Package Managers
137
137
138
-
Users running Debian-based distributions like Ubuntu, or RPM-based distributions such as Fedora or CentOS can install the binaries via package managers.
139
-
140
-
??? interface "Debian-based (Debian, Ubuntu)"
141
-
142
-
Run the following commands as the root user to add the necessary repository and install the binaries:
# Install the `parity-keyring` package - This will ensure the GPG key
152
-
# used by APT remains up-to-date
153
-
apt install parity-keyring
154
-
# Install polkadot
155
-
apt install polkadot
156
-
```
157
-
158
-
After installation, ensure the binaries are properly installed by [verifying the installation](#verify-installation).
138
+
Users running Debian-based distributions like Ubuntu can install the binaries using the [APT](https://wiki.debian.org/Apt){target=\_blank} package manager.
159
139
160
-
??? interface "RPM-based (Fedora, CentOS)""
140
+
Execute the following commands as root to add the official repository and install the binaries:
161
141
162
-
Run the following commands as the root user to install the binaries on an RPM-based system:
# Install the `parity-keyring` package - This will ensure the GPG key
152
+
# used by APT remains up-to-date
153
+
apt install parity-keyring
154
+
155
+
# Install polkadot
156
+
apt install polkadot
157
+
```
174
158
175
-
After installation, ensure the binaries are properly installed by [verifying the installation](#verify-installation).
159
+
Once installation completes, verify the binaries are correctly installed by following the steps in the [verify installation](#verify-installation) section.
Copy file name to clipboardExpand all lines: llms.txt
+16-32Lines changed: 16 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -12928,44 +12928,28 @@ Signature verification cryptographically ensures the downloaded binaries are aut
12928
12928
12929
12929
### Install with Package Managers
12930
12930
12931
-
Users running Debian-based distributions like Ubuntu, or RPM-based distributions such as Fedora or CentOS can install the binaries via package managers.
12931
+
Users running Debian-based distributions like Ubuntucan install the binaries using the [APT](https://wiki.debian.org/Apt){target=\_blank} package manager.
12932
12932
12933
-
??? interface "Debian-based (Debian, Ubuntu)"
12933
+
Execute the following commands as root to add the official repository and install the binaries:
12934
12934
12935
-
Run the following commands as the root user to add the necessary repository and install the binaries:
# Install polkadot (You may have to confirm the import of the GPG key, which
12964
-
# should have the following fingerprint: 9D4B2B6EB8F97156D19669A9FF0812D491B96798)
12965
-
dnf install polkadot
12966
-
```
12948
+
# Install polkadot
12949
+
apt install polkadot
12950
+
```
12967
12951
12968
-
After installation, ensure the binaries are properly installed by [verifying the installation](#verify-installation).
12952
+
Once installation completes, verify the binaries are correctly installed by following the steps in the [verify installation](#verify-installation) section.
0 commit comments