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 | | |