Mediaserver update plan
To get the latest versions of the package, you need to execute:
BASH
sudo apt update
To view the list of available versions of the package, run the command:
CODE
apt list -a <xxxx>-media-server
To update:
To the latest available version:
CODE
apt install <xxxx>-media-server
To a specific version:
CODE
apt install <xxxx>-media-server=<version>