GDAL: Install GDAL on AMI

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I have tried:
sudo yum install gdal
sudo yum install gdal-libs
and couple of other commands.
Is there an easy way to install gdal and then python gdal libraries on Amazon Machine Instance?
amazon-ec2 gdal
add a comment |Â
up vote
1
down vote
favorite
I have tried:
sudo yum install gdal
sudo yum install gdal-libs
and couple of other commands.
Is there an easy way to install gdal and then python gdal libraries on Amazon Machine Instance?
amazon-ec2 gdal
I'm having the same issue. I am using elastic beanstalk, but I can't even get it to work on a default AMI instance. @Gnafu's comment didn't work for me.
â Goran
Mar 13 at 2:47
reluctantly I had to use ubuntu. But if you find a solution do post.
â Vishal R
Mar 13 at 6:30
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have tried:
sudo yum install gdal
sudo yum install gdal-libs
and couple of other commands.
Is there an easy way to install gdal and then python gdal libraries on Amazon Machine Instance?
amazon-ec2 gdal
I have tried:
sudo yum install gdal
sudo yum install gdal-libs
and couple of other commands.
Is there an easy way to install gdal and then python gdal libraries on Amazon Machine Instance?
amazon-ec2 gdal
amazon-ec2 gdal
edited Jun 22 '17 at 12:33
Romeo Ninov
4,48321625
4,48321625
asked Jun 22 '17 at 12:29
Vishal R
1063
1063
I'm having the same issue. I am using elastic beanstalk, but I can't even get it to work on a default AMI instance. @Gnafu's comment didn't work for me.
â Goran
Mar 13 at 2:47
reluctantly I had to use ubuntu. But if you find a solution do post.
â Vishal R
Mar 13 at 6:30
add a comment |Â
I'm having the same issue. I am using elastic beanstalk, but I can't even get it to work on a default AMI instance. @Gnafu's comment didn't work for me.
â Goran
Mar 13 at 2:47
reluctantly I had to use ubuntu. But if you find a solution do post.
â Vishal R
Mar 13 at 6:30
I'm having the same issue. I am using elastic beanstalk, but I can't even get it to work on a default AMI instance. @Gnafu's comment didn't work for me.
â Goran
Mar 13 at 2:47
I'm having the same issue. I am using elastic beanstalk, but I can't even get it to work on a default AMI instance. @Gnafu's comment didn't work for me.
â Goran
Mar 13 at 2:47
reluctantly I had to use ubuntu. But if you find a solution do post.
â Vishal R
Mar 13 at 6:30
reluctantly I had to use ubuntu. But if you find a solution do post.
â Vishal R
Mar 13 at 6:30
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
You should be able to do sudo yum install gdal after enabling the EPEL repo with
sudo yum-config-manager --enable epel
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You should be able to do sudo yum install gdal after enabling the EPEL repo with
sudo yum-config-manager --enable epel
add a comment |Â
up vote
1
down vote
You should be able to do sudo yum install gdal after enabling the EPEL repo with
sudo yum-config-manager --enable epel
add a comment |Â
up vote
1
down vote
up vote
1
down vote
You should be able to do sudo yum install gdal after enabling the EPEL repo with
sudo yum-config-manager --enable epel
You should be able to do sudo yum install gdal after enabling the EPEL repo with
sudo yum-config-manager --enable epel
answered Sep 18 '17 at 9:39
Gnafu
1112
1112
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f372700%2fgdal-install-gdal-on-ami%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I'm having the same issue. I am using elastic beanstalk, but I can't even get it to work on a default AMI instance. @Gnafu's comment didn't work for me.
â Goran
Mar 13 at 2:47
reluctantly I had to use ubuntu. But if you find a solution do post.
â Vishal R
Mar 13 at 6:30