= Midnight Commander Binaries = While normally binaries are provided by distributions who choose to ship mc along with their packages, we do provide binaries for several most popular distributions, mostly for reference and testing purposes. However, please be warned, that we '''do not offer any support''' for these. If you encounter any problems, you are generally going to be asked to rebuild the sources from current git master and check whether the problem is already fixed or not. Another rule of thumb is to always use search before opening new tickets. == Debian and Ubuntu == Binary packages for Debian Lenny\Squeeze, Ubuntu Maverick\Natty (both i386 and amd64): '''Release''' {{{ deb http://www.tataranovich.com/debian lenny main deb http://www.tataranovich.com/debian squeeze main deb http://www.tataranovich.com/debian maverick main deb http://www.tataranovich.com/debian natty main }}} '''Nightly''' {{{ deb http://www.tataranovich.com/debian lenny nightly deb http://www.tataranovich.com/debian squeeze nightly deb http://www.tataranovich.com/debian maverick nightly deb http://www.tataranovich.com/debian natty nightly }}} Also available source packages (add deb-src) Repository signed with key: 2EE7EF82 {{{#!comment === Debian === You can track the package development [http://packages.qa.debian.org/m/mc.html here]. === Ubuntu === We host a PPA, containing latest rebuild of the official Debian package for all currently supported Ubuntu series: https://launchpad.net/~zaytsev/+archive/ppa This PPA also contains pre-patched '''vte''' package to fix the cursor bug in vte-based terminal emulators. To use the packages provided by the PPA, install the signing key first: { {{ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F82FBD49 }} } Then add the corresponding lines to your '''/etc/apt/sources.list''', replacing '''YOUR_DISTRO''' with the corresponding release name (hardy, intrepid, etc.): { {{ deb http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main deb-src http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main }} } and perform a system upgrade: { {{ sudo apt-get update sudo apt-get upgrade }} } In case you need support with the package, please use mc-devel mailing list. }}} == Redhat-based distros == '''Warning!!! The RPM build host was destroyed and therefore is temporarily nonoperational. Please wait until it will be restored at a new location.''' The binaries are normally provided by the distributions, who choose to ship mc along with their packages. We have, however, set up a machine which builds nightly RPM packages from the snapshot of the master Git branch at around 4:30 (GMT+3) for a number of platforms and architectures (EL4, EL5, FC10, FC11, FC12, both x86 and x86_64). Please check out the NightlyBuilds for details. The very same machine that is currently being used as a buildhost for nightly builds also provides release builds for all currently supported Redhat distributions. Be warned, however, that these builds possible do not offer the same stability that is expected from distro builds, so please encourage the acceptance of the new versions of mc in the distribution in the first place. The installation is identical to the process, described on the NightlyBuilds page with the notable exception, that you will have to use '''mc-releases-el.repo''' and '''mc-releases-fc.repo''' respectively instead. == Other distributions == We are not aware of any other builds at the moment.