Following this guide,但无法安装cfdisk。
sudo apt-get install cfdisk
返回
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package cfdiskRPi模型B,运行Raspbian
发布于 2014-09-04 19:54:21
这是因为cfdisk实用程序不是以cfdisk包的形式提供的,而是以util-linux包的形式提供的。
# aptitude install util-linuxhttps://stackoverflow.com/questions/25656932
复制相似问题