我使用鹦鹉OS。正如我发现的那样,Strace是一个基本软件包,我只能通过apt-get install strace
安装。但是我只是得到
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package strace 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 'strace' has no installation candidate
为什么呢?m/b某人现在
根据鹦鹉仓库,存在strace
软件包。
这意味着您的APT数据库已过时,在这种情况下,您可以使用apt update
进行更新,或者APT不使用此库。
如果是这样,您可以通过使用Parrot文档中提供的内容创建/更新/etc/apt/sources.list.d/parrot.list
文件来添加Parrot Repo。然后,您可以更新软件包列表并重试安装!