<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Mon, 06 Apr 2026 01:41:28 +0200 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[master]]></title>
		<atom:link href="https://sneckx.ddns.net/syndication/?url=/rss/articles/5" rel="self" type="application/rss+xml"/>
		<link>https://sneckx.ddns.net</link>
		<description><![CDATA[]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
            <item>
                <title><![CDATA[Installer  RPM Fusion]]></title>
                <link>https://sneckx.ddns.net/articles/?url=/5-multimedia/4-installer-rpm-fusion/</link>
                <guid>https://sneckx.ddns.net/articles/?url=/5-multimedia/4-installer-rpm-fusion/</guid>
                <description><![CDATA[Marche à suivre pour installer le dépôt RPM Fusion.<br />
<br />
<br />
<span style="text-decoration: underline;">Fedora via dnf</span><br />
<div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dnf <span style="color: #c20cb9; font-weight: bold;">install</span> https:<span style="color: #000000; font-weight: bold;">//</span>mirrors.rpmfusion.org<span style="color: #000000; font-weight: bold;">/</span>free<span style="color: #000000; font-weight: bold;">/</span>fedora<span style="color: #000000; font-weight: bold;">/</span>rpmfusion-free-release-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rpm</span> <span style="color: #660033;">-E</span> <span style="color: #000000; font-weight: bold;">%</span>fedora<span style="color: #7a0874; font-weight: bold;">&#41;</span>.noarch.rpm https:<span style="color: #000000; font-weight: bold;">//</span>mirrors.rpmfusion.org<span style="color: #000000; font-weight: bold;">/</span>nonfree<span style="color: #000000; font-weight: bold;">/</span>fedora<span style="color: #000000; font-weight: bold;">/</span>rpmfusion-nonfree-release-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rpm</span> <span style="color: #660033;">-E</span> <span style="color: #000000; font-weight: bold;">%</span>fedora<span style="color: #7a0874; font-weight: bold;">&#41;</span>.noarch.rpm</pre></pre></div></div><br />
<br />
<span style="text-decoration: underline;">RHEL ou Centos like</span><br />
<ul class="formatter-ul">
    <li class="formatter-li"> Activation du dépôt epel-release:<br />
    <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dnf <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--nogpgcheck</span> https:<span style="color: #000000; font-weight: bold;">//</span>dl.fedoraproject.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>epel<span style="color: #000000; font-weight: bold;">/</span>epel-release-latest-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rpm</span> <span style="color: #660033;">-E</span> <span style="color: #000000; font-weight: bold;">%</span>rhel<span style="color: #7a0874; font-weight: bold;">&#41;</span>.noarch.rpm</pre></pre></div></div>
    </li><li class="formatter-li"> Activation du dépôt powertools:<br />
    <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> config-manager <span style="color: #660033;">--enable</span> powertools</pre></pre></div></div>
    </li><li class="formatter-li"> Installation dépôt RPM Fusion:<br />
    <div class="formatter-container formatter-code code-BASH"><span class="formatter-title">Code BASH : </span><div class="formatter-content"><pre style="display:inline;"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dnf <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #660033;">--nogpgcheck</span> https:<span style="color: #000000; font-weight: bold;">//</span>mirrors.rpmfusion.org<span style="color: #000000; font-weight: bold;">/</span>free<span style="color: #000000; font-weight: bold;">/</span>el<span style="color: #000000; font-weight: bold;">/</span>rpmfusion-free-release-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rpm</span> <span style="color: #660033;">-E</span> <span style="color: #000000; font-weight: bold;">%</span>rhel<span style="color: #7a0874; font-weight: bold;">&#41;</span>.noarch.rpm https:<span style="color: #000000; font-weight: bold;">//</span>mirrors.rpmfusion.org<span style="color: #000000; font-weight: bold;">/</span>nonfree<span style="color: #000000; font-weight: bold;">/</span>el<span style="color: #000000; font-weight: bold;">/</span>rpmfusion-nonfree-release-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">rpm</span> <span style="color: #660033;">-E</span> <span style="color: #000000; font-weight: bold;">%</span>rhel<span style="color: #7a0874; font-weight: bold;">&#41;</span>.noarch.rpm</pre></pre></div></div><br />
</li></ul>]]></description>
                <pubDate>Fri, 24 Mar 2023 21:15:00 +0100</pubDate>
                
            </item>
		
	</channel>
</rss>
