source: general/sysutils/mc.xml@ 3cd5c69

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 3cd5c69 was 3cd5c69, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a caution note to the MC instructions about the UTF-8 related issues

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

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "18b20db6e40480a53bac2870c56fc3c4">
10 <!ENTITY mc-size "3.8 MB">
11 <!ENTITY mc-buildsize "29 MB">
12 <!ENTITY mc-time "0.4 SBU">
13]>
14
15<sect1 id="mc" xreflabel="MC-&mc-version;">
16 <?dbhtml filename="mc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">mc-&mc-version;.tar</keyword>
23 <keyword role="ftpdir">mc</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>MC-&mc-version;</title>
28
29 <indexterm zone="mc">
30 <primary sortas="a-MC">MC</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to MC</title>
35
36 <para><application>MC</application> (Midnight Commander) is a text-mode
37 full-screen file manager and visual shell. It provides a clear,
38 user-friendly, and somewhat protected interface to a Unix system while
39 making many frequent file operations more efficient and preserving the
40 full power of the command prompt.</para>
41
42 <caution>
43 <para>The <application>MC</application> package has some issues when
44 used in a UTF-8 based locale. For a full explanation of the issues, see
45 the <xref linkend="locale-mc"/> section of the
46 <xref linkend="locale-issues"/>.</para>
47 </caution>
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>Download (HTTP): <ulink url="&mc-download-http;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download (FTP): <ulink url="&mc-download-ftp;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download MD5 sum: &mc-md5sum;</para>
59 </listitem>
60 <listitem>
61 <para>Download size: &mc-size;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated disk space required: &mc-buildsize;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated build time: &mc-time;</para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">MC Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="GLib"/> or
75 <xref linkend="glib2"/></para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional"><xref linkend="gpm"/>,
79 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
80 <xref linkend="samba3"/>,
81 <xref linkend="slang"/>,
82 <xref linkend="zip"/>,
83 <xref linkend="unzip"/>, and
84 <xref linkend="gnome-libs"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of MC</title>
90
91 <para>Install <application>MC</application> by
92 running the following commands:</para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="configuration">
106 <title>Configuring MC</title>
107
108 <sect3 id="mc-config">
109 <title>Config Files</title>
110
111 <para><filename>~/.mc/*</filename></para>
112
113 <indexterm zone="mc mc-config">
114 <primary sortas="e-AA..mc/*">~/..mc/*</primary>
115 </indexterm>
116
117 </sect3>
118
119 <sect3>
120 <title>Configuration Information</title>
121
122 <para>The <filename class="directory">~/.mc</filename> directory and
123 its contents are created when you start <command>mc</command> for the
124 first time. Then you can edit the main <filename>~/.mc/ini</filename>
125 configuration file manually or through the <application>MC</application>
126 shell. Consult the mc(1) man page for details.</para>
127
128 </sect3>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>mc, mcedit, mcmfmt, and mcview</seg>
142 <seg>None</seg>
143 <seg>/usr/share/mc and /usr/lib/mc</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="mc-prog">
153 <term><command>mc</command></term>
154 <listitem>
155 <para>is a visual shell.</para>
156 <indexterm zone="mc mc-prog">
157 <primary sortas="b-mc">mc</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="mcedit">
163 <term><command>mcedit</command></term>
164 <listitem>
165 <para>is an internal file editor.</para>
166 <indexterm zone="mc mcedit">
167 <primary sortas="b-mcedit">mcedit</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="mcview">
173 <term><command>mcview</command></term>
174 <listitem>
175 <para>is an internal file viewer.</para>
176 <indexterm zone="mc mcview">
177 <primary sortas="b-mcview">mcview</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.