source: general/sysutils/mc.xml@ a31d341d

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

Added md5sums to Chapter 11 packages

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

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