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

Last updated: May 12,2024

1. Install "sputnik" package

Please follow the steps below to install sputnik on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sputnik

2. Uninstall "sputnik" package

This is a short guide on how to uninstall sputnik on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sputnik $ sudo apt autoclean && sudo apt autoremove

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

Package: sputnik
Priority: optional
Section: universe/web
Installed-Size: 1044
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: all
Version: 12.06.27-2
Depends: lua5.1-coxpcall, lua5.1-wsapi, lua5.1-markdown, lua5.1-cosmo, lua5.1-filesystem, lua5.1-md5, lua5.1-socket, lua5.1
Recommends: lua5.1-posix, lua5.1-iconv
Suggests: git, lua5.1-sql-sqlite3, lua5.1-sql-mysql, lua5.1-logging, lua5.1-zlib, xavante
Filename: pool/universe/s/sputnik/sputnik_12.06.27-2_all.deb
Size: 352026
MD5sum: 24f7924e697f998a39cd6a139578739a
SHA1: 1f0a90a8b54c1fc15090b9ef869ca0da12f6e0a6
SHA256: 6ead49721ca6e94ca04a7bf16a9eada37bbddfb3ed569c2a30efbd3ffd01f684
Description-en: Extensible wiki
Sputnik is a wiki written in Lua. It is also a platform for building a range
of wiki-like applications, drawing on Lua's strengths as an extension
language.
.
Out of the box Sputnik behaves like a wiki with all the standard wiki
features: editable pages, protection against spam bots, history view of pages,
diff, preview, per-page-RSS feed for site changes.
.
At the same time, Sputnik is designed to be used as a platform for a wide
range of "social software" applications. Sputnik stores its data as versioned
"pages" that can be editable through the web, and it allows those pages to
store any data that can be saved as text (prose, comma-separated values, lists
of named parameters, Lua tables, mbox-formatted messages, XML, etc.) While by
default the page is displayed as if it carried Markdown-formatted text, the
way the page is viewed (or edited, or saved, etc.) can be overridden on a
per-page basis by over-riding or adding "actions".
.
The packages provide a wide range of storage modules that may require
one of the suggested packages: git, lua5.1-sql-sqlite3, lua5.1-sql-mysql.
.
The easiest form of deployment is by using the Xavante web server.
Description-md5: 120d44b1cb5842552a8057865c8d6a16
Homepage: http://spu.tnik.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu