简体   繁体   English

我一直在尝试在 ubuntu 22.04 上安装 sqldeveloper,但是在使用 dpkg 时出现错误

[英]I have been trying to install sqldeveloper on ubuntu 22.04 but am getting error while using dpkg

I have installed.rpm file for sqldeveloper installation and have converted it to.deb file using the following command as there was error while using alien:我已经为 sqldeveloper 安装安装了 .rpm 文件,并使用以下命令将其转换为 .deb 文件,因为使用外星人时出现错误:

sudo fpm -s rpm -t deb sqldeveloper-22.2.0-173.2018.noarch.rpm sudo fpm -s rpm -t deb sqldeveloper-22.2.0-173.2018.noarch.rpm

I am trying to install the.deb file by using this command:我正在尝试使用以下命令安装 .deb 文件:

sudo dpkg --install sqldeveloper_22.2.0-173.2018_all.deb sudo dpkg --install sqldeveloper_22.2.0-173.2018_all.deb

But I am getting this error:但我收到此错误:

dpkg: error processing archive sqldeveloper_22.2.0-173.2018_all.deb (--install): parsing file '/var/lib/dpkg/tmp.ci/control' near line 7 package 'sqldeveloper': 'Depends' field, invalid package name '/bin/sh': must start with an alphanumeric character Errors were encountered while processing: sqldeveloper_22.2.0-173.2018_all.deb dpkg:错误处理归档 sqldeveloper_22.2.0-173.2018_all.deb(--install):解析文件 '/var/lib/dpkg/tmp.ci/control' 靠近第 7 行 package 'sqldeveloper':'Depends' 字段,无效 ZEFE6B07A8E63A67C名称“/bin/sh”:必须以字母数字字符开头处理时遇到错误:sqldeveloper_22.2.0-173.2018_all.deb

Is there any way I could install this?有什么办法可以安装吗?

SQL Developer is available as zip file also and you can extract it on every desired place. SQL Developer 也可作为zip文件使用,您可以在每个所需的位置提取它。 Here is download link .这里是下载链接 Search for other platforms.搜索其他平台。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 尝试在 Ubuntu 18.04 上安装 mysqlclient 时出现一个奇怪的错误 - I am getting a strange error when trying to install mysqlclient on Ubuntu 18.04 为什么在尝试使用mysql-query更新属性时会出现此语法错误? - Why am I getting this syntax-error while trying to update a attribute using mysql-query? 使用Group By子句时出现错误 - I am getting error while using Group By clause 如何在 Ubuntu 22.04 上安装 MSSQL-Server - How to install MSSQL-Server on Ubuntu 22.04 在 db2 sql 中编写查询时出现错误。 我需要有 3 个条件的 CASE - I am getting error while writing query in db2 sql. I need to have a CASE with 3 conditions 为什么在尝试插入数据时出现此错误ORA-00904“ PBIRTHDATE” - Why am I getting this error while trying to insert data ORA-00904 “PBIRTHDATE” 插入SQL时出现错误 - I am getting error while inserting to SQL 我在尝试检查时遇到 sql 错误(销售 ID 不在销售详细信息中以检查是否有没有详细信息的销售) - I am getting sql error while trying to check the (sales id NOT IN sales details to check if there is any sales without a details ) 为什么我在使用 php artisan tinker 时收到 Laravel 错误没有这样的表 - Why I am getting Laravel error no such table while using php artisan tinker 尝试在PHP中更新表单时出现SQL错误 - I am getting a SQL error when trying to update a form in PHP
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM