Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install realm studio on linux/Ubuntu?

Tags:

realm

I have downloaded realm-studio-1.20.0-x86_64.AppImage from realm studio. How do I install this image in order to browse encrypted realm mobile database on my personal machine that is either exported or fetched from emulator or real device.

Note: I don't want to use stetho plugin for chrome as it dose not support encrypted realm mobile database browsing.

like image 469
Anurag Singh Avatar asked Apr 22 '18 12:04

Anurag Singh


People also ask

What is realm studio?

What is Realm? Realm is an object database that is simple to embed in your mobile app. Realm is a developer-friendly alternative to mobile databases such as SQLite and CoreData. Before we start, create an Android application.

What is realm MongoDB?

MongoDB Realm is a set of fully-managed application development services that make it simple to build best-in-class apps. Use Realm to quickly stand-up apps that work offline and keep data in sync across multiple devices, users, and your backend.


1 Answers

It is actually quite easy, all you need to do is set its privilege to be executable:

chmod +x realm-studio-1.20.0-x86_64.AppImage

And then you can run it now

./realm-studio-1.20.0-x86_64.AppImage
like image 69
EpicPandaForce Avatar answered Oct 21 '22 18:10

EpicPandaForce