Olive is a free, non-linear video editor for Linux, Mac, and Home windows. It goals to be a robust, free various to standard mainstream video modifying fits like Adobe Premiere, Remaining Lower, and others. Right here’s how to get Olive put in on Linux.

Ubuntu set up directions

Z

The builders of the Olive video editor are excellent to Ubuntu customers and have offered them with a third-party PPA repository to get all the pieces working. Better of all, since it’s a PPA, Olive will at all times be up to date.

So as to add the Olive PPA to your Ubuntu PC, begin by opening up a terminal window. To launch a terminal press Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, use the add-apt-repository command under.

sudo add-apt-repository ppa:olive-editor/olive-editor

Following including the Olive PPA to Ubuntu, the apt replace command have to be run in order that the PPA has an opportunity to set itself up.

sudo apt replace

After operating the apt replace command, it’s time to install the Olive video editor. Utilizing the apt install command, get the app put in.

sudo apt install olive-editor

Debian set up directions

The Olive video editor has made its approach to the official Debian package deal repositories for Buster, Bullseye, and Unstable. When you’re wanting to get Olive up and operating on Debian, begin by launching a terminal window on the desktop by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard.

As soon as the terminal window is open, use the apt-get command under to install the newest model of the Olive video editor.

sudo apt-get install olive-editor

Utilizing Debian and unable to get Olive Editor up and operating with the command above? Take into account following the AppImage, Snap, or Flatpak set up directions as an alternative.

Arch Linux set up directions

Olive is obtainable in the Arch Linux Consumer Repository. When you’re an Arch Linux person, begin the set up through the use of the Pacman package deal supervisor to install the “Base-devel” and “Git” packages.

sudo pacman -S base-devel git

Following the set up of “Base-devel” and “Git,” use the git clone command to obtain the Trizen AUR helper. With this app, Olive can be a lot simpler to install.

git clone 

Now that Trizen is completed downloading, install it with the makepkg command.

cd trizen 

makepkg -sri

Lastly, install the Olive editor with the Trizen command.

trizen -S olive-git

Fedora set up directions

On Fedora Linux, there isn’t any RPM package deal file accessible in the Fedora repositories, or wherever on-line. In consequence, for those who’d like to use Olive, you should observe both the Snap, Flatpak or AppImage directions under.

OpenSUSE set up directions

Very similar to Fedora Linux, OpenSUSE has no native RPM Bundle recordsdata to obtain to acquire quick access to the Olive video editor. Fortunately, the incontrovertible fact that there isn’t an RPM package deal file accessible doesn’t matter, as Olive can be put in a Snap, Flatpak or AppImage. Observe these directions under to get Olive on OpenSUSE.

Snap set up directions

The builders of the Olive video editor have launched a Snap model of the app. When you’re operating Ubuntu or one other Linux working system that has assist for the Snap retailer.

To install the Olive video editor as a Snap from the Snap Retailer, begin by enabling the Snapd runtime on your Linux PC by following this information right here. Then, after establishing Snapd, use the snap install command to get Olive working.

sudo snap install --edge olive-editor

Flatpak set up directions

When you’re operating a Linux working system that isn’t Ubuntu or one other mainstream distribution, there’s excellent news: you’ll nonetheless give you the chance to run the Olive video editor as it’s accessible in Flathub as a Flatpak app.

To get the Olive video editor working as a Flatpak,  allow the Flatpak runtime by following this information on the topic. Then, as soon as the runtime is up and operating, use the flatpak distant command to subscribe to the Flathub app retailer.

flatpak remote-add --if-not-exists flathub 

As soon as your Linux PC has entry to the Flathub Flatpak retailer, you’ll give you the chance to install the Olive video editor to your Linux pc by operating the flatpak install command under.

flatpak install flathub org.olivevideoeditor.Olive

AppImage set up directions

One other approach to install the Olive video editor is with AppImage, an modern expertise that treats Linux apps like EXE recordsdata. To get your arms on the AppImage model of Olive, do the following.

First, launch a terminal window by urgent Ctrl + Alt + T or Ctrl + Shift + T on the keyboard. Then, use the wget downloader software to seize the newest AppImage file.

wget 

As soon as the AppImage file is completed downloading, replace the file’s permissions with the chmod command.

chmod +x Olive-1e3cf53-x86_64.AppImage

Make a brand new folder referred to as “AppImages” and transfer the Olive AppImage file into it.

mkdir -p ~/AppImages
mv Olive-1e3cf53-x86_64.AppImage ~/AppImages/

Lastly, begin the app with:

./Olive-1e3cf53-x86_64.AppImage



Source link

Share.
Leave A Reply

Exit mobile version