AKVISチュートリアル
Installation on Linux
AKVIS installers are available for several Linux distributions:
Also, you can install AKVIS software using Flatpak
Note: The AKVIS programs are compatible with Linux kernel 5.0+ 64-bit.
You can find out the kernel version using the uname -srm command.
Follow the instructions to install the AKVIS software on a Linux computer.
Installation on Debian-based systems:
- Run the terminal.
- Create a directory to store keys:
sudo mkdir -p /usr/share/keyrings
- Download the key that signed the repository:
curl -fsSL https://akvis.com/akvis.gpg | sudo tee /usr/share/keyrings/akvis.gpg >/dev/null
or
wget -O - https://akvis.com/akvis.gpg | sudo tee /usr/share/keyrings/akvis.gpg >/dev/null
- Add the repository to the list where the system looks for packages to install:
echo 'deb [arch-=i386 signed-by=/usr/share/keyrings/akvis.gpg] https://akvis-deb.sfo2.cdn.digitaloceanspaces.com akvis non-free' | sudo tee /etc/apt/sources.list.d/akvis.list
- Update the list of known packages:
sudo apt-get update
- Install AKVIS Coloriage AI
sudo apt-get install akvis-coloriage
- The installation is completed.
Launch the program via the terminal or using the program shortcut.
- For automatic updates, use the command:
sudo apt-get upgrade
To remove the program:
sudo apt-get remove akvis-coloriage --autoremove
Installation on RPM-based systems (CentOS, RHEL, Fedora):
- Run the terminal.
- Register the key that signed the repository:
sudo rpm --import https://akvis.com/akvis.asc
- Add the repository to the system:
sudo wget -O /etc/yum.repos.d/akvis.repo https://akvis.com/akvis.repo
- Update the package list:
when using the dnf package manager:
sudo dnf update
when using the yum package manager:
sudo yum update
- Install AKVIS Coloriage AI:
when using the dnf package manager:
sudo dnf install akvis-coloriage
when using the yum package manager:
sudo yum install akvis-coloriage
- The installation is completed.
Launch the program via the terminal or using the program shortcut.
- For automatic updates:
when using the dnf package manager:
sudo dnf upgrade
when using the yum package manager:
sudo yum upgrade
- To remove the program:
when using the dnf package manager:
sudo dnf remove akvis-coloriage
when using the yum package manager:
sudo yum remove akvis-coloriage
Installation on openSUSE.
- Run the terminal.
- Login as a root user.
- Add the key that signed the repository:
rpm --import http://akvis.com/akvis.asc
- Add the repository to the system:
zypper ar -r https://akvis.com/akvis.repo akvis
- Update the package list:
zypper ref
- Install AKVIS Coloriage AI:
zypper install akvis-coloriage
- The installation is completed.
Launch the program via the terminal or using the program shortcut.
- For automatic updates:
zypper update
To remove the program:
zypper remove akvis-coloriage
Installation using Flatpak:
- Run the terminal.
- Add the Flathub repository
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- Add the AKVIS repository
sudo flatpak remote-add --if-not-exists akvis --from https://akvis-flatpak.sfo3.cdn.digitaloceanspaces.com/com.akvis.flatpakrepo
- Install AKVIS Coloriage AI:
sudo flatpak install -y akvis com.akvis.akvis-coloriage
- The installation is completed.
Launch the program using the program shortcut or the terminal:
flatpak run com.akvis.akvis-coloriage
- To update all installed flatpaks, use the command:
sudo flatpak update -y
to remove the program:
sudo flatpak remove -y com.akvis.akvis-coloriage
In order to display the program interface correctly, it is recommended to install the Compton or Picom composite manager.