Install free and open-source VidCutter software for video editing using the command terminal on Ubuntu 24.04 Noble, 22.04 Jammy, or Ubuntu 20.4 Focal LTS.
VidCutter is a free editing program with a basic range of options for manipulating videos. But often, you just want to crop a video or combine individual excerpts. This is where VidCutter comes into play.
Like its name, the program’s developers have reduced it to the essentials to offer you exactly what you need for cutting. So you no longer have to learn complicated video editing programs to build a small clip.
A user must drag and drop the video to edit it in the VidCutter window. After that, he can determine the start and end points with frame accuracy. You can repeat this as often as you like and thus create many individual clips.
When you are happy with your clips, you can save your project. When saving, the individual clips are combined into a video. Of course, you can also choose a section and save it individually.
Steps to install VidCutter Ubuntu 24.04 | 22.04 | 20.04 LTS
#1st method Using SNAP
1. Run system update
Go through the APT command to install your Ubuntu 24.04, 22.04, or 20.04 system updates.
sudo apt update
2. Install VidCutter on Ubuntu 24.04 | 22.04 | 20.04
Well, we don’t need any additional repository or tool to install VidCutter on Ubuntu because SNAP, a universal package manager, is included by default in all the latest Ubuntu versions. Therefore, we can easily install VidCutter using it.
sudo snap install vidcutter
#2nd Method Using PPA Repository:
3. Add VidCutter PPA repository
Those who don’t want to use SNAP can use the PPA repository method, in which we need to add the additional repository offered by its software developers.
sudo add-apt-repository ppa:ozmartian/apps
Run the system update to rebuild the system APT cache:
sudo apt update
4. Use APT to install VidCutter
Once you have added the repository, we can install VidCutter using Ubuntu’s default system package manager, APT.
sudo apt install vidcutter
#3rd Method using Flatpak
5. Install Flatpak on Ubuntu 24.04 or 22.04
Unlike Snap, Flatpak is not available in Ubuntu by default, so we need to install it manually. Here are the commands to do that.
sudo apt install flatpak -y
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now, use the Flatpak to install VidCutter:
flatpak install flathub com.ozmartians.VidCutter -y
sudo reboot
6. Launch this video trimmer Software
Once the installation of this video editing software is done, we can launch it quickly from the Application launcher or command terminal by typing – vidcutter &
7. How to update
When the new version of VidCutter is available to install, we can update our existing version. Depending upon the method you have used to install VidCutter, we can use one of the given commands:
Those who have used SNAP:
sudo snap refresh snap
For PPA APT installation:
sudo apt update && sudo apt upgrade
For Flatpak:
flatpak update
8. Uninstall VidCutter
If you no longer want VidCutter software on your Ubuntu 24.04, 22.04, or 20.04, we can easily remove it.
For APT:
sudo apt remove vidcutter
To remove PPA
sudo add-apt-repository --remove ppa:ozmartian/apps
For SNAP:
sudo snap remove vidcutter
For Flatpak method:
flatpak uninstall --delete-data com.ozmartians.VidCutter
flatpak remove --unused
To get the source code of VidCutter, users can visit GitHub.
Other Articles:
• How to install Gnome 41 in Ubuntu 20.04 LTS using PPA
• How to install IntelliJ IDEA on Ubuntu 24.04 or 22.04
• Install LibreWolf Browser on Ubuntu 20.04
• How to Install Krita on Ubuntu 24.04 or 22.04Â