Anolis OS 8.6 GA尝鲜试用

简介: Anolis OS 8.6 GA尝鲜试用

下载iso

  1. 打开https://openanolis.cn/download,瞧下Anolis有什么新的版本发布没有,最新发布的为8.6 GA版本,在阿里云ECS创建页,镜像列表还没有看到这个版本,那下载iso文件安装一个试试
    2022-06-30-10-50-39.png
  2. 点击页面上下载,然后再进入x86_64目录,看到iso文件列表,选择AnolisOS-8.6-x86_64-dvd.iso下载,文件大小较大有10G左右,建议使用下载工具或网盘下载
    2022-06-30-10-54-43.png

虚拟机安装

  1. 下载完成iso文件用虚拟机软件,比如VirtualBox安装。VirtualBox的下载安装可以社区搜索教程 https://developer.aliyun.com/search?q=virtualbox+centos&bizCategory= 。然后是Anolis OS的安装,按照屏幕提示,选择语言,分区选择确认,输入root用户密码,没有什么多的步骤,就会进入软件安装过程。
    2022-06-30-10-58-20.png
    2022-06-30-11-05-11.png
  2. 安装完成后重新启动系统,确认许可信息,增加普通用户
    2022-06-30-11-31-55.png
    2022-06-30-11-33-26.png
  3. 安装完成进入主界面
    2022-06-30-11-38-41.png

系统信息

  1. 查看系统信息,CentOS系列的操作系统,图形化界面下的软件大都没什么变化,更多的是服务程序的修改
    2022-06-30-11-39-50.png
    2022-06-30-11-43-27.png
  2. 打开firefox,默认启动社区主页
    2022-06-30-11-41-16.png
  3. 在终端中运行dnf update -y更新系统,查看软件列表
[root@localhost ~]# rpm -qa | sort
abattis-cantarell-fonts-0.0.25-6.an8.noarch
accountsservice-0.6.55-4.an8.x86_64
accountsservice-libs-0.6.55-4.an8.x86_64
acl-2.2.53-1.el8.x86_64
adcli-0.8.2-12.an8.x86_64
......
zenity-3.28.1-1.el8.x86_64
zip-3.0-23.el8.x86_64
zlib-1.2.11-18.0.1.an8_5.x86_64

查看内核修改日志,可以看到anolis修改内核的部分

[root@localhost ~]# rpm -q kernel-4.19.91-26.an8.x86_64 --changelog | head -n 10
* 二 5月 24 2022 Shile Zhang <shile.zhang@linux.alibaba.com> [4.19.91-26.an8]
- net/sched: cls_u32: fix netns refcount changes in u32_change() (Eric Dumazet) {CVE-2022-29581}
- anolis: configs: Open CONFIG_RT_GROUP_SCHED (Xuchun)
- perf tests: Fix a typo (Leo Yan)
- perf tests: Disable bp_signal testing for arm64 (Leo Yan)
- perf tests bp_account: Add dedicated checking helper is_supported() (Leo Yan)
- netfilter: nat: limit port clash resolution attempts (Florian Westphal)
- anolis: ftrace: fix update_tot_cnt statistic for x86 (Yinan Liu)
- fuse: fix pipe buffer lifetime for direct_io (Miklos Szeredi) {CVE-2022-1011}
- anolis: compiler: Make symbols visible defaultly when build vdso (Zeng Jiahao)

查看仓库中golang信息

[root@localhost ~]# dnf info golang
上次元数据过期检查:0:48:06 前,执行于 2022年06月30日 星期四 12时10分47秒。
可安装的软件包
名称         : golang
版本         : 1.17.7
发布         : 1.module+an8.6.0+10681+32366f9f
架构         : x86_64
大小         : 690 k
源           : golang-1.17.7-1.module+an8.6.0+10681+32366f9f.src.rpm
仓库         : AppStream
概况         : The Go Programming Language
URL          : http://golang.org/
协议         : BSD and Public Domain
描述         : The Go Programming Language.

查看仓库中java信息

[root@localhost ~]# dnf info java-11-openjdk
上次元数据过期检查:0:49:46 前,执行于 2022年06月30日 星期四 12时10分47秒。
可安装的软件包
名称         : java-11-openjdk
时期         : 1
版本         : 11.0.15.0.10
发布         : 2.an8_6
架构         : x86_64
大小         : 269 k
源           : java-11-openjdk-11.0.15.0.10-2.an8_6.src.rpm
仓库         : AppStream
概况         : OpenJDK 11 Runtime Environment
URL          : http://openjdk.java.net/
协议         : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and
            : IJG and LGPLv2+ and MIT and MPLv2.0 and Public Domain and W3C and zlib and ISC and FTL and RSA
描述         : The OpenJDK 11 runtime environment.

查看仓库中python39信息

