Debian-Installer
未找到“sqldeveloper-18.1.0.095.1630-no-jre.zip”,正在中止…錯誤消息
在 Ubuntu 18.04 中為 Oracle SQL 開發人員安裝 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...
請提供適當的解決方案。
命令的格式
make-sqldeveloper-package
如下:make-sqldeveloper-package -b *<BUILD_LOCATION>* *<LOCATION_OF_ZIP_FILE>*
從手冊頁:
-b
| <目錄>--build-dir
建構包的基本目錄
例如:
make-sqldeveloper-package -b /tmp/deb/ ~/Desktop/sqldeveloper-18.1.0.095.1630-no-jre.zip
在這個例子
BUILD_LOCATION
中是tmp/deb
.