Projekt

Allgemein

Profil

Repo vault » Historie » Version 1

Jeremias Keihsler, 27.06.2024 13:32

1 1 Jeremias Keihsler
h1. Repo vault
2
3
taken from: https://hostkey.com/documentation/technical/centos_migrating/rockylinux/#step-9-verification-of-the-services-operation
4
5
<pre><code class="shell">
6
cd /tmp
7
wget https://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/centos-linux-release-8.5-1.2111.el8.noarch.rpm
8
wget https://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/centos-linux-repos-8-3.el8.noarch.rpm
9
wget https://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/centos-gpg-keys-8-3.el8.noarch.rpm
10
rpm -ivh ./centos-gpg-keys-8-3.el8.noarch.rpm  --force
11
rpm -ivh ./centos-linux-release-8.5-1.2111.el8.noarch.rpm ./centos-linux-repos-8-3.el8.noarch.rpm --force
12
</code></pre>