source: general/sysutils/mc.xml@ 07b157f4

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 07b157f4 was 52d29f7, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Updates to Part III from DJ

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

  • Property mode set to 100644
File size: 4.9 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
15<sect1 id="mc" xreflabel="MC-&mc-version;">
16<?dbhtml filename="mc.html"?>
17<title><acronym>MC</acronym>-&mc-version;</title>
18
19<sect2>
20<title>Introduction to
21<application><acronym>MC</acronym></application></title>
22
23<para><application><acronym>MC</acronym></application>
24(Midnight Commander) is a text-mode full-screen file manager and visual
25shell. It provides a clear, user-friendly, and somewhat protected
26interface to a Unix system while making many frequent file operations
27more efficient and preserving the full power of the command
28prompt.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink url="&mc-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink url="&mc-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &mc-size;</para></listitem>
35<listitem><para>Estimated Disk space required: &mc-buildsize;</para></listitem><listitem><para>Estimated build time: &mc-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title><application><acronym>MC</acronym></application> dependencies</title>
39<sect4><title>Required</title>
40<para><xref linkend="GLib"/> or <xref linkend="GLib2"/>
41</para></sect4>
42<sect4><title>Optional</title>
43<para>
44<xref linkend="gpm"/>,
45X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
46<xref linkend="samba3"/>,
47<xref linkend="slang"/>,
48<xref linkend="zip"/>,
49<xref linkend="unzip"/> and
50<xref linkend="gnome-libs"/>
51</para></sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of
58<application><acronym>MC</acronym></application></title>
59
60<para>Install <application><acronym>MC</acronym></application> by
61running the following commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
69<sect2>
70<title>Configuring <application><acronym>MC</acronym></application></title>
71
72<sect3><title>Config files</title>
73<para><filename>~/.mc/*</filename></para>
74</sect3>
75
76<sect3><title>Configuration Information</title>
77
78<para>The <filename class="directory">~/.mc</filename> directory and
79its contents are created when you start <command>mc</command> for the
80first time. Then you can edit the main <filename>~/.mc/ini</filename> configuration
81file manually or through the <application><acronym>MC</acronym></application> shell.
82Consult the mc(1) man page for details.</para>
83
84</sect3>
85
86</sect2>
87
88<sect2>
89<title>Contents</title>
90
91<para>The <application><acronym>MC</acronym></application> package
92contains <command>mc</command>, <command>mcedit</command>,
93<command>mcmfmt</command> and <command>mcview</command>.</para>
94
95</sect2>
96
97<sect2><title>Description</title>
98
99<sect3><title>mc</title>
100<para><command>mc</command> is a visual shell.</para></sect3>
101
102<sect3><title>mcedit</title>
103<para><command>mcedit</command> is an internal file
104editor.</para></sect3>
105
106<sect3><title>mcview</title>
107<para><command>mcview</command> is an internal file
108viewer.</para></sect3>
109
110</sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.