How to install Shotcut on Xubuntu 18.04

How to install Shotcut on Xubuntu 18.04

Like i said on my previous post, shotcut is the best video editing software on linux, on that video i already explain little bit about how to install shotcut. But to make it more clear, in this post i will explain it again.

There are two ways to install shotcut on xubuntu, the first one is using snap and the second is simply download the compressed file of shotcut (shotcut portable) and then extract and run the binary.

how to install shotcut using snap
  • open command line on xubuntu, simply press CTRL + ALT + T
  • run update command
  • sudo apt-get update
  • install required packages for shotcut
  • sudo apt-get install libgstreamer-plugins-base0.10-0 libsdl1.2debian swh-plugins libsox2 libsdl2-2.0-0 libjack0
  • install shotcut using snap
  • sudo snap install shotcut --classic
  • done!


How to install shotcut manually (portable version)
  • open command line
  • run update command 
  • sudo apt-get update
  • install required package for shotcut
  • sudo apt-get install libgstreamer-plugins-base0.10-0 libsdl1.2debian swh-plugins libsox2 libsdl2-2.0-0 libjack0
  • download shotcut portable from here or here.
  • extract the downloaded package using this command (assuming the package is on ~/Downloads) or use gui to extract the file
  • tar xvjf ~/Downloads/shotcut-linux-x86_64-180801.tar.bz2
  • run the binary (can be run from gui or command line)
  • done!



Share this

Previous
Next Post »