[www-doc] [Git][VideoLAN.org/websites][master] Added meaningful installation instructions for Debian

Konstantin Pavlov gitlab at videolan.org
Sun Dec 13 17:07:12 CET 2020



Konstantin Pavlov pushed to branch master at VideoLAN organization / websites


Commits:
3a13df3e by Konstantin Pavlov at 2020-12-13T19:06:39+03:00
Added meaningful installation instructions for Debian

- - - - -


1 changed file:

- www.videolan.org/vlc/download-debian.php


Changes:

=====================================
www.videolan.org/vlc/download-debian.php
=====================================
@@ -41,23 +41,40 @@
 <div id="left">
 
 <h2> Debian stable (buster) and testing (bullseye)</h2>
-
-<p> Debian buster and bullseye follow the 3.0.x release branch of <a href="/vlc/">VLC</a>.<br />
-
+<p> Debian buster and bullseye follow the 3.0.x release branch of <a href="/vlc/">VLC</a>.</p>
 
 <h2> Debian oldstable (stretch)</h2>
-Debian stretch follows the 3.0.x release branch of <a href="/vlc/">VLC</a><br />
-
+<p> Debian stretch follows the 3.0.x release branch of <a href="/vlc/">VLC</a></p>
 
 <h2> Debian oldoldstable (jessie)</h>
-
-<p> Debian jessie follows the 2.2.x release branch of <a href="/vlc/">VLC</a>.<br />
-
+<p> Debian jessie follows the 2.2.x release branch of <a href="/vlc/">VLC</a>.</p>
 
 <h2> Debian unstable (sid) </h2>
-
 <p> VLC's latest packaged version is always in the official Debian unstable branch.</p>
 
+<h2>Installation the Graphical way</h2>
+<p>If there is an GUI front-end for APT on your system You can install via <a href="apt://vlc">APT link</a></p>
+
+<h2>Installation the Command line way</h2>
+<p><blockquote>
+<pre>
+% sudo apt install vlc
+</pre>
+</blockquote>
+</p>
+
+<h3>Nota Bene</h3>
+<p class="projectDescription">VLC for Debian and many other Linux distributions is also packaged using <a href="https://snapcraft.io/vlc/">snap packages</a>.
+This allows us to distribute latest and greatest VLC versions directly to end
+users, with security and critical bug fixes, full codec and optical media
+support.  <br />
+To install via snap:
+<p><blockquote>
+<pre>
+% sudo snap install vlc
+</pre>
+</blockquote>
+</p>
 
 <?php panel_start( "blue" ); ?>
 <h1>Playing DVD</h1>



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3a13df3ef1bdd2334ee5cb91bca27bd97fd12db9

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/3a13df3ef1bdd2334ee5cb91bca27bd97fd12db9
You're receiving this email because of your account on code.videolan.org.




More information about the www-doc mailing list