在Tiny210上安装Debian后运行正常,但 使用apt-get安装任意程序时都出现以下提示:
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt
E: The package lists or status file could not be parsed or opened
查找资料看到一个解决方案是删除如下两个文件
rm -rf /var/lib/dpkg/lock
rm -rf /var/cache/apt/archives/lock
但在删除时又出现提示:
rm: cannot remove /var/lib/dpkg/lock : Read-only file system
求高人相助,先行谢过。