Skip to main content

All Questions

0 votes
0 answers
86 views

Packages libssl, libc, libcrypto error installing MongoDB on CentOS

I've tried to install MongoDB 7.0 on my instance, but got a following error: Error: Package: mongodb-org-mongos-7.0.11-1.el9.x86_64 (mongodb-org-7.0) Requires: libc.so.6(GLIBC_2.34)(64bit) Error: ...
nursultan's user avatar
0 votes
1 answer
6k views

How can I correctly install visual studio code on CentOS 7?

There are two approaches that I have tried to install visual studio code on my CentOS 7 system. Both have failed. Approach 1 - Following official instructions (install via package manager) The ...
Shane Bishop's user avatar
0 votes
1 answer
607 views

Install OpenDR in CentOS 7 for native Python 3 (not Anaconda Python)

The following command didn't work. Could you please guide me on how to fix it? $ pip install opendr Collecting opendr Downloading opendr-0.78.tar.gz (581 kB) |████████████████████████████████| ...
Mona Jalal's user avatar
-2 votes
1 answer
1k views

Getting an error when attempting to install Homebrew on CentOS 7: “Error: Unknown command: shellenv”

I am trying to install brew on CentOS 7 and get the following error: [jalal@goku ~]$ git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew Cloning into '/home/grad3/jalal/.linuxbrew/...
Mona Jalal's user avatar
0 votes
2 answers
598 views

How to take a screenshot during CentOS (or any Linux distro) install process?

I need to install a few Linux distro's on some machines and I've been asked to document the installation procedure for others to easily follow when they need to do the same. Apart from taking pictures ...
Joe's user avatar
  • 313
0 votes
0 answers
414 views

tar creates 0-byte files and issues permission denied errors

I am working in a CentOS environment and am setting up perlbrew (App::perlbrew/0.87) locally. I've essentially been following the steps here. I have set up perlbrew similarly in the past and no ...
Price's user avatar
  • 101
1 vote
1 answer
91 views

What happens to the unused packages after an ISO install?

I am making a Red Hat ISO that boots off a kickstart configuration file. To do this, I have been following these instructions over at Server Fault. The ISO that I want to edit, which will eventually ...
peachykeen's user avatar
1 vote
1 answer
2k views

yum transaction error when trying to install RPM built from RPM spec file

I use a meta package to manage software and common dependencies across several lab systems, and until today, this has worked great. However, after a recent build every RPM spec file directive to copy ...
garrettmills's user avatar
0 votes
1 answer
783 views

CentOS 6: configure: error: the compiler must support C cleanup handling

I'm trying to install glibc 2.14 on CentOS 6 - centos-release-6-9.el6.12.3.x86_64 from source while running ./configure --prefix=/opt/glibc-2.14 command, I am getting following error configure: ...
m1k3y02's user avatar
  • 285
5 votes
1 answer
50k views

Please Help installing Qt centos 7

I have 2 python versions, python3.6 is installed on virtualenv for development use, I am trying to install PyQt and Qt packages for use with python3.6 only, I have installed PyQt5 using sudo pip3.6 ...
user3103193's user avatar
0 votes
1 answer
1k views

How to install R in CentOS 7 under Docker?

I downloaded CentOS from Docker Hub but I am unable to install R with yum or rpm. Commands, such as yum install R, yum install Rcore and rpm install R, do not work. sh-4.2# rpm --query centos-...
hhh's user avatar
  • 683
1 vote
0 answers
111 views

Can't boot from USB (Centos7, Samsung series 5 ultrabook)

As in the title, I've got a series 5 ultrabook, am currently running Ubunutu 16.04, and am attempting to install CentOS7. I've written the iso to a usb, and, as suggested in various resources, ...
user2396812's user avatar
0 votes
2 answers
2k views

Installing Centos on several headless home servers

I've been working on a custom project using vagrant and CentOS Linux release 7.2.1511 (Core) virtual box and now I'd like start testing it on real hardware, to do that I intend to use a couple of ...
BPL's user avatar
  • 93
1 vote
2 answers
12k views

how to install latest ffmpeg on Centos

I want to install the latest ffmpeg 2.8.5 on the Centos server. Followed this website http://www.mysql-apache-php.com/ffmpeg-install.htm and completed the installation. But the installed ffmpeg is an ...
Chito Cheng's user avatar
3 votes
1 answer
2k views

Can't install python requests library on Centos 5.11

I'm running Centos 5.11. I'm trying to install the python requests package. But pip keeps giving me syntax errors. pip help returns [root@32437-201824 bin]# pip help Traceback (most recent call ...
VectorVortec's user avatar
3 votes
1 answer
3k views

RPM `requires` installation order

I'm seeking for help from RPM experts. Suppose I have an RPM package A which depends on package B. RPM A's spec has Requires:B with autoprov and autoreq enabled. When I install RPM A on a centos 6.5 ...
Shyam's user avatar
  • 131
1 vote
1 answer
214 views

Need help installing program; can't get `make` to work in src directory

I've been trying very hard to get John the Riper to work. I installed it on Ubuntu and it wouldn't work giving me an error about unknown cipher. Now I'm trying to install it on CentOS. I tried ...
Celeritas's user avatar
  • 8,241
2 votes
1 answer
3k views

Problems installing x2goserver-xsession on a fresh install of CentOS 7.1 on Amazon EC2

I have a fresh install of CentOS 7.1 on Amazon EC2. After boot I executed: yum update Then I enabled an EPEL with: rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch....
Mariana's user avatar
  • 79
1 vote
1 answer
1k views

How to resolve dependencies while installing application on linux (CentOS 7.1)

When I tried to install deluge on my CentOS 7.1 I was facing dependency problems due to some el6 which are not meant for CentOS 7.1. So, I found this page: https://gist.github.com/dasgoll/...
ashish's user avatar
  • 11
0 votes
1 answer
1k views

Install Lotus Domino on Centos

I'm trying to install a trial version of Lotus Domino (from this official download page) on a Centos machine. I'm following this instruction page to install Lotus Domino. But when I'm trying to ...
mcmc's user avatar
  • 111
2 votes
1 answer
4k views

How to install pktstat on centos7?

I am trying to install a package called netstat but I can't, I tried downloading and installing rpm file, but it was no use I tried making repos but I don't know if I am doing it the right way. Any ...
Kunwar's user avatar
  • 485
4 votes
2 answers
4k views

After minimal install Centos 6.5 doesn't see network

I installed an minimal Centos 6.5 (with standart VGA) on my laptop beside Windows 7 as dual boot. Now I want to install some extra features like XWindows but Centos doesn't reach the internet. It ...
Yuksel P.'s user avatar
2 votes
2 answers
1k views

How to create a deployment image of altered CentOS?

So, I managed to install CentOS 6.5 on a client PC, and then, continued by tweaking a lot of its stuff (such as adding samba and kerberos stuff, joining the CentOS PC with Active Directory, removing ...
Johnny's user avatar
  • 121
0 votes
2 answers
161 views

Is it possible to create an install disk/iso that will essentially create a clone of my custom kernel build

I have a custom kernel running on a CentOS 6.4 server with multiple packages, programs, and device drivers installed. I need to setup several other servers with the same configuration all across the ...
cHam's user avatar
  • 165
1 vote
1 answer
7k views

MySQL server 5.5 on CentOS 6.5 error: "mysqld: unrecognized service"

I am using CentOS 6.5. I installed MySQL Server 5.5 from a .rpm package (downloaded from the official MySQL site) using the default .rpm installer. I also installed MySQL Client package the same way. ...
NobodySomewhere's user avatar
1 vote
1 answer
2k views

How to install php soap with rpm packages in centos 6.4 x86_64

I want to install php-soap, centos says: [root@LMS-Cent64 soap]# rpm -ivh php-soap-5.3.3-22.el6.x86_64.rpm error: Failed dependencies: php-common(x86-64) = 5.3.3-22.el6 is needed by php-soap-...
hpaknia's user avatar
  • 902
2 votes
3 answers
2k views

Can't Install CentOS 6.4 from USB

Cannot install Cent OS on a box I build up. Here are the log entries visible on the screen: sd 0:0:0:0 [sda] Write ache: enabled, read cache: enabled, doesn't support DPO or FUA sda: sda1 sd 0:0:0:0:...
ahoffer's user avatar
  • 355
-3 votes
1 answer
2k views

Install Centos on PC using only USB with LiveCD

My laptop cd isn't working. I have a USB which has Linux Live on it. Am I able to use this to install a fresh copy of Centos on the laptop? If so, how?
user1032531's user avatar
  • 1,691
2 votes
1 answer
740 views

CentOS Minimal + GUI; How to ensure GUI packages are installed from USB rather than from YUM repos?

I downloaded the CentOS Minimal .iso file from CentOS' web site and then created a USB drive via some tool by Fedora, I believe. I booted up the PC and installed CentOS Minimal, it was flawless, no ...
user250643's user avatar
1 vote
2 answers
6k views

Unable to installed CentOS 5.6, Could not allocate the requested partition: Partitioning Failed: Not enough space left to create partition for /

I have 160 GB hard disk and i recently format it and installed Windows 7 with following partitions System reserved = 100 M Primary partition C: = 40 GB Extended partitions = 80 GB (with 2 logical ...
Ganesh Dake's user avatar

15 30 50 per page