-
Star
(123)
You must be signed in to star a gist -
Fork
(36)
You must be signed in to fork a gist
-
-
Save harv/f86690fcad94f655906ee9e37c85b174 to your computer and use it in GitHub Desktop.
#! /bin/sh | |
# update glibc to 2.17 for CentOS 6 | |
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm | |
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm | |
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm | |
wget http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm | |
sudo rpm -Uvh glibc-2.17-55.el6.x86_64.rpm \ | |
glibc-common-2.17-55.el6.x86_64.rpm \ | |
glibc-devel-2.17-55.el6.x86_64.rpm \ | |
glibc-headers-2.17-55.el6.x86_64.rpm |
kindly help ..i am trying to install visual studio code in CentOS6
You can't.
kindly help ..i am trying to install visual studio code in CentOS6
You can't.
But why...i am using CentOS [10].What is the solution?
Upgrade OS.
rpm -Uvh --nodeps
#!/bin/sh
Update glibc ke 2.17 untuk CentOS 6
Unduh paket glibc
wget -c
http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-2.17-55.el6.x86_64.rpm
http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-common-2.17-55.el6.x86_64.rpm
http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-devel-2.17-55.el6.x86_64.rpm
http://copr-be.cloud.fedoraproject.org/results/mosquito/myrepo-el6/epel-6-x86_64/glibc-2.17-55.fc20/glibc-headers-2.17-55.el6.x86_64.rpm
Instalasi paket glibc
rpm -Uvh --nodeps glibc-*.el6.x86_64.rpm
Hapus file RPM
rm -f glibc-*.el6.x86_64.rpm
kindly help ..i am trying to install visual studio code in CentOS6