Results 1 to 3 of 3

Thread: Install git via SSH

  1. #1
    Join Date
    Dec 2006
    Location
    Richmond, VA
    Beans
    83
    Distro
    Ubuntu 9.10 Karmic Koala

    Install git via SSH

    I'm running XBMCLive, which is running on top of Ubuntu. When attempting to install git through the command line, apt-get doesn't seem to have the correct source added/enabled:

    Code:
    xbmc@XBMCLive:~$ sudo apt-get install git-core
    [sudo] password for xbmc:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package git-core
    What source do I need to add, and how can I do this from the command line? Thanks!

  2. #2
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: Install git via SSH

    Please paste your sources.list. The packae is in main, so if Apt can't find it, you have a problem.

  3. #3
    Join Date
    Dec 2006
    Location
    Richmond, VA
    Beans
    83
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Install git via SSH

    That's what I thought too. It's been a while since I've been in Linux land; where is my sources list?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •