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

Last updated: September 21,2024

1. Install "nanoc" package

This guide covers the steps necessary to install nanoc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nanoc

2. Uninstall "nanoc" package

Please follow the instructions below to uninstall nanoc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nanoc $ sudo apt autoclean && sudo apt autoremove

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

Package: nanoc
Priority: optional
Section: universe/ruby
Installed-Size: 528
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 4.1.4-1
Depends: ruby | ruby-interpreter, ruby-cri (>= 2.2~), ruby-listen
Recommends: asciidoc, ruby-bluecloth, ruby-builder, ruby-coffee-script, ruby-compass, ruby-erubis, ruby-haml, ruby-kramdown, ruby-maruku, ruby-mime-types, ruby-mustache, ruby-nokogiri, ruby-rdiscount, ruby-redcloth, ruby-rouge, ruby-rubypants, ruby-sass (>= 3.2.2~), ruby-slim, ruby-uglifier
Suggests: coderay | ruby-pygments.rb | python-pygments | highlight, ruby-fog (>= 0.13.0~), ruby-rack, rsync
Filename: pool/universe/n/nanoc/nanoc_4.1.4-1_all.deb
Size: 92848
MD5sum: 7866a546bd6f22cf42fa4a366793f013
SHA1: d2ca51bd0aa5f7c8a64f984eebbddc6c02839a41
SHA256: 8bec6ff817155f7abf923afdd79d3c8a3a8c885ffc2cf9b2d400e109d4bea9dc
Description-en: static site generator written in Ruby
nanoc is a static site generator, fit for building anything from a small
personal blog to a large corporate web site. It can transform content
from one format (e.g. Haml or Markdown) into another (usually HTML) and
lay out pages so that the site's look and feel is consistent across all
pages.
.
Extending nanoc is easy because of its modular architecture. It comes
with only a couple of extensions, but allows new functionality to be
plugged in quickly and easily.
.
The target audience of nanoc is Rubyists with some level of Ruby
experience.
Description-md5: 8cbdc046c45f20d35d8ccdfb1412d254
Homepage: http://nanoc.ws
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu