差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
软件:linux [2025/08/31 10:44] – [阿里] admin | 软件:linux [2025/09/01 18:56] (当前版本) – [玲珑] admin | ||
---|---|---|---|
行 1: | 行 1: | ||
====== Linux ====== | ====== Linux ====== | ||
- | ====== | + | ====== |
中文 | 中文 | ||
行 62: | 行 62: | ||
<code -> | <code -> | ||
- | deb https:// | ||
- | deb-src https:// | ||
- | deb https:// | ||
- | deb-src https:// | ||
- | deb https:// | ||
- | deb-src https:// | ||
- | #deb https:// | ||
- | #deb-src https:// | ||
- | |||
deb https:// | deb https:// | ||
deb-src https:// | deb-src https:// | ||
行 77: | 行 68: | ||
deb https:// | deb https:// | ||
deb-src https:// | deb-src https:// | ||
- | # 可选:backports(不建议日常使用) | ||
#deb https:// | #deb https:// | ||
</ | </ | ||
- | |||
==== 华为 ==== | ==== 华为 ==== | ||
行 107: | 行 96: | ||
==== 清华 ==== | ==== 清华 ==== | ||
- | 访问https:// | + | 访问[[https:// |
<code -> | <code -> | ||
行 128: | 行 117: | ||
# deb-src https:// | # deb-src https:// | ||
</ | </ | ||
- | |||
==== 中科大 ==== | ==== 中科大 ==== | ||
行 167: | 行 155: | ||
# deb-src [[http:// | # deb-src [[http:// | ||
- | |||
- | ====== 应用商店 ====== | ||
- | |||
- | <code shell> | ||
- | echo "deb [trusted=yes] https:// | ||
- | |||
- | sudo apt update | ||
- | |||
- | sudo apt install linglong-builder linglong-box linglong-bin | ||
- | </ | ||
====== 打印机 ====== | ====== 打印机 ====== | ||
行 198: | 行 176: | ||
</ | </ | ||
- | ====== | + | ====== |
- | 安装依赖 | + | ===== 星火 ===== |
- | sudo apt install dirmngr ca-certificates curl software-properties-common apt-transport-https | + | 访问 [[https:// |
- | 添加32bit支持 | + | 下载 |
- | dpkg --add-architecture i386 | + | '' |
- | 安装 | + | ===== 如意玲珑 ===== |
- | wget -nc -O / | + | 访问https://linyaps.org.cn/ |
- | deb [arch=amd64, | + | <code shell> |
+ | echo "deb [trusted=yes] https://ci.deepin.com/repo/obs/ | ||
- | apt update | + | sudo apt update |
- | apt install --install-recommends winehq-stable | + | sudo apt install |
+ | </ | ||
- | sudo apt install winetricks | ||
- | winetricks vcrun2022 # 安装 Visual C++ 运行库 | + | ====== Wine ====== |
- | winetricks allfonts corefonts cjkfonts # 安装常用字体,包括中文字体 | + | <code -> |
+ | 安装依赖 | ||
+ | sudo dpkg --add-architecture i386 | ||
+ | sudo apt-get update | ||
- | winetricks d3dx9 d3dx10 # 安装 DirectX 提升兼容性和游戏性能 | + | sudo apt update |
+ | sudo apt install wine32:i386 | ||
+ | sudo apt wine | ||
+ | |||
+ | sudo apt install winetricks | ||
+ | winetricks vcrun2022 # 安装 Visual C++ 运行库 | ||
+ | winetricks allfonts corefonts cjkfonts # 安装常用字体,包括中文字体 | ||
+ | winetricks d3dx9 d3dx10 # 安装 DirectX 提升兼容性和游戏性能 | ||
winetricks riched20 riched30 # | winetricks riched20 riched30 # | ||
+ | </ | ||
====== 浏览器 ====== | ====== 浏览器 ====== |