找不到“sqldeveloper-18.1.0.095.1630-no-jre.zip”,正在中止...错误消息

找不到“sqldeveloper-18.1.0.095.1630-no-jre.zip”,正在中止...错误消息

在 Ubuntu 18.04 中为 Oracle SQL Developer 安装 Debian 软件包生成器期间,我使用了以下命令:

make-sqldeveloper-package sqldeveloper-18.1.0.095.1630-no-jre.zip

但它显示的结果是这样的:

make-sqldeveloper-package 0.5.4 Copyright © 2009-2018 Lazarus Long
Debian package builder and installer for Oracle SQL Developer

"sqldeveloper-18.1.0.095.1630-no-jre.zip" not found, aborting...

请为其提供正确的解决方案。

答案1

命令格式make-sqldeveloper-package如下:

make-sqldeveloper-package -b<构建位置>  <ZIP_FILE 位置>

手册页:

-b | --build-dir <目录>

    构建包的基本目录

例如:

make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip

在这个例子中BUILD_LOCATIONtmp/deb.

相关内容