The updаte plan
To get the current package versions, run the command:
BASH
sudo apt update
To view the list of the current package versions, run the command:
BASH
apt list -a vsaas-media-server
To update:
To the latest available version, run the command:
BASH
apt install vsaas-media-server
To the selected version, run the command:
BASH
apt install vsaas-media-server=<version>