source: general/sysutils/mc.xml@ dc94017e

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 dc94017e was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 5.0 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-size "3.6 MB">
10<!ENTITY mc-buildsize "31 MB">
11<!ENTITY mc-time "0.45 SBU">
12
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): <ulink url="&mc-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink url="&mc-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &mc-size;</para></listitem>
39<listitem><para>Estimated Disk space required: &mc-buildsize;</para></listitem><listitem><para>Estimated build time: &mc-time;</para></listitem></itemizedlist>
40</sect3>
41
42<sect3><title><application><acronym>MC</acronym></application> dependencies</title>
43<sect4><title>Required</title>
44<para><xref linkend="GLib"/> or <xref linkend="GLib2"/>
45</para></sect4>
46<sect4><title>Optional</title>
47<para>
48<xref linkend="gpm"/>,
49X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
50<xref linkend="samba3"/>,
51<xref linkend="slang"/>,
52<xref linkend="zip"/>,
53<xref linkend="unzip"/> and
54<xref linkend="gnome-libs"/>
55</para></sect4>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of
62<application><acronym>MC</acronym></application></title>
63
64<para>Install <application><acronym>MC</acronym></application> by
65running the following commands:</para>
66
67<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
68make &amp;&amp;
69make install</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Configuring <application><acronym>MC</acronym></application></title>
75
76<sect3><title>Config files</title>
77<para><filename>~/.mc/*</filename></para>
78</sect3>
79
80<sect3><title>Configuration Information</title>
81
82<para>The <filename class="directory">~/.mc</filename> directory and
83its contents are created when you start <command>mc</command> for the
84first time. Then you can edit the main <filename>~/.mc/ini</filename> configuration
85file manually or through the <application><acronym>MC</acronym></application> shell.
86Consult the mc(1) man page for details.</para>
87
88</sect3>
89
90</sect2>
91
92<sect2>
93<title>Contents</title>
94
95<para>The <application><acronym>MC</acronym></application> package
96contains <command>mc</command>, <command>mcedit</command>,
97<command>mcmfmt</command> and <command>mcview</command>.</para>
98
99</sect2>
100
101<sect2><title>Description</title>
102
103<sect3><title>mc</title>
104<para><command>mc</command> is a visual shell.</para></sect3>
105
106<sect3><title>mcedit</title>
107<para><command>mcedit</command> is an internal file
108editor.</para></sect3>
109
110<sect3><title>mcview</title>
111<para><command>mcview</command> is an internal file
112viewer.</para></sect3>
113
114</sect2>
115
116</sect1>
Note: See TracBrowser for help on using the repository browser.