{"id":1302,"date":"2021-12-16T12:42:30","date_gmt":"2021-12-16T09:42:30","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/14\/how-to-install-the-vidiot-video-editor-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/14\/how-to-install-the-vidiot-video-editor-on-linux\/"},"modified":"2021-12-16T12:42:30","modified_gmt":"2021-12-16T09:42:30","slug":"how-to-install-the-vidiot-video-editor-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1302-how-to-install-the-vidiot-video-editor-on-linux\/","title":{"rendered":"How to install the Vidiot video editor on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Are you in need of a simple non-linear video editor for Linux? Consider checking out Vidiot. It\u2019s a straightforward editor tool targeted at new users. It does basic things like compositing, changing speed, transitions, titles, and other essential things a user would want when editing.<\/p>\n<p>The Vidiot video editor works on Linux, and the developer has ported the program to Ubuntu and Debian via a downloadable DEB package. Additionally, the users can install the application via a standalone TarGZ archive and a Snap package via the Snap store. Here\u2019s how to get it working on your Linux system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407828 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux.png\" alt=\"\" width=\"1200\" height=\"849\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>To get Vidiot on your Ubuntu Linux system up and running, start by opening up a terminal window on the Ubuntu desktop. Press <strong>Ctrl + Alt + T<\/strong> on the Linux desktop to launch a terminal window. Or, search for \u201cTerminal\u201d in the app menu and get it working that way.<\/p>\n<p>With the terminal window on the Ubuntu desktop, use the <strong>wget<\/strong> download command to grab the latest release of Vidiot to your computer. Alternatively, head over to SourceForge and download the \u201cVidiot-0.3.34-i386.deb\u201d file via the web browser.<\/p>\n<pre>\nwget https:\/\/sourceforge.net\/projects\/vidiot\/files\/Vidiot-0.3.34-i386.deb\/download -O ~\/Downloads\/Vidiot-0.3.34-i386.deb\n<\/pre>\n<p>With the command downloaded to your computer, use the <strong>CD<\/strong> command to move into the \u201cDownloads\u201d folder where the DEB package is located. Then, use the <strong>apt install<\/strong> command to get the Vidiot application installed on your computer.<\/p>\n<pre>\nsudo apt install .\/Vidiot-0.3.34-i386.deb\n<\/pre>\n<h2>Debian installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407828 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux.png\" alt=\"\" width=\"1200\" height=\"849\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-4.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>You\u2019ll be able to use Vidiot on Debian Linux via the downloadable DEB package that the developer supplies on their project\u2019s SourceForge page. To start the download of the DEB package, open up a terminal window on the Debian desktop.\u00a0<\/p>\n<p>To open up a terminal window on the Debian desktop, press the <strong>Ctrl + Alt + T<\/strong> keyboard combination. Or, search for \u201cTerminal\u201d in the app menu and launch it that way. When the terminal window is open, use the <strong>wget<\/strong> download command to grab the latest release of the Vidiot DEB. Or, go to SourceForge and download the \u201cVidiot-0.3.34-i386.deb\u201d file via the web browser.<\/p>\n<pre>\nwget https:\/\/sourceforge.net\/projects\/vidiot\/files\/Vidiot-0.3.34-i386.deb\/download -O ~\/Downloads\/Vidiot-0.3.34-i386.deb\n<\/pre>\n<p>After downloading the DEB package to your computer, you need to access the \u201cDownloads\u201d folder on your computer. To do that, use the <strong>CD<\/strong> command and access the folder. Or, click on \u201cDownloads\u201d in the Debian file manager.<\/p>\n<pre>\ncd ~\/Downloads\/\n<\/pre>\n<p>Inside of the \u201cDownloads\u201d folder, use the <strong>dpkg -i<\/strong> command to install the latest release of Vidiot on your Debian Linux PC.\u00a0<\/p>\n<pre>\nsudo dpkg -i Vidiot-0.3.34-i386.deb\n<\/pre>\n<p>Once the package is installed on your computer, you\u2019ll have to correct any dependency issues that may have arisen during the installation process.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h2>Arch Linux installation instructions\u00a0<\/h2>\n<p>Sadly, there is currently no way to install Vidiot on Arch Linux through official software repos. It also isn\u2019t available for Arch Linux users via the Arch Linux AUR. If you want to get this app working on your Arch system, you\u2019ll have to use Snap.<\/p>\n<p>To start the installation on Arch Linux, ensure you have the Snapd runtime installed from the AUR. If you do not, please follow our guide on the subject. Once it is set up on your computer, use the following <strong>snap install<\/strong> command below to install Vidiot on Arch.<\/p>\n<pre>\nsudo snap install vidiot\n<\/pre>\n<h2>Fedora installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-407831 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-1.png\" alt=\"\" width=\"1201\" height=\"847\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-1.png 1201w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-5.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-6.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-vidiot-video-editor-on-linux-7.png 768w\" sizes=\"(max-width: 1201px) 100vw, 1201px\"\/><\/p>\n<p>Vidiot works on Fedora Linux, but there\u2019s no downloadable RPM package file anywhere to be seen. So instead, if you wish to use this software on your Fedora Linux system, you\u2019ll have to get it working through the Snap store.<\/p>\n<p>To start the installation on Fedora Linux, ensure you have the \u201cSnapd\u201d runtime installed through the Fedora DNF package manager. If you haven\u2019t set this runtime up on your computer, please follow our guide on the subject.<\/p>\n<p>After setting up the Snapd runtime on your Fedora Linux system, the installation of Vidiot can begin. Using the <strong>snap install<\/strong> command below, set up the app on your computer.<\/p>\n<pre>\nsudo snap instal vidiot\n<\/pre>\n<h2>OpenSUSE installation instructions<\/h2>\n<p>Like Arch Linux and Fedora Linux, OpenSUSE doesn\u2019t have a way to download and install the Vidiot application on the system. Sadly, the developers haven\u2019t made a native RPM package for the app. Thankfully, OpenSUSE can run the Snap app store, so it is still possible to get the app working.<\/p>\n<p>To get the latest release of Vidiot working on your OpenSUSE Linux system, start by installing the \u201cSnapd\u201d runtime on your computer using the Zypper package manager. After setting up the Snap runtime on your OpenSUSE computer, you can install the latest release of Vidiot on your computer with the following <strong>snap install<\/strong> command below.<\/p>\n<pre>\nsudo snap install vidiot <\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Are you in need of a simple non-linear video editor for Linux? Consider checking out Vidiot. It\u2019s a straightforward editor tool targeted at new users. It does basic things like compositing, changing speed, transitions, titles, and other essential things a user would want when editing. The Vidiot video editor works on Linux, and &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1303,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1302"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1302"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1302\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1303"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}