Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 JDK 7 rpm 文件下载到我的 64 位 Unix 机器中,并尝试使用以下命令安装 Java:
rpm -ivh jdk-7u17-linux-x64.rpm
但我收到此错误:
error: can't create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied)
请帮助我如何在我的 Unix 机器中安装 Java。我正在使用 bash shell,我也没有 root 凭据。
尝试使用 sudo 命令
sudo rpm -ivh jdk-7u17-linux-x64.rpm
如果您在 sudoers 列表中,请尝试sudo rpm -ivh jdk-7u17-linux-x64.rpm. 如果你不这样做,那么系统管理员就是你的救星。