我使用厨师12.5.1和码头形象测试-厨房正在运行的RHEL 7.x
我将jdk-8u65-linux-x64.rpm下载到我的Docker测试实例的本地目录中,并运行下面的菜谱来安装它。
rpm_package 'install_java' do
package_name 'jdk-8u65-linux-x64.rpm'
source '/home/user/jdk-8u65-linux-x64.rpm'
end
但它会引发以下错误:
---- Begin output of rpm -i /home/user/jdk-8u65-li
下载- jre-8u45-linux-i586.rpm
打开控制台- su
mkdir /usr/bin/java 之前没有安装java.
cd /usr/bin/java
rpm -ivh jre-8u45-linux-i586.rpm 试装 error: open of jre-8u45-linux-i586.rpm failed:no such file or directory
显然我把它放在桌面上了
打开文件系统- /usr/bin/java,我创建了它
尝试将jre-8u45-linux-i586.rpm文件从桌面移动到/usr/bin/java,但我得到:
Error movin
我正在尝试通过Windows 8.1操作系统将Oracle SQL Developer安装到Linux服务器上。我正在从以下位置下载包:
然后,我将从该站点安装Linux RPM包。
然后,我将它从Windows8.1操作系统(它就是下载到的)移动到Linux服务器上(通过WinSCP)。
然后,我将在Putty上打开Linux服务器,并尝试使用以下命令安装SQL Developer:
rpm -Uvh sqldeveloper-4.0.3.16.84-1.noarch.rpm
然后我收到这个错误:
rpm: RPM should not be used directly install R
我试图通过Windows8.1操作系统将Oracle SQL Developer安装到Linux服务器上。我正在从下载软件包。
然后,我将从该站点安装Linux包。
然后,我将它从Windows8.1操作系统(下载到的操作系统)转移到Linux服务器(通过WinSCP)。
然后,我将在Putty上打开Linux服务器,并试图使用以下命令安装SQL开发人员:
rpm -Uvh sqldeveloper-4.0.3.16.84-1.noarch.rpm
于是我收到了这个错误:
rpm: RPM should not be used directly install RPM packages,
我必须在Red hat enterprise linux 5上部署一个Django项目,该项目是在Python2.5上开发的,但服务器环境中的Python2.4导致了一些问题。我在互联网上搜索了很多,想得到服务器的Python2.5构建的rpm,但是只有src rpm可用于上面提到的Linux版本。
由于一些系统管理问题,我没有被允许编译和使用src rpm。
有没有什么Linux版本可以轻松获得,并且默认使用python2.5?或者任何到python2.5构建的rpm的链接。
请提个建议。提前谢谢。
bash: cd: linux-UFRIILT-drv-v140_uken: No such file or directory
我检查了所有的东西。拥有最新更新Ubuntu 16.04.3
herman@herman:~$ cd Downloads
herman@herman:~/Downloads$
herman@herman:~/Downloads$ tar -zxvf linux-UFRIILT-drv-v140_uken.tar.gz
linux-UFRIILT-drv-v140-uken/
linux-UFRIILT-drv-v140-uken/Documents/
linux-U
我有Ubuntu16.04(32位)我有openjdk版本"1.8.0_121“
我从makefile中得到了一个错误:
You are attempting to build with the incorrect version
of java.
Your version is: openjdk version "1.8.0_121".
The correct version is: Java SE 1.6.
我试过了
sudo apt-get install openjdk-6-jdk
返回
openjdk-6-jdk has no installation ca
我在红帽Linux上工作,我有一个tar.gz文件。我想将这个tar.gz文件打包到一个rpm包文件中。
In the rpm package phase, I just want to extract the tar.gz file and package all of the staff into the rpm package, when I install the rpm package in linux server, it will just simply copy all of the files into the destination folder.
I have tr
我必须安装jitterbit client .I已下载我尝试过的jitterbit-client-4.0.7.14-enterprise-trial-linux-rpm .I。
sudo rpm -Uvh jitterbit-client-4.0.7-14.e.i386.rpm
它提供了:
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: Failed de