source: general/sysutils/mc.xml@ 9f12e36

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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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