How to Install and Uninstall sputnik Package on Kali Linux

Last updated: May 05,2024

1. Install "sputnik" package

This tutorial shows how to install sputnik on Kali Linux

$ sudo apt update $ sudo apt install sputnik

2. Uninstall "sputnik" package

In this section, we are going to explain the necessary steps to uninstall sputnik on Kali Linux:

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

3. Information about the sputnik package on Kali Linux

Package: sputnik
Version: 12.06.27-2.1
Installed-Size: 1006
Maintainer: Enrico Tassi
Architecture: all
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
Size: 310680
SHA256: f7dc3a013d37316a0726e73c4647d283e89d4f1fcaef3abe4e8483d9fc10f4db
SHA1: c5203d1598e1ce5e4ae9ad9b8260c2854235c4fa
MD5sum: bac998a5e2417cfea6cec0b6e4bb12f1
Description: 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/
Tag: implemented-in::lua, role::program, web::wiki
Section: web
Priority: optional
Filename: pool/main/s/sputnik/sputnik_12.06.27-2.1_all.deb