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
4 votes
1 answer
20k views

How to adjust the PKG_CONFIG_PATH environment variable, while running ./configure

I'm running into this error message while trying to install from a tarball configure: error: Package requirements (gtk+-2.0 >= 2.16.0) were not met: No package 'gtk+-2.0' found Consider ...
mygnu's user avatar
  • 53
2 votes
2 answers
2k views

Replace sqlite3.3.6-5 for sqlite3.7.0-1 on centos5

I want to update my sqlite3 version. I'm using centos5 (VPS requeriment), I have a new version downloaded (.rpm) and a previous installed (with the os) I have this error. Well, I have noob on centos ...
user1422434's user avatar
2 votes
1 answer
334 views

Install CentOS 6 entirely from a script?

After having to manually install CentOS 6 on a few servers, with the same configuration (Software RAID 1, partition size, etc.) is there a way to prepare this to run entirely from a script? Or a ...
Edward_178118's user avatar
3 votes
1 answer
17k views

How to install numpy on CentOS 6.2 64-bit

I've been trying to install numpy with yum (instructions here), and the tar.gz file (instructions here), but with no positive result. yum gives me this output: $ sudo yum install python-numpy ...
Dana's user avatar
  • 139
2 votes
2 answers
8k views

How to install Privoxy on Centos 6

What is the procedure to install Privoxy on a Centos machine?I have tried yum install privoxy, however, I get No package privoxy available. I am unsure if I am supposed to add any additional repos or ...
louis_coetzee's user avatar
1 vote
2 answers
9k views

Install CentOS 6.2 on external USB portable hard drive?

I've Windows XP installed on my laptop. And I've external 80 GB drive which I usually connect to my laptop through USB. I want to install CentOS 6.2 on this external drive & it should also boot ...
Mike's user avatar
  • 233
5 votes
2 answers
5k views

Upgrading GCC on CentOS

I need to upgrade GCC. When I type yum install GCC it tells me Package gcc-4.1.2-51.el5.x86_64 already installed and latest version. Unfortunately I'm trying to install some software which requires ...
Alasdair's user avatar
  • 867
5 votes
1 answer
5k views

How to make a USB bootable stick for installing Fedora or Centos using VNC?

I have a PC with no option for a keyboard. I have to install the operating systems without a keyboard or mouse. I have to make a bootable USB stick which can allow me to connect to the PC from my ...
YumYumYum's user avatar
  • 1,685
0 votes
2 answers
657 views

Centos 5.5 Installation - Configuring Root Partition

I installed the Centos 5.5 on a WM instance. Run out of space after doing the updates. It is very difficult to keep re-partitioning / I tried to install a new instance but it doesn't let me configure ...
user23413's user avatar
  • 388
0 votes
2 answers
397 views

How to install yum on my centOs 4 that doesn't have any rpm utility or build-essentials?

I am trying to install yum utility on my centos 4 system that doesn't have any rpm utility or build-essentials
user avatar
0 votes
2 answers
336 views

CentOS 5.5 - Will not install on vmware

I get an unhandled exception when installing CentOS 5.5 64bit in vmware. In the details the tracebacks most recent calls seemingly involve python. I have uploaded an image of the exception window:
Knossos's user avatar
  • 113
0 votes
2 answers
978 views

How to install Perl in personal unix area?

I'm working in a lab running a CentOS server with Perl 5.8.8. I would like to install a newer version of Perl for my personal use only (i.e. do not affect other users). How can I do that?
David B's user avatar
  • 2,554
0 votes
1 answer
131 views

Problems with Xen installation

I have CentOS 5.4 installed. Now I'm trying to install Xen with out connecting to Internet (I have any driver for modem, so I search on Inernet only from Windows). All I have are 7 installation disks. ...
Rodnower's user avatar
  • 2,209
1 vote
2 answers
3k views

Installing CentOS on remote machine?

Can I do a fresh install of CentOS Linux on a remote machine? I have a machine with Windows NT in a remote location. Now I want to use that system as my deployment machine. To proceed with my plan I ...
vijay.shad's user avatar
3 votes
4 answers
41k views

How to install GNOME desktop on linux (CENTOS)

How to install GNOME desktop on linux (CENTOS).I would appreciate detailed steps as I am a linux newbie.
user avatar