2021年6月29日火曜日

nothing provides libaom.so.3()(64bit) needed by ffmpeg-libs-4.2.4-2

問題 1: cannot install the best update candidate for package ffmpeg-libs-4.2.4-1.el8.x86_64
- nothing provides libaom.so.3()(64bit) needed by ffmpeg-libs-4.2.4-2.el8.x86_64

問題 2: cannot install the best update candidate for package vlc-core-1:3.0.13-1.el8.1.x86_64
- nothing provides libaom.so.3()(64bit) needed by vlc-core-1:3.0.16-1.el8.x86_64


# dnf list installed |grep libaom
libaom.x86_64           1.0.0-8.20190810git9666276.el8                 @epel


# dnf --enablerepo=epel-testing install libaom
# dnf update

# dnf list |grep libaom
libaom.x86_64                                3.1.1-1.el8                                       @epel-testing          
libaom-devel.x86_64                   1.0.0-8.20190810git9666276.el8                    epel


# dnf repolist
repo id                                                  repo の名前
amdgpu-pro-local                          AMD amdgpu Pro local repository
appstream                                         CentOS Linux 8 - AppStream
baseos                                                 CentOS Linux 8 - BaseOS
code                                                      Visual Studio Code
elrepo                                                  ELRepo.org Community Enterprise Linux Repository - el8
epel                                                      Extra Packages for Enterprise Linux 8 - x86_64
epel-modular                                   Extra Packages for Enterprise Linux Modular 8 - x86_64
extras                                                   CentOS Linux 8 - Extras
google-chrome                               google-chrome
mariadb-main                                 MariaDB Server
mariadb-maxscale                        MariaDB MaxScale
mariadb-tools                                 MariaDB Tools
rpmfusion-free-updates             RPM Fusion for EL 8 - Free - Updates
zabbix                                                 Zabbix Official Repository - x86_64
zabbix-non-supported                Zabbix Official Repository non-supported - x86_64



2021年6月28日月曜日

dnf でリポジトリ有効無効切り替え

# dnf repolist
# dnf config-manager --disable slack
# dnf config-manager --enable slack
# dnf config-manager --add-repo repository_url

シャットダウン時の後処理 (shutdown)

# vi /etc/systemd/system/drop.service [Unit] Description= stop httpgwd DefaultDependencies=no Before=shutdown.target RefuseManualStart=true ...