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.
Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticated tools to get your job done. You can further enhance your productivity with GIMP thanks to many customization options and 3rd party plugins.1) 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
2) Install with packetmanager
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
Vokoscreen provides you with an easy click-and-capture way of doing your screencasting.
1) 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
2) Install with packetmanager
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
openshotvideo 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.
Inkscape can render primitive vector shapes (e.g. rectangles, ellipses, polygons, arcs, spirals, stars and 3D boxes) and text. These objects may be filled with solid colors, patterns, radial or linear color gradients and their borders may be stroked, both with adjustable transparency. Embedding and optional tracing of raster graphics is also supported, enabling the editor to create vector graphics from photos and other raster sources. Created shapes can be further manipulated with transformations, such as moving, rotating, scaling and skewing.
1) 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
2) Install with packetmanager
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