{"id":2119,"date":"2024-05-14T15:26:25","date_gmt":"2024-05-14T13:26:25","guid":{"rendered":"https:\/\/izetic.com\/?p=2119"},"modified":"2024-11-11T02:32:14","modified_gmt":"2024-11-11T01:32:14","slug":"instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/javiercachon.com\/en\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/","title":{"rendered":"Install VokoscreenNG 4.1.0 on Debian 12 and Ubuntu 24.04."},"content":{"rendered":"<h4 class=\"wp-block-heading\"><strong>What is VokoscreenNG?<\/strong><\/h4>\n\n\n\n<p class=\"has-drop-cap\"><strong>VokoscreenNG<\/strong> is an easy-to-use screencast maker for recording educational videos, live browser recordings, installation, video conferences, etc. VokoscreenNG is a desktop recorder application for Linux operating systems (OpenSuse, Ubuntu, and Debian).<\/p>\n\n\n\n<p>VokoscreenNG allows you to record a video session on your computer&#039;s desktop. Easy to install and use, the software is inexpensive. It also allows you to record audio, configure formats, enable your webcam, record in full screen, or select windows.<\/p>\n\n\n\n<p>The program is very simple and uses a minimalist GUI. You can also<br>Capture your face using a webcam at the same time, making this feature especially suitable for screencasting. Another feature is direct capture from IEEE 1394 digital cameras.<\/p>\n\n\n\n<p>This program uses the functions <strong>ffmpeg<\/strong> and save the capture in some formats, such as AVI, MP4, FLV and MKV for video and MP3 for audio.<\/p>\n\n\n\n<p>vokoscreenNG 4.1.0 has been released, it is a free and open source screen recorder for Windows and Linux by the lead developer of vokoscreenNG: Volker Kohaupt.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Feature and Bug Fixes: Version 4.1.0 April 1, 2024<\/strong>.<\/h4>\n\n\n\n<p>Record entire desktop, window, or selected area<br>Supports mkv, mp4, webm, avi, mov containers<br>Supports x264 and vp8 video codecs<br>Compatible with Vorbis, flac, opus and mp3 audio codecs<br>Expand overlay<br>Add a webcam window (optionally borderless) to the screen<br>Countdown timer before recording<br>Supports timed recording<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Changes, version and bug fixes:<\/strong><\/h4>\n\n\n\n<p>Windows: Added window recording<br>Windows: Redistributable removed, only required files included<br>Windows: New display manager based on GStreamer<br>Linux: Changed everything from Q_OS_LINUX to Q_OS_UNIX<br>Windows: Changing gdiscreencapsrc to d3d11screencapturesrc<br>Windows: GIF added<br>Windows: Switch from MINGW to MSVC<br>Qt: Minimum version 6.6.0<br>Wayland: Snapshot added<br>Wayland: Simple camera support based on pipewire<br>Linux: Logo adapted for Flatpak<br>GUI: Better display when moving the mouse over the buttons<br>Wayland: Logo adapted for Flatpak<br>Wayland: All existing settings will now be saved<br>Readme: Adapted to the latest version<br>Camera: Frameless not working on Linux Desktop MATE<br>Translation: Updated<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Requirements:<\/strong><\/h4>\n\n\n\n<p>VokoscreenNG is based on Qt6 and GStreamer.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: java; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Instalaci\u00f3n de Codecs de Audio y Video para VokoscreenNG\n$ sudo apt install ubuntu-restricted-extras\n$ sudo apt install ffmpeg\n$ sudo apt install lame\n$ sudo apt install dvdauthor\n$ sudo apt install flac\n$ sudo apt install mencoder\n$ sudo apt install x264\n$ sudo apt install libavcodec-extra\n$ sudo apt install vorbis-tools\n$ sudo apt install twolame\n$ sudo apt install libfaac0\n$ sudo apt install libvoaacenc-ocaml\n$ sudo apt install pulseaudio\n<\/pre><\/div>\n\n\n<h4 class=\"wp-block-heading\">We are going to install via the distro repository:<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: bash; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Debian: \n$ sudo apt install vokoscreen-ng\n\/\/ Fedora: \n$ sudo dnf install vokoscreenNG\n\/\/ openSUSE (Tumbleweed and Leap): \n$ sudo zypper install vokoscreenNG\n\/\/ Ubuntu: \n$ sudo apt install vokoscreen-ng\n\/\/ Arch linux: \n$ sudo pacman -S vokoscreen\n<\/pre><\/div>\n\n\n<h4 class=\"wp-block-heading\">By Flatpak<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n$ flatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n$ flatpak install flathub com.github.vkohaupt.vokoscreenNG\n$ flatpak run com.github.vkohaupt.vokoscreenNG\n<\/pre><\/div>\n\n\n<h4 class=\"wp-block-heading\">Add this PPA to your system for Ubuntu 22.04 LTS and 24.04 LTS<\/h4>\n\n\n\n<p>You can update your system with unsupported packages from this untrusted PPA by adding ppa:ubuntuhandbook1\/apps to your system&#039;s software sources from Linux user Panda Jim.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: java; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n$ sudo add-apt-repository ppa:ubuntuhandbook1\/apps\n$ sudo apt-get update\n$ sudo apt install vokoscreen-ng\n<\/pre><\/div>\n\n\n<h4 class=\"wp-block-heading\"><strong>Compiling and installing VokoscreenNG from source on Debian 12, MX-Linux 23.2 .<\/strong><\/h4>\n\n\n\n<p>The author and developer of VokoscreenNG should have a GitHub repository with a stable version and another repository with a Beta version.<\/p>\n\n\n\n<p>On Debian\/Ubuntu, these requirements can be met by compiling and installing, running<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: java; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Versi\u00f3nes con compatibilidad con Qt 5\n$ sudo apt install libgstreamer1.0-dev qt5-default qttools5-dev-tools libqt5x11extras5-dev qtmultimedia5-dev libqt5multimedia5-plugins qtbase5-dev git\n<\/pre><\/div>\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Versi\u00f3nes con compatibilidad con Qt 6.6 en VokoscreenNG 4.1.0\n$ sudo apt install libgstreamer1.0-dev  git\n$ sudo apt install libxcb-cursor0\n<\/pre><\/div>\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: bash; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Gstreamer:\n$ sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-qt6 gstreamer1.0-pipewire gstreamer1.0-pulseaudio gstreamer1.0-vaapi gstreamer1.0-plugins-base-apps gstreamer1.0-plugins-bad-apps gstreamer1.0-libcamera gstreamer-qapt\n<\/pre><\/div>\n\n\n<p><strong>Qt<\/strong> <strong>framework<\/strong>\u00a0<strong>6.6<\/strong>\u00a0Installation in: <a href=\"https:\/\/\/en\/blog\/qt-framework-6-6-x-en-debian-mx-linux-y-ubuntu-lts\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>https:\/\/<\/strong>javiercachon<strong>.com\/blog\/qt-framework-6-6-x-open-source-on-debian-12-mx-linux-23-linux-mint-and-ubuntu-22-04-lts\/<\/strong><\/a><strong>\u00a0<\/strong><\/p>\n\n\n\n<p>Gstreamer Codecs Installation on: <strong><a href=\"https:\/\/\/en\/blog\/gstreamer-en-debian-12-ubuntu-y-linux-mint-guia-completa\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/blog\/framework-multimedia-gstreamer-en-debian-12-ubuntu-linux-mint-y-mxlinux-23-2\/<\/a><\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Compiling and Installing:<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: bash; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Nos situamos en el directorio \/opt\n$ cd \/opt\n\/\/ Clonar el repositorio de git:\n$ sudo git clone https:\/\/github.com\/vkohaupt\/vokoscreenNG.git\n$ cd vokoscreenNG\n$ cd src\n$ $ sudo qmake6 vokoscreenNG.pro &amp;&amp; sudo make\n<\/pre><\/div>\n\n\n<p>This will create an executable &quot;vokoscreenNG&quot; in the directory <strong>\/vokoscreenNG\/src<\/strong><\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: java; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n$ .\/vokoscreenNG\n<\/pre><\/div>\n\n\n<p>To create the executable icon of the application in <strong>\/usr\/share\/applications<\/strong> for the Desktop:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: java; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n$ sudo vim \/usr\/share\/applications\/vokoscreen-ng.desktop\n<\/pre><\/div>\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: bash; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n&#x5B;Desktop Entry]\nName=Vokoscreen-NG\nGenericName=Creador de Screencast\nGenericName&#x5B;de]=Screencast-Erstellung\nComment=Grabador de escritorio f\u00e1cil de usar versi\u00f3n 4.1.0.\nExec=\/opt\/vokoscreenNG\/src\/vokoscreenNG\nIcon=\/opt\/vokoscreenNG\/src\/applications\/vokoscreenNG.png\nTerminal=false\nType=Application\nCategories=AudioVideo;Player;Recorder;\nKeywords=Player;Capture;Audio;Video;Screencast;GStreamer;\n<\/pre><\/div>\n\n<div class=\"wp-block-syntaxhighlighter-code\"><pre class=\"brush: java; title: ; notranslate\" title=\"\" data-no-auto-translation=\"\">\n\/\/ Permisos al icono de VokoscreenNG en el desktop\n$ sudo chmod +x \/usr\/share\/applications\/vokoscreen-ng.desktop\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"829\" height=\"536\" src=\"http:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/Captura-de-pantalla_2024-05-14_15-19-37.png\" alt=\"\" class=\"wp-image-2850\" srcset=\"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/Captura-de-pantalla_2024-05-14_15-19-37.png 829w, https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/Captura-de-pantalla_2024-05-14_15-19-37-300x194.png 300w, https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/Captura-de-pantalla_2024-05-14_15-19-37-768x497.png 768w\" sizes=\"(max-width: 829px) 100vw, 829px\" \/><\/figure>\n\n\n\n<p>They already have Vokoscreen-NG on Debian 12 and derivatives for recording educational videos, live browser recordings, installation, video conferences, etc. You can capture a single video or video and sound (via ALSA or PulseAudio).<\/p>\n<div style='text-align:center' class='yasr-auto-insert-overall'><\/div><div style='text-align:center' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>\u00bfQue es VokoscreenNG? VokoscreenNG es un creador de screencasts f\u00e1cil de usar para grabar videos educativos, grabaciones en vivo de navegador, instalaci\u00f3n, videoconferencias, etc. VokoscreenNG es una aplicaci\u00f3n de grabadora de escritorio para sistemas operativos Linux (OpenSuse, Ubuntu y Debian). El programa VokoscreenNG le permite grabar una sesi\u00f3n de video [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2852,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"jetpack_post_was_ever_published":false,"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[2,3],"tags":[6,7,15,17,32],"class_list":["post-2119","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-informatica","category-sistemas","tag-apps","tag-debian-linux","tag-linux","tag-lts","tag-ubuntu-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04<\/title>\n<meta name=\"description\" content=\"Aprende a instalar VokoscreenNG f\u00e1cilmente desde repositorios o c\u00f3digo fuente para grabar screencasts y videoconferencias.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/javiercachon.com\/en\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04\" \/>\n<meta property=\"og:description\" content=\"Aprende a instalar VokoscreenNG f\u00e1cilmente desde repositorios o c\u00f3digo fuente para grabar screencasts y videoconferencias.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/javiercachon.com\/en\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/\" \/>\n<meta property=\"og:site_name\" content=\"javiercachon.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/javiercachon82\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/javiercachon82\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-14T13:26:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-11T01:32:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Javier Cach\u00f3n Garrido\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/x.com\/udegeek\" \/>\n<meta name=\"twitter:site\" content=\"@udegeek\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Javier Cach\u00f3n Garrido\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/\"},\"author\":{\"name\":\"Javier Cach\u00f3n Garrido\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/#\\\/schema\\\/person\\\/56ea56e1350676921cc43a3bcfd6c997\"},\"headline\":\"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04.\",\"datePublished\":\"2024-05-14T13:26:25+00:00\",\"dateModified\":\"2024-11-11T01:32:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/\"},\"wordCount\":582,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/#\\\/schema\\\/person\\\/56ea56e1350676921cc43a3bcfd6c997\"},\"image\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/jefe-vokoscreenNG.jpg\",\"keywords\":[\"Apps\",\"Debian Linux\",\"Linux\",\"LTS\",\"Ubuntu Linux\"],\"articleSection\":[\"Inform\u00e1tica\",\"Sistemas\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/\",\"url\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/\",\"name\":\"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/jefe-vokoscreenNG.jpg\",\"datePublished\":\"2024-05-14T13:26:25+00:00\",\"dateModified\":\"2024-11-11T01:32:14+00:00\",\"description\":\"Aprende a instalar VokoscreenNG f\u00e1cilmente desde repositorios o c\u00f3digo fuente para grabar screencasts y videoconferencias.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/jefe-vokoscreenNG.jpg\",\"contentUrl\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/jefe-vokoscreenNG.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"inicio\",\"item\":\"https:\\\/\\\/javiercachon.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/\",\"name\":\"javiercachon.com\",\"description\":\"es una plataforma educativa revolucionaria que busca democratizar el acceso al conocimiento en inform\u00e1tica.\",\"publisher\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/#\\\/schema\\\/person\\\/56ea56e1350676921cc43a3bcfd6c997\"},\"alternateName\":\"javiercachon.com\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/javiercachon.com\\\/es\\\/#\\\/schema\\\/person\\\/56ea56e1350676921cc43a3bcfd6c997\",\"name\":\"Javier Cach\u00f3n Garrido\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Montanas-JC-logo-azul.jpg\",\"url\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Montanas-JC-logo-azul.jpg\",\"contentUrl\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Montanas-JC-logo-azul.jpg\",\"width\":250,\"height\":34,\"caption\":\"Javier Cach\u00f3n Garrido\"},\"logo\":{\"@id\":\"https:\\\/\\\/javiercachon.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Montanas-JC-logo-azul.jpg\"},\"description\":\"Javier Cach\u00f3n Garrido es un experto en inform\u00e1tica, apasionado por el c\u00f3digo abierto y la educaci\u00f3n tecnol\u00f3gica. Como fundador de JavierCachon.com, impulsa la formaci\u00f3n en GNU\\\/Linux y software libre, promoviendo el aprendizaje accesible y colaborativo. Su misi\u00f3n es democratizar el conocimiento en TI, ofreciendo recursos gratuitos y de calidad para profesionales y entusiastas del sector. Es un profeta y predicador que evangeliza la tecnolog\u00eda, la inform\u00e1tica y telecomunicaciones, acomp\u00e1\u00f1ale en su aventura y pasi\u00f3n por los sistemas operativos abiertos GNU\\\/Linux.\",\"sameAs\":[\"https:\\\/\\\/javiercachon.com\\\/\",\"https:\\\/\\\/www.facebook.com\\\/javiercachon82\",\"https:\\\/\\\/www.instagram.com\\\/edugeek\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/javiercachongarrido\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/x.com\\\/udegeek\",\"https:\\\/\\\/www.youtube.com\\\/@edugeek\",\"https:\\\/\\\/wiki.javiercachon.com\\\/wiki\\\/index.php\\\/Usuario:Ojosdegato\"],\"url\":\"https:\\\/\\\/javiercachon.com\\\/en\\\/author\\\/ojosdegato\\\/\"},false]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04","description":"Aprende a instalar VokoscreenNG f\u00e1cilmente desde repositorios o c\u00f3digo fuente para grabar screencasts y videoconferencias.","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:\/\/javiercachon.com\/en\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/","og_locale":"en_US","og_type":"article","og_title":"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04","og_description":"Aprende a instalar VokoscreenNG f\u00e1cilmente desde repositorios o c\u00f3digo fuente para grabar screencasts y videoconferencias.","og_url":"https:\/\/javiercachon.com\/en\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/","og_site_name":"javiercachon.com","article_publisher":"https:\/\/www.facebook.com\/javiercachon82","article_author":"https:\/\/www.facebook.com\/javiercachon82","article_published_time":"2024-05-14T13:26:25+00:00","article_modified_time":"2024-11-11T01:32:14+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg","type":"image\/jpeg"}],"author":"Javier Cach\u00f3n Garrido","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/x.com\/udegeek","twitter_site":"@udegeek","twitter_misc":{"Written by":"Javier Cach\u00f3n Garrido","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#article","isPartOf":{"@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/"},"author":{"name":"Javier Cach\u00f3n Garrido","@id":"https:\/\/javiercachon.com\/es\/#\/schema\/person\/56ea56e1350676921cc43a3bcfd6c997"},"headline":"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04.","datePublished":"2024-05-14T13:26:25+00:00","dateModified":"2024-11-11T01:32:14+00:00","mainEntityOfPage":{"@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/"},"wordCount":582,"commentCount":0,"publisher":{"@id":"https:\/\/javiercachon.com\/es\/#\/schema\/person\/56ea56e1350676921cc43a3bcfd6c997"},"image":{"@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg","keywords":["Apps","Debian Linux","Linux","LTS","Ubuntu Linux"],"articleSection":["Inform\u00e1tica","Sistemas"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/","url":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/","name":"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04","isPartOf":{"@id":"https:\/\/javiercachon.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#primaryimage"},"image":{"@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg","datePublished":"2024-05-14T13:26:25+00:00","dateModified":"2024-11-11T01:32:14+00:00","description":"Aprende a instalar VokoscreenNG f\u00e1cilmente desde repositorios o c\u00f3digo fuente para grabar screencasts y videoconferencias.","breadcrumb":{"@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#primaryimage","url":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg","contentUrl":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/javiercachon.com\/instala-vokoscreenng-4-1-0-en-debian-12-y-ubuntu-24-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"inicio","item":"https:\/\/javiercachon.com\/"},{"@type":"ListItem","position":2,"name":"Instala VokoscreenNG 4.1.0 en Debian 12 y Ubuntu 24.04."}]},{"@type":"WebSite","@id":"https:\/\/javiercachon.com\/es\/#website","url":"https:\/\/javiercachon.com\/es\/","name":"javiercachon.com","description":"It is a revolutionary educational platform that seeks to democratize access to computer science knowledge.","publisher":{"@id":"https:\/\/javiercachon.com\/es\/#\/schema\/person\/56ea56e1350676921cc43a3bcfd6c997"},"alternateName":"javiercachon.com","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/javiercachon.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/javiercachon.com\/es\/#\/schema\/person\/56ea56e1350676921cc43a3bcfd6c997","name":"Javier Cach\u00f3n Garrido","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/11\/Montanas-JC-logo-azul.jpg","url":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/11\/Montanas-JC-logo-azul.jpg","contentUrl":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/11\/Montanas-JC-logo-azul.jpg","width":250,"height":34,"caption":"Javier Cach\u00f3n Garrido"},"logo":{"@id":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/11\/Montanas-JC-logo-azul.jpg"},"description":"Javier Cach\u00f3n Garrido es un experto en inform\u00e1tica, apasionado por el c\u00f3digo abierto y la educaci\u00f3n tecnol\u00f3gica. Como fundador de JavierCachon.com, impulsa la formaci\u00f3n en GNU\/Linux y software libre, promoviendo el aprendizaje accesible y colaborativo. Su misi\u00f3n es democratizar el conocimiento en TI, ofreciendo recursos gratuitos y de calidad para profesionales y entusiastas del sector. Es un profeta y predicador que evangeliza la tecnolog\u00eda, la inform\u00e1tica y telecomunicaciones, acomp\u00e1\u00f1ale en su aventura y pasi\u00f3n por los sistemas operativos abiertos GNU\/Linux.","sameAs":["https:\/\/javiercachon.com\/","https:\/\/www.facebook.com\/javiercachon82","https:\/\/www.instagram.com\/edugeek\/","https:\/\/www.linkedin.com\/in\/javiercachongarrido\/","https:\/\/x.com\/https:\/\/x.com\/udegeek","https:\/\/www.youtube.com\/@edugeek","https:\/\/wiki.javiercachon.com\/wiki\/index.php\/Usuario:Ojosdegato"],"url":"https:\/\/javiercachon.com\/en\/author\/ojosdegato\/"},false]}},"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/javiercachon.com\/wp-content\/uploads\/2024\/05\/jefe-vokoscreenNG.jpg","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/posts\/2119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/comments?post=2119"}],"version-history":[{"count":0,"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/posts\/2119\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/media\/2852"}],"wp:attachment":[{"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/media?parent=2119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/categories?post=2119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/javiercachon.com\/en\/wp-json\/wp\/v2\/tags?post=2119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}