@rgplayzmc **Update To Previous Post **
Solution: Until @xZero updates his script (It returns
opera-fix-ffmpeg.sh: 15: [: Illegal number:
Error: snapd is not installed
Command 'snap' not found
/usr/bin/snap
Snap is actually installled
)
Here's what to do (GUI method):
- Install the chromium-ffmpeg snap
- Navigate to /snap/chromium-ffmpeg/current
- Find the folder with the highest number and open terminal over there (Right click->open with terminal).
- Run
sudo cp libffmpeg.so /usr/lib/x86_64-linux-gnu/opera
(Replace opera directory with wherever yours is installed.)
(CUI method) (I am a noob at bash, so please forgive me pros)
1.
snap install chromium-ffmpeg && cd /snap/chromium-ffmpeg/current
- Find the highest number
cd chromium-ffmpeg-highestnumber && cp libffmpeg.so /usr/lib/x86_64-linux-gnu/opera
Done!
Now I request @xZero or anyone else to fix that script. Once the script is fixed, store the command the run it in a terminal utility known as keep for easy access.