How to Install and Uninstall rest2web Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "rest2web" package

This is a short guide on how to install rest2web on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install rest2web

2. Uninstall "rest2web" package

Please follow the guidelines below to uninstall rest2web on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove rest2web $ sudo apt autoclean && sudo apt autoremove

3. Information about the rest2web package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: rest2web
Priority: extra
Section: universe/web
Installed-Size: 526
Maintainer: Ubuntu Developers
Original-Maintainer: Gustavo Andrés Angulo Morales
Architecture: all
Version: 0.5.2~alpha+svn-r248-2.2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-docutils
Suggests: rest2web-doc (= 0.5.2~alpha+svn-r248-2.2)
Filename: pool/universe/r/rest2web/rest2web_0.5.2~alpha+svn-r248-2.2_all.deb
Size: 106166
MD5sum: c232b67e7326f40a6663e5ebdd893de5
SHA1: 72cd5aacf152a16559d912ca6599d56671f09dd7
SHA256: 536c0a71c316bd190c7cc458a9398a2d9782fa7d55acd6049ed8cb5dae5ba7d9
Description-en: web site builder using ReStructured Text as basic content format
rest2web is a simple tool that lets you build your website from a single
template (or as many as you want), and keep the contents in ReStructured Text
(docutils; you can still keep pages in HTML if needed). The prefix "rest"
does not in any way allude to the concept of "representational state
transfer."
.
The tool provides a host of features, for example:
.
* Automatically builds index pages and navigation links (sidebars and
breadcrumbs).
* Aids with the translation of the site to other languages.
* Embedded code in templates for unlimited expressiveness.
* Flexible macro system.
* Uses relative links, so sites can be viewed from the filesystem.
* Uses unicode internally.
* Built-in gallery creator plugin.
.
Adding new pages is as easy as dropping a text file into the right folder;
rest2web builds the new page and adds a link to it in the index (optionally
with a description as well). Removing a page is just as easy: delete the
file, and when you run rest2web again it removes the entry.
Description-md5: 9bbb9dfa166276d4a56fe28649c595e9
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu