amazon-linux Questions

6

Solved

Context I am using the https://wiki.jenkins.io/display/JENKINS/Amazon+EC2+Plugin for jenkins which allows me to dynamically provision new cloud instances as build slaves in AWS EC2. I am launchin...
Susceptive asked 23/4, 2018 at 12:7

6

Solved

Trying to upgrade an existing React app running on AWS Amplify from node v16 to v18 The image used is the provided Amazon Linux 2 Expected it to install node 18 on the machine it spun up and build ...
Halford asked 12/12, 2022 at 9:0

8

I'm trying to install Nodejs on Amazon linux machine, I'm following this documentation to install node https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-up-node-on-ec2-insta...
Richthofen asked 27/4, 2022 at 2:13

5

I am trying to build OpenJpeg on an AWS Amazon Linux EC2 instance. I installed cmake and gcc and had no issues during installation. When I try to cmake openjpeg I get the following error: -- Check...
Amendment asked 27/11, 2017 at 10:20

9

Solved

I wanna create docker image for Amazon ECR. but yum can't find it in my Amazon Linux2. [root@*** ~]# yum install -y docker Loaded plugins: amazon-id, rhui-lb, search-disabled-repos No package dock...

21

Solved

I've seen the writeup on using yum to install the dependencies, and then installing Node.JS & NPM from source. While this does work, I feel like Node.JS and NPM should both be in a public repo ...
Brause asked 8/12, 2014 at 2:46

7

Solved

I installed WAMP on my local machine. My PHP version is 5.3.3 in phpinfo() but that extension doesn't exist! :( How can I install this extension without compiling it? Here is just source of it.
Quality asked 5/6, 2011 at 10:38

0

We have a software given to us by the manufacturer of a device. This device captures data from various sensors and generates a file in a specific format (.zph). We have a serverless workflow to pro...
Marchand asked 10/10, 2023 at 16:11

4

Solved

I have a Django project which is deployed to Elastic Beanstalk Amazon Linux 2 AMI. I installed PyMySQL for connecting to the db and i added these lines to settings.py such as below; import pymysql ...

5

I tried to install sudo amazon-linux-extras install nginx1 but it is not working. I'm using MobaXterm to deploy node.js app to AWS EC2. When I try the command sudo amazon-linux-extras install nginx...
Warpath asked 8/4, 2023 at 17:43

2

Solved

I am trying to install docker engine on amazon linux 2023 using the docker ce repo with no luck. i tried to install Docker on amazon linux 2 using the "amazon-linux-extras" but its no lon...

1

I'm trying to install mongodb in Amazon Linux with below configuration NAME="Amazon Linux" VERSION="2023" ID="amzn" ID_LIKE="fedora" VERSION_ID="2023&qu...
Almaalmaata asked 22/3, 2023 at 13:54

4

I am trying to install Chromium (or Chrome, whichever) on an Amazon Linux machine. I have tried many steps, to no avail. Here is what I have tried: Simple Yum Install yum install epel # worked y...

2

Solved

I purchased Amazon Linux 2 machine using AWS LightSail and tried to install node on that machine. But after several tries I can't able to install node and got the error shared below. [root@ip-my pu...
Womb asked 8/6, 2022 at 11:24

2

Solved

I have the below Dockerfile which I want to build. It's basically just the normal jboss/wildfly base image, but built with amazonlinux instead of centOS. The build error's out with the line "group...
Carhart asked 26/6, 2017 at 14:45

1

I Just installed amazon linux on my windows 10 hypervisor using aws provided image from amazon. I am able to login successfully. However when I do yum install anything it just fails with error "Cou...
Raney asked 8/11, 2019 at 9:57

4

Edit: The below answer to use keyboard.on_press(callback, suppress=False) works fine in ubuntu without any issues. But in Redhat/Amazon linux, it fails to work. I have used the code snippet from t...
Litigant asked 2/3, 2020 at 13:47

12

Solved

I'm trying to install an Apache server on my AWS instance. However, it seems that it doesn't have the apt package installed. I googled and all I found was some broken links to this package. I am us...
Infestation asked 15/9, 2015 at 18:17

5

In AWS I need to add amazon linux instance to domain based on this article. However how do i know which Amazon Linux version the instance is using. I do not have access to AWS console. But i do hav...

2

I did the following and can't get pip3 installed. Any help is appreciated! sudo yum install python3 pip3 Loaded plugins: extras_suggestions, langpacks, priorities, update-motd Package python3-3.7.9...
Tague asked 22/4, 2021 at 17:42

2

I just deployed a flask-python app with elastic beanstalk on AWS but cannot locate my app source files like application.py or templates/index.html etc I've looked at looked at /var/../.. or /opt/....

1

Solved

I have a file names awscliv2.zip and I'm trying to unzip it. So first I tried: unzip awscliv2.zip But got: -bash: unzip: command not found And then I tried: tar xvf awscliv2.zip But got: ...
Draconic asked 21/8, 2020 at 7:50

5

Solved

I'm using Amazon linux, and I followed some steps for using letsencrypt that easily found in google search, but all it fails with: Error: couldn't get currently installed version for /root/.local/...
Karlmarxstadt asked 11/3, 2017 at 10:21

1

Solved

When I try to run sudo yum install openvpn on an Amazon Linux 2 instance that I just created, I receive the message No package openvpn available Do I need to add a package repository? I don't fi...
Louielouis asked 6/3, 2020 at 22:32

1

Solved

I'm encountering a bug when building R on the amazonlinux:2018.03.0.20190212 docker image in bitbucket pipelines. The strange thing is if I run an EC2 (Amazon Linux 2018) I can run the exact same c...
Poppo asked 4/6, 2019 at 19:8

© 2022 - 2024 — McMap. All rights reserved.