2015-03-20 00:12:12 +00:00
|
|
|
---
|
|
|
|
created: 2009-02-02 16:39:21 +0100
|
2022-01-23 17:14:59 +00:00
|
|
|
layout: redirect
|
|
|
|
layout_old: default
|
|
|
|
redirect_to: https://blog.mbirth.de/archives/2009/02/02/colourful-manpages.html
|
2015-03-20 00:12:12 +00:00
|
|
|
tags:
|
2022-01-23 17:14:59 +00:00
|
|
|
- know-how
|
|
|
|
- software
|
|
|
|
- linux
|
|
|
|
- software
|
|
|
|
- manpages
|
|
|
|
- colours
|
|
|
|
title: Colourful manpages
|
|
|
|
toc: false
|
|
|
|
updated: 2009-07-17 23:01:40 +0200
|
2015-03-20 00:12:12 +00:00
|
|
|
---
|
2022-01-23 17:14:59 +00:00
|
|
|
|
2015-03-20 00:12:12 +00:00
|
|
|
1. Install the `most` pageviewer: (or click here: [most](apt://most))
|
|
|
|
|
|
|
|
sudo aptitude install most
|
|
|
|
|
|
|
|
1. Reconfigure the system to use `most` instead of `less` for paging:
|
|
|
|
|
|
|
|
sudo update-alternatives --config pager
|
|
|
|
|
2022-01-23 17:14:59 +00:00
|
|
|
After that, manpages will appear more colourful.
|