How to Install Codecs in Linux Mint 21
Linux Mint does not include proprietary multimedia codecs by default due to licensing issues. However, you can easily install them to enable support for MP3, MP4, AVI, and other media formats.
---
Method 1: Install via Terminal (Recommended)
1. Open Terminal (Ctrl + Alt + T)
2. Run the following command:
sudo apt update && sudo apt install mint-meta-codecs -y
3. Enter your password when prompted and press Enter.
4. The system will download and install all necessary multimedia codecs.
5. Once installed, restart your media player if necessary.
---
Method 2: Install via GUI (Software Manager)
1. Open Menu → Software Manager.
2. Search for "Multimedia Codecs".
3. Click mint-meta-codecs and press Install.
4. Enter your password if required.
5. Wait for the installation to complete.
---
Optional: Install Additional Codecs
If you need more specific codecs, install VLC Media Player (which includes many codecs):
sudo apt install vlc -y
Or install FFmpeg (for video/audio conversion and playback):
sudo apt install ffmpeg -y
---
After installation, your system should be able to play most multimedia formats.
.
ليست هناك تعليقات:
إرسال تعليق