2404的乌班图的迁移
动态分享 •
1,瘦身. –> 使用 这个安装 解码的扩展包 –> sudo proxychains apt install ubuntu-restricted-extras
2,几个常用命令的的搬家

remap, px, scpy, relay,
snap
calleng@hw:~$ snap list
名称 版本 修订版本 追踪 发布者 注记
bare 1.0 5 latest/stable canonical✓ base
core22 20240731 1564 latest/stable canonical✓ base
firefox 136.0.1-1 5889 - mozilla✓ -
firmware-updater 0+git.22198be 167 1/stable/… canonical✓ -
gnome-42-2204 0+git.510a601 176 latest/stable/… canonical✓ -
gtk-common-themes 0.1-81-g442e511 1535 latest/stable/… canonical✓ -
moonlight 6.1.0 2592 latest/stable maxiberta✪ -
snap-store 0+git.e3dd562 1173 2/stable/… canonical✓ -
snapd 2.67.1 23771 latest/stable canonical✓ snapd
snapd-desktop-integration 0.9 253 latest/stable/… canonical✓ -
thunderbird 128.1.0esr-1 507 latest/stable/… canonical✓ -
calleng@hw:~$ snap info firefox
name: firefox
summary: Mozilla Firefox web browser
publisher: Mozilla✓
store-url: https://snapcraft.io/firefox
license: unset
description: |
Firefox is a powerful, extensible web browser with support for modern web application
technologies.
commands:
- firefox
- firefox.geckodriver
snap-id: 3wdHCAVyZEmYsCMFDE9qt92UV8rC8Wdk
refresh-date: 今天 00:52(美国山区标准时间)
channels:
latest/stable: 137.0.1-1 2025-04-08 (6019) 253MB -
latest/candidate: 137.0.1-1 2025-04-08 (6019) 253MB -
latest/beta: 138.0b6-1 2025-04-11 (6031) 254MB -
latest/edge: 139.0a1 2025-04-07 (6014) 287MB -
esr/stable: 128.9.0esr-2 2025-04-01 (5973) 284MB -
esr/candidate: 128.9.0esr-2 2025-03-28 (5973) 284MB -
esr/beta: ↑
esr/edge: ↑
installed: 136.0.1-1 (5889) 270MB -
# 查看所有历史版本(如果 Snap Store 仍保留):
snap download firefox --revision=5889
# 从本地 .snap 文件安装(如果已下载)
sudo snap install ./firefox_5889.snap --dangerous
snap download firefox --revision=5889
sudo snap enable firefox
sudo snap remove --purge firefox
sudo snap ack firefox_5889.assert
sudo snap install ./firefox_5889.snap --dangerous
/home/calleng/snap/firefox/common/.mozilla/firefox/jiy8113j.default
处理沙盘崩溃问题
sudo chown root:root /home/calleng/option/pycharm-professional-2023.3.2/jbr/lib/chrome-sandbox
sudo chmod 4755 /home/calleng/option/pycharm-professional-2023.3.2/jbr/lib/chrome-sandbox
sudo chown root:root /home/calleng/option/CLion-2023.3.2/jbr/lib/chrome-sandbox
sudo chmod 4755 /home/calleng/option/CLion-2023.3.2/jbr/lib/chrome-sandbox
sudo chown root:root /home/calleng/option/ideaIU-2023.3.2/jbr/lib/chrome-sandbox
sudo chmod 4755 /home/calleng/option/ideaIU-2023.3.2/jbr/lib/chrome-sandbox
3,一些缺失的小小的库
sudo apt install libqt5multimedia5
# 你需要安装包含 libfuse.so.2 的 FUSE 库。通常,这个库可以通过 libfuse2 包提供。
sudo apt install libfuse2
