Today in this video we will show you how to uninstall FFmpeg from your server via SSH.
Follow the steps given below to uninstall FFmpeg from your server using SSH:
Step::1 Log into your server via SSH
Step::2 Copy the command given below and paste it and press enter
---------------------------------------------
yum remove ffmpeg ffmpeg-devel -y
--------------------------------------------
That's it!!!