Tag Archives: centos

Cassandra installation

Latest version Download the latest Apache Cassandra 3.11 release: 3.11.4 (pgp, sha256 and sha512), released on 2019-02-11. Older supported releases The following older Cassandra releases are still supported: Apache Cassandra... Read More | Share it now!

python升级导致yum命令无法使用的解决办法(修改版)

1、报错信息: There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is... Read More | Share it now!

CentOs 6.x 升级 Python 版本

在CentOS 6.X 上面安装 Python 2.7.X CentOS 6.X 自带的python版本是 2.6 , 由于工作需要,很多时候需要2.7版本。所以需要进行版本升级。由于一些系统工具和服务是对 Python 有依赖的,所以升级 Python... Read More | Share it now!

Install MapR 4.0.2 (or other version before 4.2)

Change to the root user or use sudo. Create a text file called maprtech.repo in the /etc/yum.repos.d/ directory with the following content, replacing v4.0.2 with the version of MapR that you want to install: name=MapR... Read More | Share it now!

How to install CentOS 6.6

Download CentOS 6.6 ISO(4.3GB): http://dl.huangshiyang.com/install_centos/CentOS-6.6-x86_64-bin-DVD1.iso   ... Read More | Share it now!

Error: no such table: filelist

https://ask.fedoraproject.org/en/question/10639/yum-upgrade-leads-to-error-no-such-table-filelist/   yum clean all ... Read More | Share it now!

linux yum命令详解

linux yum命令详解 yum(全称为 Yellow dog Updater,... Read More | Share it now!

Install Java 1.7_67 on Linux

Install Java with yum on Centos: $ yum install java-1.7.0-openjdk java-1.7.0-openjdk-devel Install Java with yum on Debian: su - echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee... Read More | Share it now!