How to install GIMP & Inkscape on Linux?

Опубликовано: 04 Октябрь 2024
на канале: MivoCloud
129
7

In this video, I will show you how to install GIMP & Inkscape photo editor for your Linux server.
The example will be shown on Ubuntu 20.04, but you can use the commands on other Debian repositories. With GIMP as Inkscape, you can edit photos on your server, and in order to be able to install it, you will need the following:
1. VPS Linux
2. Update server components
3. Graphical shell and user with SUDO rights
When all of the above is there, you can install Gimp

List of commands used

1. sudo Apt update &apt upgrade -y (Updates components)
2. sudo apt -y install gimp (Installs GIMP)
3. gimp (runs gimp)
4. snap install gimp (Using SNAP packages installs gimp)
5. snap remove gimp (GIMP is removed using SNAP GIMP)
6. sudo apt -y purge gimp (GIMP removal using the command line)
7. sudo snap install inkscape (Using SNAP packages installs inkscape)
8. sudo add-apt-repository ppa:inkscape.dev/stable (Adding repository)
9. sudo apt install inkscape (Installs inkscape)
10. inkscape (runs inkscape)