#author("2024-07-20T20:14:23+09:00","","")
#author("2024-09-03T01:08:05+09:00","","")
[[Computer/Linux/CentOS]]

*CentOS 9Stream [#qa7f657a]

**動作要件 [#l2e17d18]

-[[Red Hat Enterprise Linux 9の動作要件:https://access.redhat.com/documentation/ja-jp/red_hat_enterprise_linux/9/html/performing_a_standard_rhel_9_installation/check-disk-and-memory-requirements_system-requirements-reference]]

**インストーラの作成 [#c9bef5fe]

-https://www.aizulab.com/blog/mac-linux-bootable-usb/

 $ diskutil unMountDisk /dev/disk?
 $ hdiutil convert -format UDRW -o LinuxOS.img LinuxOS.iso
 $ sudo dd if=LinuxOS.img.dmg of=/dev/disk? bs=1m

**ffmpegのインストール [#r40a710a]

+sudo dnf config-manager --set-enabled crb
+sudo dnf -y install ffmpeg
+sudo dnf config-manager --set-disabled crb

-https://pentan.info/server/linux/ffmpeg_dnf_install.html

**CentOS 8 Streamからのアップグレード [#k5b2e0b7]

+sudo dnf install -y \
--http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-9.0-26.el9.noarch.rpm \
--http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-release-9.0-26.el9.noarch.rpm \
--http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-repos-9.0-26.el9.noarch.rpm
+dnf repolist --enabled
+sudo dnf -y --releasever=9-stream --allowerasing --setopt=deltarpm=false distro-sync
+sudo dnf remove iptables-ebtables-1.8.5-11.el8.x86_64
+sudo rpmdb --rebuilddb
+sudo dnf clean packages
+sudo dnf upgrade -y
+sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
+sudo dnf install -y 

**firewalld [#q5cb9d4d]

firewalldが起動していてntftablesの動作に支障が出る場合.

+sudo systemctl stop firewalld
+sudo systemctl disable firewalld

***参考 [#y0cb2ef3]

-http://hono-linux.seesaa.net/article/501790094.html
-https://ahelpme.com/linux/centos-stream-9/how-to-upgrade-to-centos-stream-9-from-centos-stream-8/
-https://ahelpme.com/linux/centos-stream-9/network-installation-of-centos-stream-9-20220606-0-minimal-server-installation/
-https://level69.net/archives/32147
-https://twinturbo-power.com/2023/06/centos-stream-8をstream-9にアップグレードしてみた.html

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS