Skip to content

Commit e421f46

Browse files
committed
update
1 parent da3d9dd commit e421f46

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

content/pages/about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Loong Arch Linux 表示 LoongArch ArchLinux,将重复的 Arch 部分去掉,
2424
## Loong Arch Linux 历史
2525

2626
- 2021年06月19日,发布 [Alpha](http://archlinux.oukan.online/alpha/index.html) 版本,提供 bootstrap 镜像,带 [core][extra][community][aur] 软件包仓库。
27-
- 2022年05月13日,发布 [2022.03](https://bbs.loongarch.org/d/67-loongarchlinux-202203) 版本,提供 iso 镜像,支持 `xfce``mate` 桌面环境,带 [core][extra][community][aur] 软件包仓库。
28-
- 2022年09月29日,发布 [2022.09](https://bbs.loongarch.org/d/126-archlinux-loong64-202209) 版本, 提供 iso 镜像,增加 `lxde``lxqt` 等桌面环境,带 [core][extra][community][aur] 软件包仓库。发行版架构名称采用 loong64。
27+
- 2022年05月13日,发布 [2022.03](https://bbs.loongarch.org/d/67-loongarchlinux-202203) Beta1版本,提供 iso 镜像,支持 `xfce``mate` 桌面环境,带 [core][extra][community][aur] 软件包仓库。
28+
- 2022年09月29日,发布 [2022.09](https://bbs.loongarch.org/d/126-archlinux-loong64-202209) Beta2版本, 提供 iso 镜像,增加 `lxde``lxqt` 等桌面环境,带 [core][extra][community][aur] 软件包仓库。发行版架构名称采用 loong64。
2929
- 2022年10月21日,首次启用[testing仓库](https://bbs.loongarch.org/d/126-archlinux-loong64-202209/40),从现在开始,LoongArch 上游社区 ABI 趋于稳定,开始采用滚动升级模式,用户不再需要使用 iso 重新安装系统。
3030
- 2022年10月24日,发布新 [iso](https://bbs.loongarch.org/d/126-archlinux-loong64-202209/66) ,其中集成了 `archinstall` TUI 安装程序,并提供带中文界面的安装程序 `setup`,降低了新手用户安装系统的难度。
3131
- 2022年10月25日,[debuginfod 服务](https://bbs.loongarch.org/d/126-archlinux-loong64-202209/76) 正常工作。
@@ -43,3 +43,4 @@ Loong Arch Linux 表示 LoongArch ArchLinux,将重复的 Arch 部分去掉,
4343
- 2023年06月07日,完成旧iso、2022.03仓库、qemu qcow2镜像的清理,完成 git 仓库 [community][extra] 合并, [community] git 仓库已归档,优化开发流程,git 仓库可接受 PR 贡献。
4444
- 2023年06月14日,从20230614版本开始,新增磁力链iso下载方式。
4545
- 2023年06月26日,[网站](https://loongarchlinux.org) 完工,正式上线。
46+
- 2023年07月07日,仓库新增 DDE 和 UKUI 桌面环境。
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
+++
2+
title = "Loong Arch Linux 正式支持龙架构"
3+
author = ""
4+
date = 2023-07-17T15:46:57+08:00
5+
draft = false
6+
+++
7+
8+
基于以下事实:
9+
10+
- 从 2022.09 beta2版本开始,Loong Arch Linux 采用“滚动升级”策略以来,已经过去了三个季度,且滚动升级期间,未发生重大问题。
11+
- 上个月,我们建立了官方网站,并正式上线。
12+
- 软件仓库移植了包括Gnome、KDE、Mate、XFCE、LXDE、Cinnamon、DDE、UKUI在内的众多桌面环境及大量开源软件,并支持用户直接安装 AUR 软件,可以满足各类用户的不同使用需求。
13+
14+
我们自豪地宣布 Loong Arch Linux 正式支持龙架构,2023.07 是首个正式版本的iso。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
title = "TeX Live 打包改变了组织结构"
3+
author = ""
4+
date = 2023-06-30T14:12:29+08:00
5+
draft = false
6+
+++
7+
8+
从版本 2023.66594-5 开始,TeX Live 的打包改变了组织结构,更接近上游的集合(collections)。尽管新的 texlive-basic 包替换了 texlive-core 包,很多原本属于 texlive-core 包的内容(包括一些特定语种的文件)现在被拆分到了别的包中去。如果想了解哪个 Arch 软件包中提供了特定 CTAN 宏包,可以使用 tlmgr 工具,比如:
9+
10+
```
11+
$ tlmgr info euler | grep collection
12+
collection: collection-latexrecommended
13+
```
14+
15+
这个的意思是说 euler CTAN 宏包包含在了 texlive-latexrecommended 软件包中。你也可以使用 pacman -F 命令查询特定文件的归属。
16+
17+
我们提供了新的 texlive-meta 元包用来安装所有子包(除了特定语种的),还有新的 texlive-doc 包提供了完整的文档,用以离线查阅。

0 commit comments

Comments
 (0)