我通过软件中心尝试的任何安装都告诉我:
需要安装不受信任的软件包:该操作将要求安装来自未经身份验证的来源的软件包。
我apt-get update
从命令行做了一个,然后删除了密钥错误的软件源(我自己添加的 PPA),并在软件中心的软件源中取消选中它们,但无济于事。我不能再从软件中心安装任何东西——只能>从命令行使用 apt-get。
卸载/安装是唯一的选择吗?我不想破坏我拥有的其他 PPA。
这是来自 apt-get update 的粘贴:
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B725097B3ACC3965
W: GPG error: http://us.archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
Run Code Online (Sandbox Code Playgroud)
我试过apt-key update,没有效果(两个键不变)。
的输出apt-get update
和apt-get upgrade
,和中的内容/etc/apt/sources.list
,可以发现这个引擎收录职位。
我正在设置我的本地 LAMP 服务器,当我访问它时,我无法使用 Apache 用户 (www-data) 的符号链接。在这一点上,我已经尝试了 chowning 和 chmoding,并且我已经将
Options FollowSymLinks添加到我的 DocumentRoot 的 httpd.conf 文件中。我不知所措。
所以这就是我要问的:
如果您使用标准 11.10 LAMP 安装来设置 Apache,您将采取哪些步骤来使符号链接为 Apache 用户正常工作?