I need a newer version of binutils on Amazon Linux to compile a piece of needed software. This is due to a bug in version 2.29 which is the latest available in their repo. What would be the best way to add another repo, and will this mess up future uses of the yum command as I add and remove non-approved repos? Can I just add in a repo from a similar flavor like CentOS? Does Amazon have a less "Safe" version that has up to date software in it?
What is the safest way to get a newer version of a repo from yum on Amazon Linux?
224 Views Asked by David At
1
There are 1 best solutions below
Related Questions in YUM
- Facing fatal errors while running "yum update" command on CentOS 7/Cloudlinux 7
- Upgrade from nginx 1.22.1 to 1.24 on Amazon Linux 2 AMI
- Yum update was unable to get the latest packages from custom central repo
- nginx can not be installed due to the error 'HTTP Error 503: Service Unavailable '
- Ansible - install yum packages with preconfigured sudoers privileges
- libcurl.so There was a problem importing one of the Python modules required to run yum. yum error
- How to handle $basesearch in a Nexus Proxy Repo
- I am having issues updating Gitlab-ce to the latest version (gitlab-ce-16.8.1-ce.0.el7.x86_64.rpm)
- How to install java 19 corretto on aws ec2 instance?
- How does one tell yum to ignore a repo file with a parsing error?
- Issue while using yum update in centos
- Ansible Automation Platform - Installing "azure-cli" via yum is failing looking for python-dnf
- Setting up remote yum repositories (Rocky/Centos) in Google Artifacts Registry doesn't populate packages
- Is it possible to ask yum/dnf to ignore duplicate files (rocky 8)?
- How to install Mongo DB to specific directory with user privileges in Red Hat using yumdownloader?
Related Questions in BINUTILS
- "Config.guess failed to determine the host type" when trying build binutils-2.7 with Cygwin
- Building binutils in cygwin error on 'make' command
- How to call printf from x86/32 GNU assembler?
- How to specify symbol name when creating objects from raw binary files using objcopy?
- how to decompose elf file size into different size of sections or symbols?
- How to link SYSV and GNU/Linux shared libs
- How to handle the "relocation R_X86_64_PC32 against protected symbol" when writing shared objects in assembly?
- Running .s file with yasm
- What's the meaning for "-z" ld command line option
- makeinfo: loadable library and perl binaries are mismatched
- Objdump for ARM64 Architecture
- (lib64_libmingwex_a-dirent.o):(.text+0x2bc): undefined reference to `__strcpy_chk'
- Binutils only build "nm"
- Hide symbols from executable
- MIPS binutils on NixOS?
Related Questions in AMAZON-LINUX
- Deploying CDK python app from Amazon Sagemaker Notebook instance
- b'./bin/freshclam: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory\n'
- running aws cli on amazon linux returns No module named 'cryptography'
- How to run sudo visudo in a Dockerfile?
- building ruby 3.3.0 rpm on amazonlinux2023 is linking to hard coded directories
- Docker build doesn't pick TARGETARCH arg value when running on Amazon Linux 2
- Using gnupg2-full in AWS Lambda base image for Python3.12
- Want to use user_data (hardening script) for EKS nodegroups with EKS module (Hashicorp provided)
- mongodb is in stopped state and getting failed when trying to start
- GLIBC_2.29 not found error when using GRPC gem in a linux environment
- replica set config is invalid but it's also already initialized?
- Create instance gateway on AWS with Amazon Linux
- Amazonlinux2023 install hardended version of pip for python
- openssl command not found on Amazon Linux 2023
- How to install Wkhtmltopdf in Amazon Linux 2023?
Related Questions in AMAZON-LINUX-2
- Upgrade from nginx 1.22.1 to 1.24 on Amazon Linux 2 AMI
- Has anyone encountered skylight in amazon workspaces using extremely high cpu and memory?
- running aws cli on amazon linux returns No module named 'cryptography'
- Docker build doesn't pick TARGETARCH arg value when running on Amazon Linux 2
- Random "Unable to locate credentials" in the child processes on AWS EC2
- How do I give Jenkins more heap space when it's running as a daemon on Amazon linux 2?
- SSM Patch manager Patch policy issue
- How to install Wkhtmltopdf in Amazon Linux 2023?
- redis-cli works perfectly when bash script is executed manually but gives a "command not found" error when run from crontab
- How to install Cypress prerequisites and Chrome on Amazon Linux 2 v5 (or AL2023)?
- How to install tidy module in my amazon linux 2 package
- Install MySQL WorkBench on Amazon Linux 2
- How do I uninstall NPM v10.0.0 from Amazon Linux 2 4.14.322-244.536.amzn2.x86_64?
- Error: Schema validation failed with the following errors: Data path "" must have required property 'outputPath'
- Web.stdout logs stopping randomly on Amazon linux
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
For me the safest way to get newer version on your VM is to compile it and install it in different place like
/opt/binutilsor/usr/local/binutilsand use absolute paths for utils.