How to Install and Uninstall python-landslide Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-landslide" package

Here is a brief guide to show you how to install python-landslide on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-landslide

2. Uninstall "python-landslide" package

Please follow the guidance below to uninstall python-landslide on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-landslide $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-landslide package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-landslide
Priority: optional
Section: universe/python
Installed-Size: 248
Maintainer: Ubuntu Developers
Original-Maintainer: Damien Raude-Morvan
Architecture: all
Source: landslide
Version: 1.0.1-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-jinja2, python-markdown, python-pygments, python-docutils, python-pkg-resources
Filename: pool/universe/l/landslide/python-landslide_1.0.1-1_all.deb
Size: 28326
MD5sum: 0468f9149252f4d157b002c12761a21a
SHA1: f591e99af52b6d435080fab493bebc3527c28417
SHA256: d6d635266d8575915de32d87945678372d3b7d56ee3aec604b8e2942768c431b
Description-en: Lightweight markup language-based html5 slideshow generator
Landside is a tool which can generates an HTML5 slideshow using lightweight
markup as input.
.
You can write your slide contents easily using two syntaxes:
* Markdown
* ReStructuredText
.
This tool support CSS/JS theming, PDF export (using PrinceXML Python library),
embed images with Base64 (for stand-alone document) and fancy transitions.
.
Sample presentation is visible here : .
Description-md5: 07082c125de652a9872460ec423f67c4
Homepage: https://github.com/adamzap/landslide
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu