Skip to content

MD Viewer — Linux - deb v0.2.6

Choose a tag to compare

@nahid619 nahid619 released this 31 Aug 09:52

MD Viewer — Linux (Debian/Ubuntu), v0.2.6

First packaged release for Debian/Ubuntu (amd64).

This is the same MD Viewer project as the Windows release, built from the
0.2.6 codebase snapshot — it predates the Windows 0.3.0 layout and
performance fixes (see [CHANGELOG.md](CHANGELOG.md)), so those aren't in this
build yet. Windows and Linux are versioned independently for now; they'll
likely sync up in a future release.

Install

sudo apt install ./MD-Viewer_0.2.6_amd64.deb

Using apt install ./file.deb (not dpkg -i) lets apt resolve dependencies
automatically. If you already tried dpkg -i and hit a dependency error, run
sudo apt --fix-broken install afterward.

What's included

  • Installs to /usr/bin/md-viewer
  • Desktop entry + hicolor icons (32×32, 128×128, 256×256) — shows up in your
    app menu as MD Viewer
  • Registers text/markdown / text/x-markdown so .md/.markdown files can
    be opened with it from your file manager
  • Depends on libwebkit2gtk-4.1-0 and libgtk-3-0 (apt installs these
    automatically if missing)

Known limitations

  • Built from an earlier snapshot than the current Windows release — see the
    "Linux 0.2.6" note in CHANGELOG.md for what that means in practice
  • Tested on Debian/Ubuntu amd64 only; other distros will need to build from
    source (see README.md)

Checksum

sha256: 72e31029706fc9c2882e3730c095dc17ddfd0a0fc93f102aeb3fb68fe38c59fb

Full Changelog: see [CHANGELOG.md](CHANGELOG.md)