Remarkable Markdown Debian Package Fix

Overview

Remarkable debian package fix

For some reason the Debian package for remarkable markdown editor has not been made to install properly on Ubuntu 20.04 due to missing/outdated dependencies. There are open issues on github but nothing has been done. This repo packages the latest code into a Debian by unpacking the Debian, fixing the dependencies and copying the new code files from the Remarkable repository to the appropriate locations and then repackaging. Taking the new code is necessary to work with the new dependencies.

Building the Debian package:

git clone https://github.com/seiferteric/remarkable_debfix.git
cd remarkable_debfix/
dpkg-deb -Z xz -b old_deb remarkable_1.87_all.deb

The process was like this:

dpkg-deb -x remarkable_1.87_all.deb old_deb
dpkg-deb -e remarkable_1.87_all.deb old_deb/DEBIAN

#... modify DEBIAN/control file
#... copy code from main Remarkable repo into correct locations

#Repackage Debian

dpkg-deb -Z xz -b old_deb remarkable_1.87_all.deb

Now you should be able to install the new debian.

Download:

Alternatively you can download the Debian I have built here

SHA:

c2c078d5a04b20ae8d89b7c40848894f946202ad  remarkable_1.87_all.deb
You might also like...
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI

martor Martor is a Markdown Editor plugin for Django, supported for Bootstrap & Semantic-UI. Features Live Preview Integrated with Ace Editor Supporte

Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!

markdown-it-py Markdown parser done right. Follows the CommonMark spec for baseline parsing Configurable syntax: you can add new rules and even replac

A fast, extensible and spec-compliant Markdown parser in pure Python.

mistletoe mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. Apart from being the fastest Comm

Livemark is a static page generator that extends Markdown with interactive charts, tables, and more.

Livermark This software is in the early stages and is not well-tested Livemark is a static site generator that extends Markdown with interactive chart

A super simple script which uses the GitHub API to convert your markdown files to GitHub styled HTML site.
A super simple script which uses the GitHub API to convert your markdown files to GitHub styled HTML site.

A super simple script which uses the GitHub API to convert your markdown files to GitHub styled HTML site.

Read a list in markdown and do something with it!

Markdown List Reader A simple tool for reading lists in markdown. Usage Begin by running the mdr.py file and input either a markdown string with the -

Lightweight Markdown dialect for Python desktop apps
Lightweight Markdown dialect for Python desktop apps

Litemark is a lightweight Markdown dialect originally created to be the markup language for the Codegame Platform project. When you run litemark from the command line interface without any arguments, the Litemark Viewer opens and displays the rendered demo.

A Discord Bot for rendering Markdown

Markdown to PDF Bot A discord bot that accepts markdown files (or messages) and displays them as images. Prerequisite To install, you must have have :

An interactive, terminal-based markdown presenter
An interactive, terminal-based markdown presenter

lookatme lookatme is an interactive, extensible, terminal-based markdown presentation tool. TOC TOC Features Tour Navigating the Presentation CLI Opti

Comments
  • beginner, use procedure on ubuntu 20.04 ..issues

    beginner, use procedure on ubuntu 20.04 ..issues

    hi, i manually downloaded the zip file from github from browser, then i tried to use your fix deb but using the command:

    dpkg-deb -Z xz -b old_deb remarkable_1.87_all.deb

    gives me this error:

    the control directory has wrong permissions: 700 (must be> = 0755 and <= 0775)

    how do i fix? I'm on xubuntu 20.04

    i know i could use the deb you created but i would like to try to figure out where i am going wrong trying to do it myself ...

    thanks, if you want to help me ..

    opened by fenix-soft 2
Owner
Eric Seifert
Eric Seifert
Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files

Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files. Mdformat is a Unix-style command-line tool as well as a Python library.

Executable Books 180 Jan 6, 2023
A markdown lexer and parser which gives the programmer atomic control over markdown parsing to html.

A markdown lexer and parser which gives the programmer atomic control over markdown parsing to html.

stonepresto 4 Aug 13, 2022
A fast yet powerful Python Markdown parser with renderers and plugins.

Mistune v2 A fast yet powerful Python Markdown parser with renderers and plugins. NOTE: This is the re-designed v2 of mistune. Check v1 branch for ear

Hsiaoming Yang 2.2k Jan 4, 2023
A Python implementation of John Gruber’s Markdown with Extension support.

Python-Markdown This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though

Python-Markdown 3.1k Dec 30, 2022
A Python implementation of John Gruber’s Markdown with Extension support.

Python-Markdown This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though

Python-Markdown 3.1k Dec 31, 2022
Static site generator that supports Markdown and reST syntax. Powered by Python.

Pelican Pelican is a static site generator, written in Python. Write content in reStructuredText or Markdown using your editor of choice Includes a si

Pelican dev team 11.3k Jan 5, 2023
Extensions for Python Markdown

PyMdown Extensions Extensions for Python Markdown. Documentation Extension documentation is found here: https://facelessuser.github.io/pymdown-extensi

Isaac Muse 685 Jan 1, 2023
markdown2: A fast and complete implementation of Markdown in Python

Markdown is a light text markup format and a processor to convert that to HTML. The originator describes it as follows: Markdown is a text-to-HTML con

Trent Mick 2.4k Dec 30, 2022
Convert HTML to Markdown-formatted text.

html2text html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to

Alireza Savand 1.3k Dec 31, 2022
Comprehensive Markdown plugin built for Django

Django MarkdownX Django MarkdownX is a comprehensive Markdown plugin built for Django, the renowned high-level Python web framework, with flexibility,

neutronX 740 Jan 8, 2023