[root@localhost ~]# dnf info python39
上次元数据过期检查:0:50:23 前,执行于 2022年06月30日 星期四 12时10分47秒。
可安装的软件包
名称         : python39
版本         : 3.9.7
发布         : 1.0.1.module+an8.6.0+10713+6c5b715f
架构         : x86_64
大小         : 32 k
源           : python39-3.9.7-1.0.1.module+an8.6.0+10713+6c5b715f.src.rpm
仓库         : AppStream
概况         : Version 3.9 of the Python interpreter
URL          : https://www.python.org/
协议         : Python
描述         : Python 3.9 is an accessible, high-level, dynamically typed, interpreted
            : programming language, designed with an emphasis on code readability.
            : It includes an extensive standard library, and has a vast ecosystem of
            : third-party libraries.
            : 
            : The python39 package provides the "python3.9" executable: the reference
            : interpreter for the Python language, version 3.
            : The majority of its standard library is provided in the python39-libs package,
            : which should be installed automatically along with python39.
            : The remaining parts of the Python standard library are broken out into the
            : python39-tkinter and python39-test packages, which may need to be installed
            : separately.
            : 
            : Documentation for Python is provided in the python39-docs package.
            : 
            : Packages containing additional libraries for Python are generally named with
            : the "python39-" prefix.
            : 
            : For the unversioned "python" executable, see manual page "unversioned-python".

Aliyun Linux基于Anolis OS,使用ECS中也会更多地使用Anolis OS,有时间可以安装多试用

目录
相关文章
|
4月前
|
安全 Linux 网络安全
龙蜥Anolis OS:国产操作系统的逆袭之路,它将如何引领中国IT业翻天覆地的变化?揭秘未来数字世界的心脏!
【8月更文挑战第13天】在信息化时代,操作系统作为软硬件桥梁至关重要。国产操作系统如龙蜥Anolis OS,凭借其开源、灵活与安全特性,成为了探索未来发展的重要样本。基于Linux内核的Anolis OS不仅技术先进,生态完善,还针对国内用户习惯进行了优化,并通过如SELinux等安全技术确保系统稳固。其开源属性促进了社区的活跃发展与技术创新。随着政策支持和产业链成熟,Anolis OS正引领国产操作系统走向更广阔的应用领域,加速软硬件生态系统的成型,展现出无限发展潜力。
219 2
|
3月前
|
安全 Linux 网络安全
龙蜥Anolis OS:国产操作系统的逆袭之路,它将如何引领中国IT业翻天覆地的变化?揭秘未来数字世界的心脏!
【9月更文挑战第4天】在信息化时代,操作系统作为计算机系统的核心,连接着上层软件与底层硬件。随着全球化及地缘政治的影响,国产操作系统愈发重要。龙蜥Anolis OS作为佼佼者,基于Linux内核,兼具开源、灵活与安全特性,针对国内用户优化,支持多种编码标准和汉字输入法,提升中文用户体验。其采用角色访问控制、SELinux等技术,保障系统安全。Anolis OS还拥有活跃的开源社区,促进功能完善与创新。随着国家政策扶持和产业链协同,Anolis OS正引领国产操作系统迈向更广阔的应用领域,推动软硬件生态系统的成熟,成为全球多元化计算生态的重要组成部分。
95 0
|
5月前
|
人工智能 弹性计算 Linux
OS Copilot试用体验
OS Copilot产品体验和产品功能反馈的个人见解
OS Copilot试用体验
|
5月前
|
Anolis
免费延保四年!Anolis OS 7 延保计划通知
在 2024 年 6 月 30 日 EOL 的基础上为用户提供免费四年时间的 ELS 延保服务,即延保至 2028 年 6 月 30 日。延保结束后,龙蜥社区将停止对 Anolis OS 7 的维护更新及技术支持。
免费延保四年!Anolis OS 7 延保计划通知
|
6月前
|
安全 开发工具 虚拟化
6 大亮点!全新 Anolis OS 23.1 GA 版正式发布,满足多样化平台支持
结合新时代技术发展需求,龙蜥正式发布全新发行版 Anolis OS 23.1。
|
5月前
|
弹性计算 人工智能 Linux
OS Copilot试用感受
### 开发者速览:阿里云OS Copilot 探索阿里云Linux体验,程序员借助OS Copilot提升效率。从云起实践平台开始,跟随教程启动ECS,安装Copilot,配置密钥,辅助编程及命令执行。反馈指出,系统集成强,命令辅助优秀,评分9分。建议增强交互界面,增加报错分析与自动修复功能,并期待与ACK、ECS等更紧密集成。多行编辑器和代码高亮执行是改进方向。
54 0
|
7月前
|
存储 算法 固态存储
半导体存储品牌企业江波龙加入龙蜥社区,完成与 Anolis OS 适配
江波龙与 Anolis OS 的成功适配,进一步验证了 Anolis OS 能满足对存储容量灵活性和系统整体稳定性的高标准要求,可以为广大用户提供优质、高性能产品。
|
7月前
|
安全 Linux Anolis
centos停止更新?这篇博客教会你CentOS 7转化系统为阿里龙蜥Anolis OS 7
centos停止更新?这篇博客教会你CentOS 7转化系统为阿里龙蜥Anolis OS 7
703 0
|
25天前
|
安全 Linux 数据安全/隐私保护
Vanilla OS:下一代安全 Linux 发行版
【10月更文挑战第30天】
44 0
Vanilla OS:下一代安全 Linux 发行版
|
28天前
|
人工智能 安全 Linux

热门文章

最新文章