source: general/sysutils/mc.xml@ e94280ea

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e94280ea was e94280ea, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package updates.
Update to upower-UPOWER_0_99_13.
Update to stunnel-5.60.
Update to mc-4.8.27.

  • Property mode set to 100644
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY mc-download-http "http://ftp.midnight-commander.org/mc-&mc-version;.tar.xz">
8 <!ENTITY mc-download-ftp "ftp://ftp.osuosl.org/pub/midnightcommander/mc-&mc-version;.tar.xz">
9 <!ENTITY mc-md5sum "e51cd40a897d9aa01af251d191637ca4">
10 <!ENTITY mc-size "2.4 MB">
11 <!ENTITY mc-buildsize "68 MB (add 85 MB for tests)">
12 <!ENTITY mc-time "0.3 SBU (using parallelism=4; add 0.2 SBU for tests)">
13]>
14
15<sect1 id="mc" xreflabel="MC-&mc-version;">
16 <?dbhtml filename="mc.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>MC-&mc-version;</title>
23
24 <indexterm zone="mc">
25 <primary sortas="a-MC">MC</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to MC</title>
30
31 <para>
32 <application>MC</application> (Midnight Commander) is a text-mode
33 full-screen file manager and visual shell. It provides a clear,
34 user-friendly, and somewhat protected interface to a Unix system while
35 making many frequent file operations more efficient and preserving the
36 full power of the command prompt.
37 </para>
38
39 &lfs110_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&mc-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&mc-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &mc-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &mc-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &mc-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &mc-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">MC Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="glib2"/> and
80 <xref linkend="pcre"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="slang"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="doxygen"/>,
91 <xref linkend="gpm"/>,
92 <xref linkend="libssh2"/>,
93 <xref linkend="ruby"/>,
94 <xref linkend="samba"/>,
95 <xref linkend="unzip"/>,
96 <xref linkend="x-window-system"/>, and
97 <xref linkend="zip"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/MC"/></para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of MC</title>
107
108 <para>
109 Install <application>MC</application> by
110 running the following commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr \
114 --sysconfdir=/etc \
115 --enable-charset &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>--sysconfdir=/etc</parameter>: This switch places the
135 global configureation directory in <filename
136 class="directory">/etc</filename>.
137 </para>
138
139 <para>
140 <parameter>--enable-charset</parameter>: This switch adds support
141 to <command>mcedit</command> for editing files in encodings different
142 from the one implied by the current locale.
143 </para>
144
145 </sect2>
146
147 <sect2 role="configuration">
148 <title>Configuring MC</title>
149
150 <sect3 id="mc-config">
151 <title>Config Files</title>
152
153 <para>
154 <filename>~/.config/mc/*</filename>
155 </para>
156
157 <indexterm zone="mc mc-config">
158 <primary sortas="e-AA.config/.mc/*">~/.config/.mc/*</primary>
159 </indexterm>
160
161 </sect3>
162
163 <sect3>
164 <title>Configuration Information</title>
165
166 <para>
167 The <filename class="directory">~/.config/mc</filename> directory and
168 its contents are created when you start <command>mc</command> for the
169 first time. Then you can edit the main <filename>~/.config/mc/ini
170 </filename> configuration file manually or through the <application>
171 MC</application> shell. Consult the mc(1) man page for details.
172 </para>
173
174 </sect3>
175
176 </sect2>
177
178 <sect2 role="content">
179 <title>Contents</title>
180
181 <segmentedlist>
182 <segtitle>Installed Programs</segtitle>
183 <segtitle>Installed Libraries</segtitle>
184 <segtitle>Installed Directories</segtitle>
185
186 <seglistitem>
187 <seg>mc and the symlinks mcdiff, mcedit and mcview</seg>
188 <seg>None</seg>
189 <seg>/etc/mc and /usr/{libexec,share}/mc</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="conssaver">
199 <term><command>cons.saver</command></term>
200 <listitem>
201 <para>
202 is used internally by <command>mc</command> for saving and
203 restoring the text behind the panels on Linux text console
204 </para>
205 <indexterm zone="mc conssaver">
206 <primary sortas="b-conssaver">cons.saver</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="mc-prog">
212 <term><command>mc</command></term>
213 <listitem>
214 <para>
215 is a visual shell
216 </para>
217 <indexterm zone="mc mc-prog">
218 <primary sortas="b-mc">mc</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="mcdiff">
224 <term><command>mcdiff</command></term>
225 <listitem>
226 <para>
227 is an internal visual diff tool
228 </para>
229 <indexterm zone="mc mcdiff">
230 <primary sortas="b-mcdiff">mcdiff</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="mcedit">
236 <term><command>mcedit</command></term>
237 <listitem>
238 <para>
239 is an internal file editor
240 </para>
241 <indexterm zone="mc mcedit">
242 <primary sortas="b-mcedit">mcedit</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="mcview">
248 <term><command>mcview</command></term>
249 <listitem>
250 <para>
251 is an internal file viewer
252 </para>
253 <indexterm zone="mc mcview">
254 <primary sortas="b-mcview">mcview</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.