我正在尝试安装sfdisk3.0,运行一个实时Ubuntu18.04.1LTS。我负责所有这些:
sudo add-apt-repository universe
sudo add-apt-repository restricted
sudo add-apt-repository multiverse
sudo add-apt-repository main
sudo apt-get update
sudo apt-get install util-linux
sudo apt-cache show util-linux
sudo apt-get update
sudo apt-get install libfdisk-dev
sudo apt-get install sfdisk然后我得到
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sfdisk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'sfdisk' has no installation candidate我遗漏了什么?
发布于 2018-12-11 20:20:53
在18.04LTS上,您应该安装fdisk包以获得/sbin/sfdisk (参见packages.ubuntu.com供参考):
sudo apt install fdiskhttps://askubuntu.com/questions/1099932
复制相似问题