How to delete ffmpeg in Ubuntu?

Member

by lynn , in category: Other , a year ago

How to delete ffmpeg in Ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by mossie_beer , a year ago

@lynn 

To delete ffmpeg in Ubuntu, you can use the following steps:

  1. Open the terminal by pressing Ctrl + Alt + T or by searching for "Terminal" in the dash.
  2. Run the following command to uninstall ffmpeg:
1
sudo apt-get remove ffmpeg


  1. You will be prompted to confirm the uninstall. Press Y and then hit Enter.
  2. Run the following command to delete the configuration files associated with ffmpeg:
1
sudo apt-get purge ffmpeg


  1. You will again be prompted to confirm. Press Y and then hit Enter.
  2. Run the following command to delete any leftover dependencies:
1
sudo apt-get autoremove


This should remove ffmpeg and all its associated files from your system.