如今,robomongo开发者发布的新版本robomongo as tar.gz不是.deb个包中的tar.gz个,双击安装很容易.但这种 Select 已经不复存在.那么如何在Ubuntu中将其作为程序安装.我try 过解压软件包并安装,但失败了.

admin@admin-lenovo:~$ cd Downloads/
admin@admin-lenovo:~/Downloads$ tar -xzf robomongo-0.9.0-rc4-linux-x86_64-8c830b6.tar.gz 
admin@admin-lenovo:~/Downloads$ cd robomongo-0.9.0-rc4-linux-x86_64-8c830b6/
admin@admin-lenovo:~/Downloads/robomongo-0.9.0-rc4-linux-x86_64-8c830b6$ ./configure
bash: ./configure: No such file or directory

此外,.make./install也因未找到文件而失败.如何将其作为程序安装?

推荐答案

1. First Download the version from the official Robomongo website bellow:

Download Robomongo From Official website using this link

2.Then extract the downloaded tar.gz file in your downloads folder.

3.将提取的文件夹复制并粘贴到opt文件夹中

/opt

注意:如果您没有在该文件夹中粘贴的权限,请使用终端中的以下命令访问该文件夹.

$ sudo chmod -R 777 /opt

4.打开opt/robomongo/bin文件夹,点击可执行图标启动robomongo.

opt/robomongo/bin

5. Simply Create a database and right click on the Robomongo icon and select the lock to launcher option. This will create a shortcut t launch the Robomongo application at any time you need.

Mongodb相关问答推荐

如何从MongoDB集合中获取第一个和最后一个元素?

如何联接Mongoose中的集合并检索特定字段

Golang mongodb聚合错误:管道阶段规范对象必须包含一个字段

Next js、MongoDB和Prisma.包括不为相关字段工作

MongoDB 到 Snowflake 连续加载

如何在 2 个应用程序之间共享mongoose模型?

如何将记录从一个 mongo 数据库插入另一个?

更新 MongoDB 中嵌套实体数组中的属性

哪个库最适合用于带有 Scala 的 MongoDB?

无法使用机器 ip 连接到 mongodb

用 Redis 查询?

使用 nodejs/mongoose 部分更新子文档

如何在 $lookup Mongodb 的 LocalField 中将字符串转换为 objectId

如何在array.NET驱动程序中的元素属性上创建MongoDB MultiKey索引

如果我在 MongoDB 上使用 LINQ,为什么会失go 性能?

Ruby 按键值分组哈希

如何在 MongoDB Map-reduce 映射函数中使用变量

使用 Node.js 将许多记录插入 Mongodb 的正确方法

如何从mongoose中的对象 ID 获取创建日期?

MongoDB聚合框架的索引优化