= 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 ans source packages for: '''Debian Squeeze''', '''Debian Wheezy''', '''Debian Sid''', '''Ubuntu Lucid''', '''Ubuntu Maverick''', '''Ubuntu Natty''', '''Ubuntu Oneiric''' (both i386 and amd64): '''Release''' {{{ deb http://www.tataranovich.com/debian lenny main deb-src http://www.tataranovich.com/debian lenny main deb http://www.tataranovich.com/debian squeeze main backports deb-src http://www.tataranovich.com/debian squeeze main backports deb http://www.tataranovich.com/debian wheezy main deb-src http://www.tataranovich.com/debian wheezy main deb http://www.tataranovich.com/debian sid main deb-src http://www.tataranovich.com/debian sid main deb http://www.tataranovich.com/debian lucid main deb-src http://www.tataranovich.com/debian lucid main deb http://www.tataranovich.com/debian maverick main deb-src http://www.tataranovich.com/debian maverick main deb http://www.tataranovich.com/debian natty main deb-src http://www.tataranovich.com/debian natty main deb http://www.tataranovich.com/debian oneiric main deb-src http://www.tataranovich.com/debian oneiric 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 }}} Repository signed with key PGP key ID: '''2EE7EF82''' PGP fingerprint: '''ACBE C1C1 FC07 5E80 359A 7CC2 FE27 2604 2EE7 EF82''' {{{#!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. == Mac OS == http://louise.hu/poet/?tag=mc == Other distributions == We are not aware of any other builds at the moment.