yum Questions
3
I just started an AWS EC2 instance using an Amazon linux instance. I tried installing libel-dev and g++ like sudo yum libel-dev g++ make, but I get:
No package libssl-dev available.
No package g++...
Steve asked 12/1, 2017 at 3:27
3
Solved
I am trying to install sqlite dev and other libraries in a centos machine with cpanel, to be able to compile an application.
I am more acquainted with debian than centos, and I know the libraries I...
4
Solved
I want to upgrade Docker to v1.8 on Amazon Linux.
At the time of writing their internal yum package repository has: Docker version 1.7.1, build 786b29d/1.7.1.
Things I have already tried
Manuall...
Haploid asked 17/9, 2015 at 20:37
1
Solved
I would like to know how to install devtoolset on RHEL7 workstation.
I found instructions for RHEL7 server which I have failed to adjust correctly for the workstation edition.
I also found instruct...
19
I have set up a centOS 6.5 server using VMWare Workstation 9 on a Windows 8.1 host laptop. When trying to use yum to install packages I get the following error:
[root@localhost ~]# yum update
Load...
Stanger asked 28/1, 2014 at 3:54
3
Solved
How do I install moreutils on the default image Amazon EC2 instance? The instances are built off of CentOS but presumably have their own packages repo since
sudo yum install moreutils
fails with...
Misplace asked 21/6, 2016 at 17:59
10
Solved
I need help with installation of php-devel (I need it, cause it has phpize, which is necessary to install eAccelerator). But when I try to install php-devel with yum install php-devel it gives me t...
Sethsethi asked 7/9, 2012 at 20:42
6
Solved
I recently updated my Centos 7 based machine. And since, i fail to start any of my dockers. Does someone have some experience with this issue and if yes how did you fix it ?
Thanks for your valuabl...
3
Can't install python-dev on centos 6.5. Yum says "No package python-dev available.". No graphical solutions please.
Babbitt asked 8/5, 2014 at 12:3
4
Solved
I'm following Github's instructions for adding an SSH key. I've generated the id_rsa.pub file from my AWS EC2 instance, but I cannot complete the step that has me copy the contents of the file usin...
Serle asked 30/10, 2012 at 19:30
3
Solved
I am using AWS Elastic Beanstalk on a Linux machine and need to install some fonts in .ebextensions:
container_commands:
01_getfont:
command: sudo yum -y install http://somesite.com/rpm/webcore...
Madra asked 29/1, 2019 at 0:8
6
I run Amazon AMI EC2 instances. One of the regular tasks is doing a yum update. Normally, this is not an issue. One of the machines runs Jenkins. I tried to do the standard yum update I always do, ...
Ninepins asked 16/8, 2021 at 17:9
5
Solved
I have CentOS 6.5
I'm trying to intsall git via yum but getting an error while installing the pre-requisite packages. I don't need to but it doesn't hurt running sudo with root.
Error message:
-...
Llano asked 28/12, 2015 at 22:32
7
I installed the newer version of python (3.2.3) than the one available in Fedora16 (python2.7)
And now yum stops working. It shows the following error.
[root@localhost yum-3.4.3]# yum
File "/usr...
Refinement asked 26/6, 2012 at 18:16
8
so I am trying to setup up a ssh bastion server, but I have problem setting up EPEL in order to install Python3.6.
I am using CentOS Linux release 7.4.1708 (Core)
So I am trying to install ...
6
Solved
I am planning to automate aws-rackspace server migration. I am following the official rackspace documentation(https://github.com/cloudnull/InstanceSync/blob/master/rsrsyncLive.sh) which uses rsync ...
Cask asked 5/2, 2014 at 5:2
2
I have downloaded a package with it's dependency and want to install a package with dependency. Even though i have download in local folder it's checking for online.
sudo yum -y --disablerepo=* ...
3
Whenever I run any yum command I am getting the below error -
Repository packages-microsoft-com-prod is listed more than once in the configuration
Any ideas to resolve the issue ?
Repository pa...
4
Solved
How do I disable yum transaction check for a file ?
Transaction check error:
file /usr/local/xenco/backend/current from install of xenco-rr-1.9.6-104.x86_64 conflicts with file from package xenc...
7
Purpose
I'm trying to install mongodb on EC2 AWS x86_64 GNU/Linux via Yum.
Prerequisites
I created a /etc/yum.repos.d/mongodb.repo file and tried all the available combinations for it's content...
Switchback asked 11/5, 2017 at 8:18
12
Solved
I have built two RPM packages
proj1-1.0-1.x86_64.rpm
libtest1-1.0-1.x86_64.rpm
proj1 depends on the file libtest1.so being present and it is reflected correctly in the RPM packages as seen here...
Flyblow asked 14/12, 2012 at 10:30
1
Solved
Tring to install kubernetes cluster with kubeadm, and faced issue with installing kube packages.
I continue getting error:
https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata...
Hardin asked 29/3, 2021 at 11:26
4
Solved
With former generation of Amazon Linux, all I needed to do is add the following in .ebextensions in order to use PostgreSQL:
packages:
yum:
postgresql93-devel: []
Now when I deploy on EB with ...
Nutrilite asked 10/4, 2020 at 21:14
3
Solved
I tried following the instructions in the article below but it says, "No package freetds available."
http://www.hosting.com/support/linux/installing-freetds-for-linux/
This is my I/O:
[root@mydo...
4
Solved
I want to install PostgreSQL 11 on an EC2 instance, based on the Amazon Linux AMI 2 image. Following posts, SO questions, and finding the latest Postgresl yum repository, I tried:
sudo yum install ...
Gritty asked 17/9, 2019 at 8:54
© 2022 - 2024 — McMap. All rights reserved.