Changes between Version 34 and Version 35 of Binaries


Ignore:
Timestamp:
05/21/17 17:58:31 (7 years ago)
Author:
zaytsev
Comment:

Remove comments

Legend:

Unmodified
Added
Removed
Modified
  • Binaries

    v34 v35  
    8787or by installing '''tataranovich-keyring''' package. 
    8888 
    89 {{{#!comment 
    90 === Debian === 
    91  
    9289You can track the package development [http://packages.qa.debian.org/m/mc.html here]. 
    93  
    94 === Ubuntu === 
    95  
    96 We host a PPA, containing latest rebuild of the official Debian package for all currently supported Ubuntu series: 
    97  
    98 https://launchpad.net/~zaytsev/+archive/ppa 
    99  
    100 This PPA also contains pre-patched '''vte''' package to fix the cursor bug in vte-based terminal emulators. 
    101  
    102 To use the packages provided by the PPA, install the signing key first: 
    103  
    104 { {{ 
    105 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F82FBD49 
    106 }} } 
    107  
    108 Then add the corresponding lines to your '''/etc/apt/sources.list''', replacing '''YOUR_DISTRO''' with the corresponding release name (hardy, intrepid, etc.): 
    109  
    110 { {{ 
    111 deb http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main  
    112 deb-src http://ppa.launchpad.net/zaytsev/ppa/ubuntu YOUR_DISTRO main  
    113 }} } 
    114  
    115 and perform a system upgrade: 
    116  
    117 { {{ 
    118 sudo apt-get update 
    119 sudo apt-get upgrade 
    120 }} } 
    121  
    122 In case you need support with the package, please use mc-devel mailing list. 
    123 }}} 
    124  
    12590 
    12691== Redhat-based distros ==