修改: "2026 Ubuntu \345\256\211\350\243\205.md"
This commit is contained in:
+36
-7
@@ -3,13 +3,27 @@
|
||||
20260525
|
||||
下载 https://cn.ubuntu.com/download 最新 Ubuntu 桌面系统 26.04 LTS
|
||||
|
||||
````
|
||||
制作安装盘
|
||||
sudo umount /dev/sdX*
|
||||
sudo dd if=/path/to/image.iso of=/dev/sdX bs=4M status=progress
|
||||
sync 验证数据同步完成
|
||||
````
|
||||
|
||||
|
||||
|
||||
## 软链接
|
||||
常用
|
||||
|
||||
- sudo apt update 刷新软件包索引
|
||||
- sudo apt upgrade -y 升级所有可升级的包
|
||||
- sudo apt autoremove -y 清理不再需要的依赖包
|
||||
- sudo apt autoclean 清理下载缓存
|
||||
- apt list --upgradable 查看可升级的软件包列表
|
||||
- sudo apt full-upgrade 彻底的升级(可能移除旧包)
|
||||
|
||||
|
||||
|
||||
## 收藏/软链接
|
||||
|
||||
```bash
|
||||
touch ~/资源/@/@000000/2026.******.txt
|
||||
@@ -25,10 +39,25 @@ sudo dpkg -i WeChatLinux_x86_64.deb
|
||||
|
||||
## 邮箱
|
||||
|
||||
网易邮箱大师
|
||||
https://dashi.163.com/
|
||||
sudo dpkg -i mail.deb
|
||||
sudo apt-get install -f 修复依赖包缺失
|
||||
网易邮箱大师 https://dashi.163.com/
|
||||
|
||||
```
|
||||
# 1. 下载 gconf2-common 包
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-6ubuntu1_all.deb
|
||||
|
||||
# 2. 下载 libgconf-2-4 包
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb
|
||||
|
||||
# 3. 按顺序安装(必须先安装 gconf2-common)
|
||||
sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb
|
||||
sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb
|
||||
|
||||
# 4. 修复可能出现的依赖问题
|
||||
sudo apt --fix-broken install
|
||||
|
||||
# 5. 安装本地 deb 包
|
||||
sudo apt install ./mail.deb
|
||||
```
|
||||
|
||||
## 安装 Typora
|
||||
|
||||
@@ -76,14 +105,14 @@ $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.fl
|
||||
$ flatpak install flathub io.github.ellie_commons.jorts
|
||||
```
|
||||
|
||||
##
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
sudo apt upgrade
|
||||
|
||||
|
||||
|
||||
其他包管理工具
|
||||
|
||||
|
||||
Reference in New Issue
Block a user