Skip to content

Commit 1f73b19

Browse files
committed
Remove older releases and update it to 22.04
1 parent c8228b9 commit 1f73b19

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/codecs.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,17 @@ sudo apt install -y ubuntu-restricted-extras
4040

4141
If it is not legal for you to do so, or if you only want the minimum required codecs, you may do so manually. Please note that packages listed with "bad" in the names below are not harmful to your system, they are listed as "bad" in the system software repositories due to the non-free (as in libre) nature of the code within the packages.
4242

43-
Copy and paste the following line for Ubuntu/Pop!\_OS 18.04 and below, followed by <kbd>Enter</kbd>:
44-
45-
```
46-
sudo apt install -y gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly libavcodec-extra gstreamer1.0-libav gstreamer1.0-fluendo-mp3 chromium-codecs-ffmpeg-extra libdvd-pkg
47-
```
48-
49-
Copy and paste the following line for Ubuntu/Pop!\_OS 20.04 and above, followed by <kbd>Enter</kbd>:
43+
Copy and paste the following line for Ubuntu/Pop!\_OS 22.04 and above, followed by <kbd>Enter</kbd>:
5044

5145
```
5246
sudo apt install -y gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good libavcodec-extra gstreamer1.0-libav chromium-codecs-ffmpeg-extra libdvd-pkg
5347
```
5448

5549
To paste into the terminal, use the "Edit" Menu, or press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>V</kbd>
5650

57-
You may be prompted for your `[sudo] password`. If so, type in your regular login/user password, then press <kbd>Enter</kbd> again. You should see several lines of output in the terminal. The command may take a few minutes to complete.
51+
You may be prompted for your `[sudo] password`. If so, type in your regular login/user password, then press <kbd>Enter</kbd> again. You should see several lines of output in the terminal. You will see a prompt in your terminal to configure the libdvd-pkg for automatic upgrade, by default Yes is selected so you would press the <kbd>Enter</kbd> key.
52+
53+
The command may take a few minutes to complete.
5854

5955
## Setup DVD Playback (optional)
6056

0 commit comments

Comments
 (0)