HOW TO INSTALL REMARKABLE EDITOR IN UBUNTU 16.04 – A BEST MARKDOWN EDITOR LINUX APPLICATION

Reference http://www.elinuxbook.com/install-remarkable-editor-in-ubuntu-16-04-a-best-markdown-editor-linux-application/

Introduction

In this article we are going to learn How to install remarkable editor app in Ubuntu 16.04. remarkable is a open source best markdown editor Linux application and mainly written for software developers. It’a an light weight, user friendly and feature rich text editor for Linux and one of the best Github syntax format application.

Now let’s have a look at features of Remarkable best markdown editor Linux app :

  • It’s an cross platform application available for major operating systems i.e. Linux, Microsoft Windows.
  • Format texts by applying Bold, Italic, Underline, applying different fonts, use bullets & numbering..etc..
  • Remarkable editor app can be used to to write mathematical formulas and functions.
  • Can export your written documents in different file formats i.e. HTML, PDF..etc..
  • You can customize remarkable best markdown editor Linux app by downloading it’s source code.
  • Highlight Syntax.
  • Divide your screen to use one side as a coder and another side as viewer.
  • Use keyboard shortcuts to make your work more easy.

For more information and features of remarkable editor app you can visit the official website.

Follow the below steps to install remarkable editor in Ubuntu 16.04 – a best markdown editor Linux application

Before we start the installation of Remarkable editor app let’s update the packages & repositories of Ubuntu 16.04 using below command.

elinuxbook@ubuntu:~$ sudo apt-get update  # Update Packages & Repositories
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease                       
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Reading package lists... Done

After updating the Packages & Repositories now we have to download the Remarkable best markdown editor Linux app from it’s official website. So use the below command to download the same.

elinuxbook@ubuntu:~$ wget http://remarkableapp.github.io/files/remarkable_1.87_all.deb   # Download Package
--2018-01-20 20:06:51--  http://remarkableapp.github.io/files/remarkable_1.87_all.deb
Resolving remarkableapp.github.io (remarkableapp.github.io)... 151.101.1.147, 151.101.65.147, 151.101.129.147, ...
Connecting to remarkableapp.github.io (remarkableapp.github.io)|151.101.1.147|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 76486 (75K) [application/octet-stream]
Saving to: ‘remarkable_1.87_all.deb’

remarkable_1.87_all.deb                    100%[=====================================================================================>]  74.69K   232KB/s    in 0.3s    

2018-01-20 20:06:52 (232 KB/s) - ‘remarkable_1.87_all.deb’ saved [76486/76486]

As you can see below I have already downloaded the Remarkable editor app .deb package. Refer the output below.

elinuxbook@ubuntu:~$ ls -l remarkable_1.87_all.deb   # Downloaded Package
-rw-rw-r-- 1 elinuxbook elinuxbook 76486 Aug 21  2016 remarkable_1.87_all.deb

Now we are ready to install the Remarkable best markdown editor Linux app. So use the below command to install the same.

elinuxbook@ubuntu:~$ sudo dpkg -i remarkable_1.87_all.deb   # Install the Remarkable Package
Selecting previously unselected package remarkable.
(Reading database ... 174198 files and directories currently installed.)
Preparing to unpack remarkable_1.87_all.deb ...
Unpacking remarkable (1.87) ...
dpkg: dependency problems prevent configuration of remarkable:
remarkable depends on python3-markdown; however:
Package python3-markdown is not installed.
remarkable depends on gir1.2-webkit-3.0; however:
Package gir1.2-webkit-3.0 is not installed.
remarkable depends on wkhtmltopdf; however:
Package wkhtmltopdf is not installed.

dpkg: error processing package remarkable (--install):
dependency problems - leaving unconfigured
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Errors were encountered while processing:
remarkable

Also Read :

As you can see above during installation Remarkable editor app is asking for some dependencies. So to install required dependencies use the below command.

elinuxbook@ubuntu:~$ sudo apt-get install -f  # Install Dependencies
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
gir1.2-javascriptcoregtk-3.0 gir1.2-webkit-3.0 libjavascriptcoregtk-3.0-0   libwebkitgtk-3.0-0 libwebkitgtk-3.0-common python3-markdown python3-pygments python3-yaml wkhtmltopdf
Suggested packages:
python-markdown-doc ttf-bitstream-vera
The following NEW packages will be installed:
gir1.2-javascriptcoregtk-3.0 gir1.2-webkit-3.0 libjavascriptcoregtk-3.0-0   libwebkitgtk-3.0-0 libwebkitgtk-3.0-common python3-markdown python3-pygments python3-yaml wkhtmltopdf
0 upgraded, 9 newly installed, 0 to remove and 461 not upgraded.
1 not fully installed or removed.
Need to get 10.7 MB of archives.
After this operation, 47.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] y  ---> Enter 'y' to continue the installation

As you can see above we have successfully installed the Remarkable best markdown editor Linux app. Now to confirm the same use the below command.

elinuxbook@ubuntu:~$ sudo dpkg -l remarkable  # Confirm the installed Package
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                 Architecture            Description
+++-====================================-=======================-=======================-=============================================================================
ii  remarkable                           1.87                    all                     A free fully featured markdown editor.

Now to open the application just type the command remarkable on shell prompt. Refer the command below.

elinuxbook@ubuntu:~$ remarkable  # Open the Application
REMARKABLE EDITOR APP

REMARKABLE EDITOR APP

You can also open the Remarkable editor application graphically using Search your computer box. Refer the snapshot below.

OPEN REMARKABLE BEST MARKDOWN EDITOR LINUX APPLICATION GRAPHICALLY

OPEN REMARKABLE BEST MARKDOWN EDITOR LINUX APPLICATION GRAPHICALLY

To uninstall the application use the below command.

elinuxbook@ubuntu:~$ sudo dpkg -r remarkable   # Uninstall the   Remarkable best markdown editor Linux app
(Reading database ... 174723 files and directories currently installed.)
Removing remarkable (1.87) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon   (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...

This is how we can install remarkable editor in Ubuntu 16.04 – a best markdown editor Linux application. If you found this article useful then Like us, Share this post on your preferred Social media, Subscribe our Newsletter OR if you have something to say then feel free to comment on the comment box below.

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 218,204评论 6 506
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 93,091评论 3 395
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 164,548评论 0 354
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,657评论 1 293
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,689评论 6 392
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,554评论 1 305
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,302评论 3 418
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,216评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,661评论 1 314
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,851评论 3 336
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,977评论 1 348
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,697评论 5 347
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,306评论 3 330
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,898评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,019评论 1 270
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,138评论 3 370
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,927评论 2 355

推荐阅读更多精彩内容