source: general/sysutils/mc.xml@ 5db3785e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5db3785e was 5db3785e, checked in by Randy McMurchy <randy@…>, 19 years ago

Round 2 of renaming package-name entities

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3336 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY mc-download-http "http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/mc-&mc-version;.tar.gz">
8<!ENTITY mc-download-ftp "ftp://ftp.uni-koeln.de/util/shell/mc-&mc-version;.tar.gz">
9<!ENTITY mc-size "3.6 MB">
10<!ENTITY mc-buildsize "31 MB">
11<!ENTITY mc-time "0.45 SBU">
12]>
13
14<sect1 id="mc" xreflabel="MC-&mc-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="mc.html"?>
20<title><acronym>MC</acronym>-&mc-version;</title>
21
22<sect2>
23<title>Introduction to
24<application><acronym>MC</acronym></application></title>
25
26<para><application><acronym>MC</acronym></application>
27(Midnight Commander) is a text-mode full-screen file manager and visual
28shell. It provides a clear, user-friendly, and somewhat protected
29interface to a Unix system while making many frequent file operations
30more efficient and preserving the full power of the command
31prompt.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP):
36<ulink url="&mc-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&mc-download-ftp;"/></para></listitem>
39<listitem><para>Download size: &mc-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&mc-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&mc-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title><application><acronym>MC</acronym></application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
49</sect4>
50
51<sect4><title>Optional</title>
52<para><xref linkend="gpm"/>,
53X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
54<xref linkend="samba3"/>,
55<xref linkend="slang"/>,
56<xref linkend="zip"/>,
57<xref linkend="unzip"/> and
58<xref linkend="gnome-libs"/></para>
59</sect4>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of
66<application><acronym>MC</acronym></application></title>
67
68<para>Install <application><acronym>MC</acronym></application> by
69running the following commands:</para>
70
71<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
72make &amp;&amp;
73make install</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Configuring <application><acronym>MC</acronym></application></title>
79
80<sect3><title>Config files</title>
81<para><filename>~/.mc/*</filename></para>
82</sect3>
83
84<sect3><title>Configuration Information</title>
85
86<para>The <filename class="directory">~/.mc</filename> directory and
87its contents are created when you start <command>mc</command> for the
88first time. Then you can edit the main <filename>~/.mc/ini</filename>
89configuration file manually or through the
90<application><acronym>MC</acronym></application> shell.
91Consult the mc(1) man page for details.</para>
92
93</sect3>
94
95</sect2>
96
97<sect2>
98<title>Contents</title>
99
100<para>The <application><acronym>MC</acronym></application> package
101contains <command>mc</command>, <command>mcedit</command>,
102<command>mcmfmt</command> and <command>mcview</command>.</para>
103
104</sect2>
105
106<sect2><title>Description</title>
107
108<sect3><title>mc</title>
109<para><command>mc</command> is a visual shell.</para></sect3>
110
111<sect3><title>mcedit</title>
112<para><command>mcedit</command> is an internal file
113editor.</para></sect3>
114
115<sect3><title>mcview</title>
116<para><command>mcview</command> is an internal file
117viewer.</para></sect3>
118
119</sect2>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.