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>