AlmaLinux - 9.4 - メディアプレイヤー
- 1. 概要
- 2. インストール
- 3. 起動
1. 概要
リポジトリを追加して、メディアプレイヤーとして、「SMPlayer」をインストールします。
2. インストール
「root」ユーザ権限で。
リポジトリを追加してインストールします。
dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm
dnf update -y
「SMPlayer」が必要とするパッケージをあちこちからかき集めて、インストールします。
curl https://repo.almalinux.org/almalinux/9/CRB/x86_64/os/Packages/ladspa-1.13-28.el9.x86_64.rpm --output /tmp/ladspa-1.13-28.el9.x86_64.rpm
curl https://mirror.stream.centos.org/9-stream/CRB/x86_64/os/Packages/uchardet-0.0.6-15.el9.2.x86_64.rpm --output /tmp/uchardet-0.0.6-15.el9.2.x86_64.rpm
dnf install -y /tmp/ladspa-1.13-28.el9.x86_64.rpm
dnf install -y /tmp/uchardet-0.0.6-15.el9.2.x86_64.rpm
実は、上の箇所でエラーが発生したのですが、後の処理には影響ありませんでした。
いよいよ、「SMPlayer」本体をインストールします。
dnf install -y smplayer
3. 起動
「スタート」→「サウンドとビデオ」→「SMPlayer」
起動直後の状態です。
ビデオコンテンツを再生してみました。
前回は、そんなことなかったように思うのですが、今回は、ビデオ再生時、全画面になりました。
2024年5月28日の時点で、下記のバージョンでした。
|
|