Welcome to our repository
We have created a repository for Remotix and Remotix Agent for Ubuntu/Debian. Also works with Deepin, Mint, Astra, Elementary OS and most of Debian-based distributions.
To add Remotix public key to your keyring and its repository URL to the
/etc/apt/sources.list
, do the following:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EFDD55017BE404C
sudo add-apt-repository "deb [arch=amd64] https://linux.remotix.com/debs/ <codename> non-free"
Replace the <codename>
with your release name, like "bionic" or
"stretch".
Then run
sudo apt update
and sudo apt install remotixagent
.
Please note: you may need to install qt5-qtgui
and
qt5-qtwebengine
packages for your system manually. Remotix client app is available only
for buster
(Debian 10), focal
(20.04) and groovy
(20.10)
only. Remotix Agent is available for Debian 9 and 10 and Ubuntu 18, 19 and 20.
Looking for Raspberry Pi repository?
- Add our GPG Key to your Raspbian:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5EFDD55017BE404C
- Run the following command:
sudo sh -c 'echo "deb https://linux.remotix.com/rpi-debs/ buster non-free" > /etc/apt/sources.list.d/remotix.list'
Currently, Remotix Agent works fine on Raspberry Pi 3 and 4 with Raspbian Buster. Remotix works on Raspberry Pi 4 only.
Remotix will run on RHEL 8.3, CentOS 8, Fedora 31 or later.
In order to install Remotix, you need to create a
/etc/yum.repos.d/remotix.repo
file containing the following strings:
[remotix]
name=Remotix Repository
baseurl=https://linux.remotix.com/rpms/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://linux.remotix.com/rpms/RPM-GPG-KEY
When the file is created, run these:
sudo yum update
sudo yum install remotix
Please note: for some distributions you need to enable epel-release (Red Hat intructions example) to get QT packages.
Remotix Agent can be installed the same way: sudo yum install remotixagent
. It will
work on a large amount of distributives, like OpenSUSE 8, Fedora 31, Centos 7, SLES 15, RHEL 8, ALT
Linux and more.
We also provide Remotix for Linux client app as an AppImage file for those who are tired of resolving dependencies. To use one:
- Download and save Remotix for Linux AppImage
- Open Terminal
- Execute this:
chmod a+x Remotix*.AppImage
to make the file executable - Open the file.
Most Linux distributions allow using AppImage files out of the box. If you encounter problems
running it on FUSE, please try to run Remotix this way:
./Remotix-{version}.AppImage -—appimage-extract
.
Support
If you have any questions, please contact us at remotix.com/contact