{"id":15612,"date":"2022-02-23T04:26:46","date_gmt":"2022-02-23T04:26:46","guid":{"rendered":"https:\/\/linuxways.net\/?p=15612"},"modified":"2022-02-23T04:26:46","modified_gmt":"2022-02-23T04:26:46","slug":"how-to-install-vlc-media-player-on-opensuse","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/opensuse\/how-to-install-vlc-media-player-on-opensuse\/","title":{"rendered":"How to Install VLC Media Player on OpenSUSE"},"content":{"rendered":"<p>VLC is among one of the<a href=\"https:\/\/linuxways.net\/de\/centos\/top-5-media-players-2021\/\"> best-known media players<\/a>. It is a free and completely open-source multimedia player that supports most media formats and streaming protocols. In this post, we will describe the installation of VLC media player on openSUSE Leap 15.3. Other than Linux, the VLC media player can also be used on Mac and Windows.<\/p>\n<p>You can also visit our post about the installation of VLC media player on <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-install-vlc-media-player-on-ubuntu-20-04-lts\/\">Ubuntu<\/a> and <a href=\"https:\/\/linuxways.net\/de\/manjaro\/how-to-install-vlc-media-player-on-manjaro-linux\/\">Manjaro<\/a>.<\/p>\n<h2>Installing VLC Media Player on openSUSE<\/h2>\n<p>VLC media player can be installed on openSUSE using the following methods:<\/p>\n<ul>\n<li>Through openSUSE Official Repository<\/li>\n<li>Through Snap Package<\/li>\n<\/ul>\n<h3>Method#1 Through openSUSE Official Repository<\/h3>\n<p>This method covers the installation of the VLC media player via openSUSE Official Repository. Follow the below instructions to install VLC media player on openSUSE:<\/p>\n<p>1. Execute the command below to refresh the openSUSE repositories:<\/p>\n<pre>$ sudo zypper refresh<\/pre>\n<p>Provide the <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-add-a-user-to-sudoers-on-ubuntu\/\">sudo<\/a> password when the Terminal asks for it. This command will fetch a fresh list of packages from the repository, ensuring that you don&#8217;t get outdated information or packages.<\/p>\n<p>2. Now execute the below command to install VLC media player on your system:<\/p>\n<pre>$ sudo zypper install vlc<\/pre>\n<p>To confirm the installation, press <strong>y<\/strong> key and then the<strong> Enter<\/strong> key.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"882\" height=\"628\" class=\"wp-image-15613\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-701.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-701.png 882w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-701-300x214.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-701-768x547.png 768w\" sizes=\"auto, (max-width: 882px) 100vw, 882px\" \/><\/p>\n<p>3. To verify the installation of the VLC media player, execute the command below:<\/p>\n<pre>$ vlc --version<\/pre>\n<p>If VLC media player is installed on your system, you will see the output as shown below in the screenshot. In the output, you will also find the version of VLC that is installed on your system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"828\" height=\"229\" class=\"wp-image-15614\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-702.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-702.png 828w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-702-300x83.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-702-768x212.png 768w\" sizes=\"auto, (max-width: 828px) 100vw, 828px\" \/><\/p>\n<h3>Method#1 Through Snap Package<\/h3>\n<p>This method covers the installation of the VLC media player via snap package. Follow the below instructions to install the VLC media player on openSUSE:<\/p>\n<p>1. Add the snap repository so that you can install snapd:<\/p>\n<pre>$ sudo zypper addrepo --refresh https:\/\/download.opensuse.org\/repositories\/system:\/snappy\/openSUSE_Leap_15.3 snappy<\/pre>\n<p>2. Now execute this command to auto import the GPG key from the snap repository:<\/p>\n<pre>$ sudo zypper --gpg-auto-import-keys refresh<\/pre>\n<p>3. Update the package cache through the command below:<\/p>\n<pre>$ sudo zypper dup --from snappy<\/pre>\n<p>4. Then execute this command for installing snapd:<\/p>\n<pre>$ sudo zypper install snapd<\/pre>\n<p>To confirm the installation, press <strong>y<\/strong> key and then the<strong> Enter<\/strong> key.<\/p>\n<p>5. Execute the commands below to initiate snapd service:<\/p>\n<pre>$ sudo systemctl enable snapd<\/pre>\n<pre>$ sudo systemctl start snapd<\/pre>\n<p>Also, initiate the snapd.apparmor service:<\/p>\n<pre>$ sudo systemctl enable snapd.apparmor<\/pre>\n<pre>$ sudo systemctl start snapd.apparmor<\/pre>\n<p>6. Now execute the command below to install VLC media player:<\/p>\n<pre>$ sudo snap install vlc<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"86\" class=\"wp-image-15615\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-703.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-703.png 576w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-703-300x45.png 300w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/p>\n<p>7. To verify the installation of VLC media player, execute the command below:<\/p>\n<pre>$ vlc --version<\/pre>\n<p>If VLC media player is installed on your system, you will see the output as shown below in the screenshot. In the output, you will also find the version of VLC that is installed on your system.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"97\" class=\"wp-image-15616\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-704.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-704.png 626w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-704-300x46.png 300w\" sizes=\"auto, (max-width: 626px) 100vw, 626px\" \/><\/p>\n<p>After installation, VLC media player can be launched through the Applications menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"449\" height=\"260\" class=\"wp-image-15617\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-705.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-705.png 449w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/02\/word-image-705-300x174.png 300w\" sizes=\"auto, (max-width: 449px) 100vw, 449px\" \/><\/p>\n<h2>Uninstall VLC Media Player<\/h2>\n<p>You can also uninstall the VLC media player from your machine if you no longer need it.<\/p>\n<p>If you have installed VLC media player through the openSUSE official repository, use the below command to remove it:<\/p>\n<pre>$ sudo zypper remove vlc<\/pre>\n<p>Enter the sudo password. Then to confirm the procedure, press <strong>y<\/strong> key and then the<strong> Enter<\/strong> key. After that, VLC will be removed from your machine.<\/p>\n<p>If you have installed VLC media player through snap, use the below command to remove it:<\/p>\n<pre>$ sudo snap remove vlc<\/pre>\n<p>Enter the sudo password. Then to confirm the procedure, press <strong>y<\/strong> key and then the<strong> Enter<\/strong> key. After that, VLC will be removed from your machine.<\/p>\n<p>In this post, we covered the installation of VLC media player on openSUSE system through two different ways. We also covered how to uninstall the VLC media player if you no longer need it on your machine.<\/p>\n<p>After installing VLC, you may also like to visit our post on <a href=\"https:\/\/linuxways.net\/de\/centos\/9-useful-vlc-media-player-shortcut-keys\/\">9 Useful VLC Media Player Shortcut Keys<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>VLC is among one of the best-known media players. It is a free and completely open-source multimedia player that supports most media formats and streaming protocols. In this&hellip;<\/p>","protected":false},"author":1,"featured_media":15619,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[83],"tags":[858,75],"class_list":["post-15612","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-opensuse","tag-opensuse","tag-vlc-media-player"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=15612"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/15612\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/15619"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=15612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=15612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=15612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}