Author: ib
Date: Mon Jun 12 15:25:27 2023
New Revision: 3739

Log:
Update on how to use MPlayer's Debian package repository.

Modified:
   trunk/src/dload.en

Modified: trunk/src/dload.en
==============================================================================
--- trunk/src/dload.en  Sun Feb 27 23:49:22 2022        (r3738)
+++ trunk/src/dload.en  Mon Jun 12 15:25:27 2023        (r3739)
@@ -1324,26 +1324,47 @@
 <h3 id="debian_repository_howto">Using MPlayer's Debian package repository</h3>
 
 <p>
-       To connect to MPlayer's Debian package repository, create (as
-       superuser) a file <code>/etc/apt/sources.list.d/mplayer.list</code>
-       with the following content:
+       First of all, download <a 
href="https://mplayerhq.hu/MPlayer/deb/mplayer-deb.key";>
+       MPlayer's Debian package repository public key</a>. Make sure that this
+       key has the fingerprint <b>81A6 9856 E6FE 8556 91BC 9AFC 957E 566E 3A92 
C61F</b>,
+       because only then it is authentic. Now:
 </p>
 
+<p>
+
+<ul><li><b>Debian 12 (»Bookworm«) or later</b><br>
+<p>
+       Prepare the key:
 <pre>
-  deb http://mplayerhq.hu/MPlayer/deb current main
+ gpg --dearmor mplayer-deb.key
+</pre>
+</p>
+<p>
+       Make the key known to apt:
+<pre>
+ sudo install -m 644 mplayer-deb.key.gpg /etc/apt/trusted.gpg.d
 </pre>
+</p>
+</li></ul>
 
+<ul><li><b>Debian 11 (»Bullseye«) or earlier</b><br>
 <p>
-       Now download <a href="http://mplayerhq.hu/MPlayer/deb/mplayer-deb.key";>
-       MPlayer's Debian package repository public key</a>. Make sure that this
-       key has the fingerprint <b>81A6 9856 E6FE 8556 91BC 9AFC 957E 566E 3A92 
C61F</b>,
-       because only then it is authentic, and make the key known to the apt
-       keyring afterwards:
+       Make the key known to the apt keyring:
+<pre>
+ sudo apt-key add mplayer-deb.key
+</pre>
 </p>
+</li></ul>
 
+</p>
+
+<p>
+       Create (as superuser) a file 
<code>/etc/apt/sources.list.d/mplayer.list</code>
+       with the following content:
 <pre>
-  sudo apt-key add mplayer-deb.key
+ deb http://mplayerhq.hu/MPlayer/deb current main
 </pre>
+</p>
 
 <p>
        After a <code>sudo apt update</code> you can install packages from our
_______________________________________________
MPlayer-DOCS mailing list
MPlayer-DOCS@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to