Changes between Version 2 and Version 3 of Binaries
- Timestamp:
- 09/21/11 10:52:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Binaries
v2 v3 5 5 == Debian and Ubuntu == 6 6 7 8 Binary packages for Debian Lenny\Squeeze, Ubuntu Maverick\Natty (both i386 and amd64): 9 10 '''Release''' 11 {{{ 12 deb http://www.tataranovich.com/debian lenny main 13 deb http://www.tataranovich.com/debian squeeze main 14 deb http://www.tataranovich.com/debian maverick main 15 deb http://www.tataranovich.com/debian natty main 16 }}} 17 18 '''Nightly''' 19 {{{ 20 deb http://www.tataranovich.com/debian lenny nightly 21 deb http://www.tataranovich.com/debian squeeze nightly 22 deb http://www.tataranovich.com/debian maverick nightly 23 deb http://www.tataranovich.com/debian natty nightly 24 }}} 25 Also available source packages (add deb-src) 26 27 Repository signed with key: 2EE7EF82 28 29 {{{#!comment 7 30 === Debian === 8 31 … … 19 42 To use the packages provided by the PPA, install the signing key first: 20 43 21 { {{44 { {{ 22 45 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F82FBD49 23 }} }46 }} } 24 47 25 48 Then add the corresponding lines to your '''/etc/apt/sources.list''', replacing '''YOUR_DISTRO''' with the corresponding release name (hardy, intrepid, etc.): 26 49 27 { {{50 { {{ 28 51 deb http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main 29 52 deb-src http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main 30 }} }53 }} } 31 54 32 55 and perform a system upgrade: 33 56 34 { {{57 { {{ 35 58 sudo apt-get update 36 59 sudo apt-get upgrade 37 }} }60 }} } 38 61 39 62 In case you need support with the package, please use mc-devel mailing list. 63 }}} 64 == Redhat-based distros == 40 65 41 == Redhat-based distros == 66 '''Warning!!! The RPM build host was destroyed and therefore is temporarily nonoperational. Please wait until it will be restored at a new location.''' 67 68 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. 42 69 43 70 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.