Arhive suplimentare – Fedora

Configurare noua (How To)

Situatie

Activez depozitele terțelor părți accesând Software -> Arhive software -> Arhive terțe -> Activați toate. Trec prin listă și activez toate depozitele de care cred că am nevoie, cum ar fi driverul RPM Fusion NVIDIA.

sudo dnf install -y  https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install -y https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Solutie

Pentru a activa depozitele RPM Fusion gratuite și non-free.

sudo dnf upgrade --refresh
sudo dnf groupupdate core
sudo dnf install -y rpmfusion-free-release-tainted
sudo dnf install -y dnf-plugins-core Verificați sudo dnf grouplist -v pentru a vedea grupurile disponibile care v-ar putea interesa.

Tip solutie

Permanent

Voteaza

(3 din 6 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?