Install the Advanced Server Access client on Ubuntu or Debian
You need to add the apt repository where the client resides and install a URL handler to install and use the client.
To install and enroll the client:
- Add the apt repository:
echo "deb http://pkg.scaleft.com/deb linux main" | sudo tee -a /etc/apt/sources.list
- Add the Advanced Server Access repository key:
curl -fsSL https://dist.scaleft.com/pki/scaleft_deb_key.asc | gpg --dearmor | sudo tee /usr/share/keyrings/scaleft-archive-keyring.gpg > /dev/null
- Create a package resource list entry:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/scaleft-archive-keyring.gpg] http://pkg.scaleft.com/deb linux main" | sudo tee -a /etc/apt/sources.list.d/scaleft.list > /dev/null
- Update the list of available packages:
sudo apt-get update
- Install the client:
sudo apt-get install scaleft-client-tools
- Install the URL handler:
sudo apt-get install scaleft-url-handler