List of linux tools to create content + tutorial how to install the tools.
-
If something isn’t correct or if you know other tools please feel free to dm me on discord tux1991#0281
gimp
GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems. It is free software, you can change its source code and distribute your changes.
Install with snap
Linux Mint, Debian, Ubuntu:
sudo apt-get install snapd sudo snap install gimp cd /snap/bin ./gimp
Fedora:
sudo dnf install snapd sudo snap install gimp cd /snap/bin ./gimp
Arch linux:
git clone https://aur.archlinux.org/snapd.git cd snapd makepkg -si sudo systemctl enable --now snapd.socket sudo ln -s /var/lib/snapd/snap /snap sudo snap install gimp
Install with package manager
Linux Mint, Debian, Ubuntu:
sudo apt-get update sudo apt-get install gimp -y
Fedora
sudo dnf update -y sudo dnf install gimp -y
Arch linux:
pacman -Syu gimp
Vokoscreen NG - Screencast
Vokoscreen provides you with an easy click-and-capture way of doing your screencasting.
Install with snap
Linux Mint, Debian, Ubuntu:
sudo apt-get update sudo apt-get install snapd sudo snap install vokoscreen-ng cd /snap/bin ./vokoscreen-ng
Fedora:
sudo dnf update sudo dnf install snapd sudo snap install vokoscreen-ng cd /snap/bin ./vokoscreen-ng
Arch linux:
git clone https://aur.archlinux.org/snapd.git cd snapd makepkg -si sudo systemctl enable --now snapd.socket sudo ln -s /var/lib/snapd/snap /snap sudo snap install vokoscreen-ng
Install with package manager
Linux Mint, Debian, Ubuntu:
sudo apt update sudo apt install vokoscreen -y
Fedora:
sudo dnf install vokoscreen-ng -y
Arch linux:
pacman -Syu vokoscreen-ng
openshot video editor
Linux Mint, Debian, Ubuntu:
sudo apt-get update sudo apt-get install openshot-qt
Fedora:
su -c 'dnf install https://download0.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download0.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm' su dnf install openshot
Arch linux:
pacman -Syu openshot
inkscape
Inkscape is a free and open-source vector graphics editor used to create vector images, primarily in Scalable Vector Graphics (SVG) format. Other formats can be imported and exported.
Install with snap
Linux Mint, Debian, Ubuntu:
sudo apt update sudo apt update sudo snap install inkscape
Fedora:
sudo dnf update sudo dnf install snapd sudo snap install inkscape
Arch linux:
git clone https://aur.archlinux.org/snapd.git cd snapd makepkg -si sudo systemctl enable --now snapd.socket sudo ln -s /var/lib/snapd/snap /snap sudo snap install inkscape
Install with package manager
Linux Mint, Debian, Ubuntu:
sudo apt-get update sudo apt-get install inkscape -y
Fedora:
sudo dnf update sudo dnf install inkscape -y
Arch linux:
sudo pacman -S inkscape
Pitivi
is a free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic community.
Linux Mint, Debian, Ubuntu:
sudo apt-get update -y sudo apt-get install -y pitivi
Fedora:
sudo dnf update -y sudo dnf install pitivi
Arch linux:
sudo pacman -S pitivi
In case of any error:
sudo pacman -Rs pitivi