source: general/sysutils/mc.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[7f76b96]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
[52d29f7]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">
[a31d341d]9<!ENTITY mc-md5sum "70804dc9e2049e24f294ff7090a82a12">
[52d29f7]10<!ENTITY mc-size "3.6 MB">
11<!ENTITY mc-buildsize "31 MB">
12<!ENTITY mc-time "0.45 SBU">
13]>
14
[2082ebf6]15<sect1 id="mc" xreflabel="MC-&mc-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="mc.html"?>
[2082ebf6]21<title><acronym>MC</acronym>-&mc-version;</title>
22
[52d29f7]23<sect2>
24<title>Introduction to
25<application><acronym>MC</acronym></application></title>
[def11b7]26
[52d29f7]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>
[def11b7]33
[52d29f7]34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
[def11b7]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>
[a31d341d]40<listitem><para>Download MD5 sum: &mc-md5sum;</para></listitem>
[52d29f7]41<listitem><para>Download size: &mc-size;</para></listitem>
[def11b7]42<listitem><para>Estimated disk space required:
43&mc-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&mc-time;</para></listitem></itemizedlist>
[52d29f7]46</sect3>
[def11b7]47
[a31d341d]48<sect3><title><application><acronym>MC</acronym></application>
49dependencies</title>
[52d29f7]50<sect4><title>Required</title>
[7c461b3]51<para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
[def11b7]52</sect4>
53
[52d29f7]54<sect4><title>Optional</title>
[5db3785e]55<para><xref linkend="gpm"/>,
[52d29f7]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
[def11b7]61<xref linkend="gnome-libs"/></para>
62</sect4>
[52d29f7]63</sect3>
[def11b7]64
[52d29f7]65</sect2>
66
67<sect2>
68<title>Installation of
69<application><acronym>MC</acronym></application></title>
[def11b7]70
[52d29f7]71<para>Install <application><acronym>MC</acronym></application> by
72running the following commands:</para>
[def11b7]73
[52d29f7]74<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
75make &amp;&amp;
76make install</command></userinput></screen>
[def11b7]77
[52d29f7]78</sect2>
79
80<sect2>
81<title>Configuring <application><acronym>MC</acronym></application></title>
[def11b7]82
[52d29f7]83<sect3><title>Config files</title>
84<para><filename>~/.mc/*</filename></para>
85</sect3>
[def11b7]86
[52d29f7]87<sect3><title>Configuration Information</title>
[def11b7]88
[52d29f7]89<para>The <filename class="directory">~/.mc</filename> directory and
90its contents are created when you start <command>mc</command> for the
[def11b7]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.
[52d29f7]94Consult the mc(1) man page for details.</para>
[def11b7]95
[52d29f7]96</sect3>
[def11b7]97
[52d29f7]98</sect2>
99
100<sect2>
101<title>Contents</title>
[def11b7]102
[52d29f7]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>
[def11b7]106
[52d29f7]107</sect2>
[def11b7]108
[52d29f7]109<sect2><title>Description</title>
[def11b7]110
[52d29f7]111<sect3><title>mc</title>
112<para><command>mc</command> is a visual shell.</para></sect3>
[def11b7]113
[52d29f7]114<sect3><title>mcedit</title>
115<para><command>mcedit</command> is an internal file
116editor.</para></sect3>
[def11b7]117
[52d29f7]118<sect3><title>mcview</title>
119<para><command>mcview</command> is an internal file
120viewer.</para></sect3>
[def11b7]121
[52d29f7]122</sect2>
[2082ebf6]123
124</sect1>
Note: See TracBrowser for help on using the repository browser.