su:认证失败

use*_*999 2 authentication su

我已经从它的网站下载了 Eset Nod32 Antivirus,我得到了一个eset_nod32av_64bit_en.linux文件。我右键单击它,属性 - 权限,并选中允许执行文件作为程序选项。然后我就可以运行程序了。安装程序启动并询问我的 root 密码。我输入正确,但随后收到以下错误消息:su: Authentication failure. 我可以用它做什么来安装 Nod32?

小智 5

Ubuntu 确实使用sudo而不是,su但这并不能真正解决长期的问题。为了彻底解决这个问题,您需要更改su密码。不幸的是,要su在 Ubuntu 中更改密码,您不能只使用该passwd命令。您需要使用sudopasswd这样的组合:

user@user-ubuntu1:~$ sudo passwd
[sudo] password for user: # enter your sudo password here
Enter new UNIX password: # enter the password you want for your su password here
Retype new UNIX password: # reenter your new su password
passwd: password updated successfully
Run Code Online (Sandbox Code Playgroud)

你有它 - 没有更多的错误。