I have one server with Ubuntu 20.04. When I use sudo apt install ffmpeg
it installs version 4.2.7 from http://nl.archive.ubuntu.com/ubuntu
In another server with Ubuntu 16.04, sudo apt install ffmpeg
installs version 2.8.17 from http://us.archive.ubuntu.com/ubuntu
I used apt update
before installing, in both servers.
Does that mean version 2.8.17 is the latest version that is supported in Ubuntu 16.04? I need all my servers to get the same version of the software.
apt install
for that. – james hofer Apr 06 '23 at 17:18