GNU/Linux >> LINUX-Kenntnisse >  >> Cent OS

So wechseln Sie Modul-Streams in CentOS/RHEL 8

Frage :Beim Umschalten von AppStream werden folgende Fehler angezeigt:

# dnf install @<module-name>:<stream>
Last metadata expiration check: 2:21:43 ago on Thu 05 Aug 2021 05:53:23 PM IST.
Dependencies resolved.
The operation would result in switching of module '<module-name>' stream '<stream>' to stream '<stream>'
Error: It is not possible to switch enabled streams of a module.
It is recommended to remove all installed content from the module, and reset the module using 'dnf module reset <module_name>' command. After you reset the module, you can install the other stream.

Oben ist bereits ein weiterer Stream des gleichen Moduls vorhanden. Wie schalte ich den Modul-Stream um?

1. Setzen Sie das Modul mit dem folgenden Befehl zurück:

# dnf module reset <module-name>

2. Installieren Sie die Profile eines anderen Modulstroms wie folgt:

# dnf install @<module-name>:<stream>

3. Aktualisieren oder downgraden Sie alle vom vorherigen Modulstrom installierten Pakete, die nicht in den im vorherigen Schritt installierten Profilen aufgeführt waren, mit dem folgenden Befehl:

# dnf distro-sync

4. Entfernen Sie manuell alle verbleibenden Pakete, die aus dem vorherigen Modul-Stream installiert wurden.

# dnf remove <package> ...
Hinweis :Stellen Sie sicher, dass der OL8 AppStream Latest-Kanal aktiviert ist. Der ist der Name des Moduls und ist der gewünschte Stream. Zum Beispiel:@php:7.4


Cent OS
  1. So installieren Sie phpMyAdmin auf RHEL 8 / CentOS 8

  2. So konvertieren Sie CentOS 8 in CentOS Stream

  3. CentOS / RHEL 7 :So wechseln Sie von Firewalld zu iptables

  4. So deaktivieren Sie firewalld und wechseln zu iptables in CentOS / RHEL 7

  5. So wechseln Sie den Passwortalgorithmus auf CentOS/RHEL

So installieren Sie mongodb auf RHEL 8 / CentOS 8

So installieren Sie Maven auf RHEL 8 / CentOS 8

So installieren Sie cpan auf RHEL 8 / CentOS 8

So installieren Sie Ruby auf RHEL 8 / CentOS 8

So installieren Sie Docker CE auf RHEL 8 / CentOS 8

So installieren Sie Samba auf RHEL und CentOS Stream