- Joined
- Oct 18, 2019
- Messages
- 149
- Reaction score
- 14
- Points
- 18
- Location
- Indonesia
- Website
- www.anymusics.com
Offline
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
---------------------------------------------
--------------------------------------------
It is rather obvious that you installed ffmpeg not from a package. Then you may simply get rid of it by renaming it,
and you are now free to install the new package.
---------------------------------------------
yum remove ffmpeg ffmpeg-devel -y
--------------------------------------------
It is rather obvious that you installed ffmpeg not from a package. Then you may simply get rid of it by renaming it,
sudo mv /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg_old
and you are now free to install the new package.
Last edited: