How To Install Rdiscount On Debian, Ubuntu, Alpine, Arch, Kali, Fedora And Raspbian?
Install rdiscount
-
Debian
apt-get install ruby-rdiscount
Click to copy -
Ubuntu
apt-get install ruby-rdiscount
Click to copy -
Alpine OS
apk add ruby-rdiscount
Click to copy -
Arch Linux
pacman -S ruby-rdiscount
Click to copy -
Kali Linux
apt-get install ruby-rdiscount
Click to copy -
Fedora
dnf install ruby-rdiscount
Click to copy -
Raspbian
apt-get install ruby-rdiscount
Click to copy
ruby-rdiscount
Discount Markdown Processor for RubyDiscount is an implementation of John Gruber's Markdown markup language in C. It implements all of the language described in the markdown syntax document and passes the Markdown 1.0 test suite. RDiscount is a Ruby extension library for Discount. It can be used as a stand-alone program or within another Ruby program.
rubygem-rdiscount
to HTML
Installation of latest rdiscount command is available for Debian, Ubuntu, Alpine, Arch, Kali, Fedora and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2023 latest package from the repository and install it in your computer/server.