Skip to content

Commit

Permalink
Turned several H1 lines to H2 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
rl2939 authored Jul 12, 2024
1 parent 91b6e6d commit 91eb742
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/series/system/SystemSeriesA05.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@
| 🔧 | <small>Tested by <br> ↳ version \| platform \| date </small>| NOT TESTED YET |


# Add EPEL:
## Add EPEL:

```Bash
sudo dnf -y install epel-release
sudo dnf makecache
```

# Enable CRB:
## Enable CRB:
```Bash
sudo dnf config-manager --set-enabled crb
```

# Add RPMFusion:
## Add RPMFusion:
Starting from step 2, follow [Installing EPEL and RPM Fusion](/documentation/epel-and-rpmfusion/).

# Install multimedia codecs:
## Install multimedia codecs:

```bash
sudo dnf -y group install multimedia
sudo dnf -y install ffmpeg ffmpeg-libs ffmpeg-devel mpv
```

# Extra Audio packages
## Extra Audio packages
```bash
sudo dnf -y group install sound-and-video
```

# Play a DVD
## Play a DVD
```Bash
sudo dnf -y install libdvdcss
```

# Install mediaplayers like VLC, MPV or Celluloid from RPMFusion
## Install mediaplayers like VLC, MPV or Celluloid from RPMFusion
```bash
sudo dnf install vlc
sudo dnf install mpv
Expand Down

0 comments on commit 91eb742

Please sign in to comment.