[Feedback on issues] deepin 25 安装 tailscale 失败
Tofloor
poster avatar
swish
deepin
2025-07-01 08:52
Author
sudo curl -fsSL https://tailscale.com/install.sh | sh
Installing Tailscale for debian bullseye, using method apt
+ sudo mkdir -p --mode=0755 /usr/share/keyrings
+ curl -fsSL https://pkgs.tailscale.com/stable/debian/bullseye.noarmor.gpg
+ sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg
tee: /usr/share/keyrings/tailscale-archive-keyring.gpg: 只读文件系统

该怎么解决这个问题

Reply Favorite View the author
All Replies
zhaohui
deepin
Community Developer
2025-07-01 09:46
#1

执行命令 sudo deepin-immutable-writable enable命令,并重启,关闭只读保护后再尝试进行安装。

需要注意,关闭只读保护后系统核心文件将处于可写状态,建议安装完成后通过 sudo deepin-immutable-writable disable + 重启的方式开启只读保护

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-07-01 10:26
#2

建议在debian子系统里面操作,因为磐石系统保护系统目录。

Reply View the author
swish
deepin
2025-07-01 13:27
#3
zhaohui

执行命令 sudo deepin-immutable-writable enable命令,并重启,关闭只读保护后再尝试进行安装。

需要注意,关闭只读保护后系统核心文件将处于可写状态,建议安装完成后通过 sudo deepin-immutable-writable disable + 重启的方式开启只读保护

感谢,已经好了

Reply View the author