Hello everyone,
I want to use the remote terminal for a target running on a fedora distro, but I fail to find the mender-connect binary to install.
Where can I find the binary if available? If not how should I proceed?
Hello everyone,
I want to use the remote terminal for a target running on a fedora distro, but I fail to find the mender-connect binary to install.
Where can I find the binary if available? If not how should I proceed?
The short answer is, “we don’t provide RPM packages.” We provide packages for Debian-based systems or Yocto projects. On the other hand, I am a Fedora user too, so I tried to install mender-connect on my device.
Please be aware this will work as long as you have the mender-client already working on your Fedora device (GitHub - mendersoftware/mender at 2.6.0). If so, these are the steps I followed to make mender-connect work on Fedora:
$ sudo dnf install golang
$ git clone https://github.com/mendersoftware/mender-connect.git
$ make
$ sudo make install
{
"ShellCommand": "/bin/bash",
"User": "nobody"
}
$ systemctl enable mender-connect && systemctl start mender-connect