Recovering Red Hat 6.4 [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I was trying to down-version glib library installed on my Red Hat 6.4 server. First, I uninstalled it using-
rpm -e --nodeps glib
After that I am unable to execute terminal commands (e.g. ls, cd). Now, I want to recover my system. How can do that? Thanks.
[I have Red Hat 6.4 iso. I tried to see any option given while booting from it. But unable to find.]

Boot the machine to rescue mode.
Mount the CD/DVD to some temp directory
mkdir temp
mount /dev/hdc temp
Check the output of the to find any missing files and dependencies.
rpm -Va
Now find the rpm location on the CD/DVD/ISO.
Install the RPM manually.
rpm -ivh --force --noscripts --root=/mnt/sysimage /path/to/glibc.rpm /path/to/other/missing.rpm
Reboot the system and run rpm -Va again

Related

Unable to find newly installed svn version on CentOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I had sve version 1.7 installed on CentOS and now I installed svn 1.11 using following command -
sudo yum localinstall CollabNetSubversion-client-1.11.1-1.x86_64.rpm
but after hitting svn --version, it still showing 1.7 version. Please guide me to what else I need to do to use latest version 1.11 of svn.
This might be trivial question but I haven't worked on linux environment more. Please help.
You can exec command
rpm -ql CollabNetSubversion-client-1.11.1-1.x86_64
and from the list get the location of new svn. Then you can add the directory where this is installed on the first place in PATH:
export PATH=/here/is/the/location:$PATH
(and add this to ~/.bashrc also)

Installing Anaconda for Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I am trying to install Anaconda for Linux (Linux Mint 17.2 Rafaela, 14.04.3 LTS, Trusty Tahr).
I see a warning:
WARNING:
Machine does not appear to be ppc64le. This software was sepicically
build for POWER8 running Ubuntu 14.04 LTS.
Are sure you want to continue the installation? [yes|no]
What should I do?
Is the machine a power8 or x86? More than likely you have an x86 cpu so you need to install that version of Anaconda. Anaconda Repo. You can use the command uname -a from the command line to print the kernel version. Normally you would see something in the output that says like "x86_64".
As for the anaconda versions, notice the differences between these two file names.
Anaconda2-4.4.0-Linux-x86_64.sh
Anaconda2-4.4.0-Linux-ppc64le.sh
:::EDIT:::
Based on the your warning "WARNING: Machine does not appear to be ppc64le.", it sounds like you have an x86 cpu. To be sure, run the command uname -a.

Ubuntu - get software information using dpkg - [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I want to get information about installed software in Ubuntu.
I listed the installed software using dpkg --list but when i want to display more info using dpkg -p firefox i get :
dpkg-query: package 'firefox' is not available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
and the package is installed :
dpkg --list | grep firefox
ii firefox 43.0.4+build3-0ubuntu0.15.10.1 amd64 Safe and easy web browser from Mozilla
ii firefox-locale-en 43.0.4+build3-0ubuntu0.15.10.1 amd64 English language pack for Firefox
ii unity-scope-firefoxbookmarks 0.1+13.10.20130809.1-0ubuntu1 all Firefox bookmarks scope for Unity
In CentOS i used rpm -qa to list installed software and rpm -qi {package_name} to get info with no issue. But rpm don't work in Ubuntu so i need to use dpkg. How can i get software info in Ubuntu ?
Could dpkg-query -s firefox answer your question? :)

how to install node Linux Binaries (.tar.xz) file in ubuntu 14.04 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have downlaoded the latest node package installer from their homepage https://nodejs.org/en/ and the latest package from https://nodejs.org/dist/v4.4.0/node-v4.4.0-linux-x64.tar.xz and I am trying to install it in Linux.
There seems to be no instructions in the website so I have decompressed the file and I am using instructions given in README.md file.
It says the following
$ ./configure
$ make
$ [sudo] make install
From my decompressed folder I am running theses commands,but I am getting an error:
bash: ./configure: No such file or directory
For kind info: I am having Python 2.7.6, and gcc.
How to install the downloaded file "node-v4.4.0-linux-x64.tar.xz" in my ubuntu system ?
Tarballs that include the OS and CPU architecture in the filename indicate pre-compiled binary tarballs. That means there is nothing to compile, so ./configure, make, and make install are not of any use there.
Just extract the binary tarball to whatever prefix you want. For example:
tar Jxf --strip=1 -C /usr/local node-v4.4.0-linux-x64.tar.xz

install pack for Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have to install a package (J-Link: https://www.segger.com/jlink-software.html) into Ubuntu 14.04 LTS (Latest 64 bit (4.1.0-x86_64-linode59)), but I am not sure which one I should install:
DEB Installer 64-bit version
RPM Installer 64-bit version
TGZ archive 64-bit version
All three are possible, but
It is probably easiest to install the .deb, assuming it is appropriate for your operating system.
To check the integrity of the deb before installing:
md5sum PACKAGE.deb
and make sure the output matches the md5sum reported on the website from which you downloaded the deb.
Then to install the deb:
dpkg -i PACKAGE.deb

Resources