{"id":1937,"date":"2025-08-27T20:51:17","date_gmt":"2025-08-27T18:51:17","guid":{"rendered":"https:\/\/christeninformatica.ch\/?p=1937"},"modified":"2026-03-10T05:20:25","modified_gmt":"2026-03-10T04:20:25","slug":"how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin","status":"publish","type":"post","link":"https:\/\/christeninformatica.ch\/it\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/","title":{"rendered":"How To Install OBS Studio on openSUSE Linux"},"content":{"rendered":"<h2>How to install OBS Studio on openSUSE<\/h2>\n<p>In this small tutorial I will show you how to install OBS and a plugin on openSUSE. <\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n# zypper in obs-studio\n<\/pre>\n<\/blockquote>\n<\/div>\n<h2>How to install OBS Background Removal on openSUSE<\/h2>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n:~> cd $HOME\/.config\/obs-studio\/\n:~> cp $HOME\/obs-backgroundremoval-1.1.13-source.tar.xz obs-backgroundremoval-1.1.13-source.tar.xz \n:~> tar -xf *.tar.xz\n:~> cd obs-backgroundremoval-1.1.13-source\n:~> ls\n:~> cat README.md\n:~> cat docs\/BUILDING-OPENSUSE.md\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>In the openSUSE README you will find the commands you need to install the <b>Background Removal plugin for OBS<\/b>, you can create a script and run it. <\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\nvi install.sh\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>And you put the following in it:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n#!\/usr\/bin\/bash\nsudo zypper install -t pattern devel_basis\nsudo zypper install zsh cmake Mesa-libGL-devel \\\n  ffmpeg-6-libavcodec-devel ffmpeg-6-libavdevice-devel ffmpeg-6-libavformat-devel \\\n  libcurl-devel Mesa-libEGL-devel \\\n  libpulse-devel libxkbcommon-devel\nsudo zypper in cmake gcc12-c++ ninja obs-studio-devel opencv-devel qt6-base-devel zsh curl-devel jq\n\ncmake . -B build_x86_64 \\\n  -DCMAKE_C_COMPILER=gcc-12 \\\n  -DCMAKE_CXX_COMPILER=g++-12 \\\n  -DQT_VERSION=6 \\\n  -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\n  -DCMAKE_POSITION_INDEPENDENT_CODE=ON \\\n  -DENABLE_FRONTEND_API=ON \\\n  -DENABLE_QT=ON\ncmake --build build_x86_64\nsudo cmake --install build_x86_64 --prefix \/usr\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Once done you run the install.sh script.<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n~> chmod u+x install.sh\n~> .\/install.sh\n<\/pre>\n<\/blockquote>\n<\/div>\n<p><iframe style=\"border: none; width:100%; aspect-ratio:16 \/ 9;\" scrolling=\"no\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/Za2PyyQ5vAo?si=DZBMWDPJ6jV4tUsi\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>","protected":false},"excerpt":{"rendered":"<p>How to install OBS Studio on openSUSE In this small tutorial I will show you how to install OBS and a plugin on openSUSE. # zypper in obs-studio How to install OBS Background Removal on openSUSE :~> cd $HOME\/.config\/obs-studio\/ :~> cp $HOME\/obs-backgroundremoval-1.1.13-source.tar.xz obs-backgroundremoval-1.1.13-source.tar.xz :~> tar -xf *.tar.xz :~> cd obs-backgroundremoval-1.1.13-source :~> ls :~> cat README.md&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/christeninformatica.ch\/it\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;How To Install OBS Studio on openSUSE Linux&rdquo;<\/span> &raquo;<\/a><\/p>","protected":false},"author":5,"featured_media":1938,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[215,297],"tags":[334,332,76,84],"class_list":["post-1937","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-opensuse","category-tutorials","tag-background-removal","tag-how-to-install-obs-studio-on-opensuse","tag-linux","tag-opensuse"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Install OBS Studio on openSUSE Linux &#8226; CHIT<\/title>\n<meta name=\"description\" content=\"Guide on how to install OBS Studio with Background Removal on openSUSE Linux Leap.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/christeninformatica.ch\/it\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Install OBS Studio on openSUSE Linux &#8226; CHIT\" \/>\n<meta property=\"og:description\" content=\"Guide on how to install OBS Studio with Background Removal on openSUSE Linux Leap.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/christeninformatica.ch\/it\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/\" \/>\n<meta property=\"og:site_name\" content=\"CHIT\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-27T18:51:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T04:20:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/christeninformatica.ch\/media\/how-to-install-osb-studio-on-opensuse-background-removal.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"chitblog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"chitblog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/\"},\"author\":{\"name\":\"chitblog\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"headline\":\"How To Install OBS Studio on openSUSE Linux\",\"datePublished\":\"2025-08-27T18:51:17+00:00\",\"dateModified\":\"2026-03-10T04:20:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/\"},\"wordCount\":82,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/how-to-install-osb-studio-on-opensuse-background-removal.jpg\",\"keywords\":[\"Background Removal\",\"How to install OBS Studio on openSUSE\",\"linux\",\"OPENSUSE\"],\"articleSection\":[\"openSUSE\",\"Tutorials\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/\",\"name\":\"How To Install OBS Studio on openSUSE Linux &#8226; CHIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/how-to-install-osb-studio-on-opensuse-background-removal.jpg\",\"datePublished\":\"2025-08-27T18:51:17+00:00\",\"dateModified\":\"2026-03-10T04:20:25+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"description\":\"Guide on how to install OBS Studio with Background Removal on openSUSE Linux Leap.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/how-to-install-osb-studio-on-opensuse-background-removal.jpg\",\"contentUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/how-to-install-osb-studio-on-opensuse-background-removal.jpg\",\"width\":1024,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/christeninformatica.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Install OBS Studio on openSUSE Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/\",\"name\":\"CHIT\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/christeninformatica.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\",\"name\":\"chitblog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"caption\":\"chitblog\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Install OBS Studio on openSUSE Linux &#8226; CHIT","description":"Guide on how to install OBS Studio with Background Removal on openSUSE Linux Leap.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/christeninformatica.ch\/it\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/","og_locale":"it_IT","og_type":"article","og_title":"How To Install OBS Studio on openSUSE Linux &#8226; CHIT","og_description":"Guide on how to install OBS Studio with Background Removal on openSUSE Linux Leap.","og_url":"https:\/\/christeninformatica.ch\/it\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/","og_site_name":"CHIT","article_published_time":"2025-08-27T18:51:17+00:00","article_modified_time":"2026-03-10T04:20:25+00:00","og_image":[{"width":1024,"height":400,"url":"https:\/\/christeninformatica.ch\/media\/how-to-install-osb-studio-on-opensuse-background-removal.jpg","type":"image\/jpeg"}],"author":"chitblog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"chitblog","Est. reading time":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#article","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/"},"author":{"name":"chitblog","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"headline":"How To Install OBS Studio on openSUSE Linux","datePublished":"2025-08-27T18:51:17+00:00","dateModified":"2026-03-10T04:20:25+00:00","mainEntityOfPage":{"@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/"},"wordCount":82,"commentCount":0,"image":{"@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/how-to-install-osb-studio-on-opensuse-background-removal.jpg","keywords":["Background Removal","How to install OBS Studio on openSUSE","linux","OPENSUSE"],"articleSection":["openSUSE","Tutorials"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/","url":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/","name":"How To Install OBS Studio on openSUSE Linux &#8226; CHIT","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#primaryimage"},"image":{"@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/how-to-install-osb-studio-on-opensuse-background-removal.jpg","datePublished":"2025-08-27T18:51:17+00:00","dateModified":"2026-03-10T04:20:25+00:00","author":{"@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"description":"Guide on how to install OBS Studio with Background Removal on openSUSE Linux Leap.","breadcrumb":{"@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#primaryimage","url":"https:\/\/christeninformatica.ch\/media\/how-to-install-osb-studio-on-opensuse-background-removal.jpg","contentUrl":"https:\/\/christeninformatica.ch\/media\/how-to-install-osb-studio-on-opensuse-background-removal.jpg","width":1024,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/christeninformatica.ch\/how-to-install-obs-studio-opensuse-leap-linux-background-removal-plugin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/christeninformatica.ch\/"},{"@type":"ListItem","position":2,"name":"How To Install OBS Studio on openSUSE Linux"}]},{"@type":"WebSite","@id":"https:\/\/christeninformatica.ch\/#website","url":"https:\/\/christeninformatica.ch\/","name":"CHIT","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/christeninformatica.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64","name":"chitblog","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","caption":"chitblog"}}]}},"_links":{"self":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/1937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/comments?post=1937"}],"version-history":[{"count":0,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/1937\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media\/1938"}],"wp:attachment":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media?parent=1937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/categories?post=1937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/tags?post=1937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}