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

Last updated: May 07,2024

1. Install "ikiwiki" package

Please follow the guidance below to install ikiwiki on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ikiwiki

2. Uninstall "ikiwiki" package

Learn how to uninstall ikiwiki on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ikiwiki $ sudo apt autoclean && sudo apt autoremove

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

Package: ikiwiki
Priority: optional
Section: universe/web
Installed-Size: 7414
Maintainer: Ubuntu Developers
Original-Maintainer: Simon McVittie
Architecture: all
Version: 3.20160121
Replaces: ikiwiki-plugin-table
Provides: ikiwiki-plugin-table
Depends: libhtml-parser-perl, libhtml-scrubber-perl, libhtml-template-perl, libjson-perl, libtext-markdown-discount-perl, liburi-perl (>= 1.36), libyaml-libyaml-perl, perl
Recommends: gcc | c-compiler, git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs, libauthen-passphrase-perl, libc6-dev | libc-dev, libcgi-formbuilder-perl (>= 3.05), libcgi-pm-perl, libcgi-session-perl (>= 4.14-1), libcrypt-ssleay-perl, libgravatar-url-perl, liblwpx-paranoidagent-perl, libmail-sendmail-perl, libnet-openid-consumer-perl, librpc-xml-perl, libterm-readline-gnu-perl, libtimedate-perl, libxml-simple-perl
Suggests: dvipng, file, gettext, ghostscript, graphviz, libfile-mimeinfo-perl, libhighlight-perl, libhtml-tree-perl, libimage-magick-perl | perlmagick, liblocale-gettext-perl (>= 1.05-1), libmagickcore-extra, libmailtools-perl, libnet-amazon-s3-perl, libnet-inet6glue-perl, libsearch-xapian-perl, libsort-naturally-perl, libsparkline-php, libtext-csv-perl, libtext-multimarkdown-perl, libtext-textile-perl, libtext-typography-perl, libtext-wikicreole-perl, libtext-wikiformat-perl, libxml-feed-perl, libxml-writer-perl, po4a (>= 0.35-1), polygen, python, python-docutils, texlive, tidy, viewvc | gitweb | viewcvs, xapian-omega (>= 1.0.5)
Conflicts: ikiwiki-plugin-table
Filename: pool/universe/i/ikiwiki/ikiwiki_3.20160121_all.deb
Size: 1610780
MD5sum: b67406b27e42da502595d307af5f373e
SHA1: 478eb46d8f0c0a894518badf33e6b92a699422ae
SHA256: 7c16485a97a268655474ae3e3c6c7f9575603ea827a1ee6a0f7456ecf36ae1b7
Description-en: wiki compiler
Ikiwiki converts a directory full of wiki pages into HTML pages suitable
for publishing on a website. Unlike many wikis, ikiwiki does not have its
own ad-hoc means of storing page history, and instead uses a revision
control system such as Subversion or Git.
.
Ikiwiki implements all of the other standard features of a wiki, including
web-based page editing, user registration and logins, a RecentChanges
page, BackLinks, search, Discussion pages, tags, smart merging and conflict
resolution, and page locking.
.
Ikiwiki also supports generating news feeds (RSS and Atom) and blogging.
Ikiwiki provides a plugin system which allows many other features to be
added. Some of the plugins have additional dependencies, found among the
Recommends and Suggests of this package.
Description-md5: 0cf5166fc2f9cf80c74ea6c0497b7353
Homepage: http://ikiwiki.info/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu