centos8已经发布有一段时间了,老高近期下载并安装了CentOS-8-x86_64-1905-boot.iso版本,给大家当个小白鼠!

begin.png

整体来说,和centos7相比,差别不大!基本centos7的教程可以照搬到centos8中来!

其中最明显的改变一定是包管理系统从yum变为了dnfyum虽然得以保留,但其实早已被换成dnf了!

tail /usr/bin/yum

from dnf.cli import main
main.user_main(sys.argv[1:], exit_code=True)

小提示,在安装过程中遇到错误 error setting up base repository,可以在地址选择http,然后填写mirrorlist.centos.org/?release=8&arch=x86_64&repo=BaseOS,然后点击Done即可解决!

install

mirror

select

soft

老高常用的软件以及对应的版本

软件名称 版本
gcc 8.2.1-3.5.el8
git 2.18.1-3.el8
golang 1.11.6-1.module_el8.0.0+192+8b12aa21
httpd 2.4.37-12.module_el8.0.0+185+5908b0db
mysql 8.0.17-3.module_el8.0.0+181+899d6349
nginx 1:1.14.1-9.module_el8.0.0+184+e34fea82
nodejs 1:10.16.3-2.module_el8.0.0+186+542b25fc
php 7.2.11-1.module_el8.0.0+56+d1ca79aa
podman-docker 1.0.5-1.gitf604175.module_el8.0.0+194+ac560166
postgresql 10.6-1.module_el8.0.0+15+f57f353b
python36 3.6.8-2.module_el8.0.0+33+0a10c0e1
redis 5.0.3-1.module_el8.0.0+6+ab019c03
wget 1.19.5-7.el8_0.1
zsh 5.5.1-6.el8

补充

development tools这个命令还是可以用的!

dnf groupinstall "development tools"

标签: centos

已有 4 条评论

  1. 菜鳥請教 CentOS 和 Ubuntu等Debian系的Linux優劣對比最主要是什麼?謝謝

  2. 学习了

  3. LYX LYX

    老高,CentOS8安装docker后,docker服务无法启动,按照官方文档重装不管用,请问怎么解决?

添加新评论