-
Notifications
You must be signed in to change notification settings - Fork 16
Installation
Link: https://aur.archlinux.org/packages/tess-git
You can use an AUR package manager as yay or pamac for example.
Example with yay:
yay -S tess-gitLink: https://github.com/Squitch1/Tess/releases/download/0.6.2/tess-git-x86_64.pkg.tar.zst
Install wget to download:
pacman -S wgetDownload and install the package:
wget https://github.com/Squitch1/Tess/releases/download/0.6.2/tess-git-x86_64.pkg.tar.zst && pacman -U ./tess-git-x86_64.pkg.tar.zstInstall requirements:
apt install curl apt-transport-https gnupg2Import GPG key:
curl -s https://apt.tessapp.dev/key.gpg | gpg --dearmor | tee /usr/share/keyrings/tess.gpg > /dev/nullAdd the repository in /etc/apt/sources.list.d/:
echo 'deb [signed-by=/usr/share/keyrings/tess.gpg] https://apt.tessapp.dev stable main' >> /etc/apt/sources.list.d/tess-packages.listUpdate repositories and install package:
apt update && apt install tessLink: https://github.com/Squitch1/Tess/releases/download/0.6.2/tess_0.6.2-1_all.deb
Install wget to download:
apt install wgetDownload the file:
wget https://github.com/Squitch1/Tess/releases/download/0.6.2/tess_0.6.2-1_all.debInstall package:
apt install -f ./tess_0.6.2-1_all.debInstall requirement:
yum install curl Add the repository in /etc/yum.repos.d/:
curl https://rpm.tessapp.dev/tess.repo > /etc/yum.repos.d/tess.repoUpdate repositories and install package:
yum check-update && yum install tessLink: https://github.com/Squitch1/Tess/releases/download/0.6.2/tess-0.6.2-x86_64.rpm
Install wget to download:
yum install wgetDownload the file:
wget https://github.com/Squitch1/Tess/releases/download/0.6.2/tess-0.6.2-x86_64.rpmInstall package:
rpm -Uvh ./tess-0.6.2-x86_64.rpmLink: https://snapcraft.io/tess
Install Snap if you don't have it with this tutorial.
Install package:
snap install tess --classicStart by installing Chocolatey, the installation information is available here.
If you want to have informations about the package it's available here.
When all this is done you can now install the package:
choco install tessStart by installing Winget, the installation information is available here.
When this is done you can now install the package:
winget install Squitch.TessDownload and execute the setup.
Link: https://github.com/Squitch1/Tess/releases/download/0.6.2/tess-setup.exe