Sponsored Content
Operating Systems Linux Red Hat [Solved] Cannot install git on RHEL 6 Post 302857527 by Corona688 on Thursday 26th of September 2013 01:36:33 PM
Old 09-26-2013
You shouldn't install random RPM's you find on the internet, they're almost certainly not for your system.

RHEL6 is supposed to come with git. Did that command suggested list anything at all?
 

10 More Discussions You Might Find Interesting

1. Red Hat

Install Solaris 10 in Xen (RHEL 5.1)

How i can install Solaris 10x86 (08/07) in Xen ? OS RHEL 5.1 With virt-manager i can't chose media (for example /media/cdrom), because that reque URL for kickstart cfg. But Solaris have not kickstart =((( ? Please i'm realy noob and need in your help ! ? ( (2 Replies)
Discussion started by: jess_t03
2 Replies

2. Solaris

Install RHEL 5 in Sun platform ?

Dear Friends , Is it possible to install Redhat Linux Ent 5 (or other Linux distro) in sun solaris spark v220 ? If it is possible then plz help me to give any documentation . Thx in advance ... ... (3 Replies)
Discussion started by: shipon_97
3 Replies

3. Red Hat

How to install RHCS on RHEL 6.1

Hi , I want to install RHCS on a remote RHEL machine. This machine is in amazon ec2, is there any way to do it without accessing the media? # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.1 (Santiago) Thanks in advance. (1 Reply)
Discussion started by: sussus2326
1 Replies

4. Linux

Steps to install RHEL 6.0

I wanted clarity on the steps to install RHEL 6.0. The steps are as follows:- 1) Download the ISO image from the Red Hat site. 2) Burn it into DVD. 3) Download boot.iso from Red Hat (Is this step required or ISO image can install RHEL 6.0 by itself?) 4) Start installation from DVD. Request... (4 Replies)
Discussion started by: RHCE
4 Replies

5. Red Hat

How to Install JCAPS on RHEL 5.4 OS?

Hello Geeks, I would like to know the procedure and the commands which are used for this. Thanks for your time. Thanks, NaReN (0 Replies)
Discussion started by: naren nandale
0 Replies

6. Red Hat

INSTALL RPM's IN RHEL 5.5

After checking the dependencies from below command:- yum deplist gcc Update:- Now when I tried to install the very first dependency , it gave the below error, I guess something is wrong with YUM server itself :P ... (1 Reply)
Discussion started by: manish131081
1 Replies

7. UNIX for Dummies Questions & Answers

Unable to install sybase on RHEL 5

Hello Friends, I am trying to install ASE 15.7 on RHEL 5 through VMWARE. I added the user sybase, group sybase and followed the initial checks However while trying to run the "./setup" file from the sybase user account, I get the below error: -bash : ./setup Permission Denied I have created... (3 Replies)
Discussion started by: vinay_poojary83
3 Replies

8. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

9. Red Hat

How to install devtoolset-4 on RHEL Workstation 7.2?

Good morning I`m a fresh new user of RHEL, I have some problems to install the python`s package devtoolset. Up to now I have tried with # yum install devtoolset-4 which is the way suggested in all guide I have found. But I get the message: No package devtoolset-4 available. I... (4 Replies)
Discussion started by: GiPa
4 Replies

10. UNIX for Beginners Questions & Answers

Install git on UNIX

How can I install git on unix using wget? (7 Replies)
Discussion started by: Akash BHardwaj
7 Replies
GIT-PACK-REDUNDANT(1)						    Git Manual						     GIT-PACK-REDUNDANT(1)

NAME
git-pack-redundant - Find redundant pack files SYNOPSIS
git pack-redundant [ --verbose ] [ --alt-odb ] < --all | .pack filename ... > DESCRIPTION
This program computes which packs in your repository are redundant. The output is suitable for piping to xargs rm if you are in the root of the repository. git pack-redundant accepts a list of objects on standard input. Any objects given will be ignored when checking which packs are required. This makes the following command useful when wanting to remove packs which contain unreachable objects. git fsck --full --unreachable | cut -d ' ' -f3 | git pack-redundant --all | xargs rm OPTIONS
--all Processes all packs. Any filenames on the command line are ignored. --alt-odb Don't require objects present in packs from alternate object directories to be present in local packs. --verbose Outputs some statistics to stderr. Has a small performance penalty. SEE ALSO
git-pack-objects(1) git-repack(1) git-prune-packed(1) GIT
Part of the git(1) suite Git 1.8.5.3 01/14/2014 GIT-PACK-REDUNDANT(1)
All times are GMT -4. The time now is 05:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy