Results 1 to 7 of 7

Thread: New installation: apt-get can't find packages

  1. #1
    Join Date
    Jul 2008
    Beans
    233
    Distro
    Ubuntu 16.04 Xenial Xerus

    New installation: apt-get can't find packages

    I recently installed 7.10 Gutsy Gibbon. When trying to install packages I'm getting error messages:

    user@machine:~$ sudo apt-get install tcsh
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package tcsh

    user@machine:~$ sudo apt-get install nedit
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package nedit

    Update gives this:

    user@machine:~$ sudo apt-get update
    Ign cdrom://Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) gutsy/main Translation-en_US
    Ign cdrom://Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016) gutsy/restricted Translation-en_US
    Reading package lists... Done


    I notice that all entries are commented out in /etc/apt/sources.list

  2. #2
    Join Date
    Jun 2008
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: New installation: apt-get can't find packages

    are you definitely connected to the internet?

  3. #3
    Join Date
    Nov 2007
    Beans
    449
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: New installation: apt-get can't find packages

    try
    Code:
    aptitude search SEARCHTERM
    that will find packages that exist in your repositories. You may have to enable other repositories for the packages you want. Go to System->Administration->Sources (it might not be sources but its right next to synaptic package manager) and enable all the repositories there. (you dont have to enable the source repositories)

    now try your aptitude update and installs again.

    edit: reading your post again it looks like your only checking the ubuntu CD for packages. I would sugest enabling aditional repositories like it explained earlier. (i think the menu option is "software sources")
    Last edited by Potatoj316; July 28th, 2008 at 04:28 PM.
    quidquid Latine dictum sit altum videtur

  4. #4
    Join Date
    Dec 2007
    Location
    Shepperton, UK.
    Beans
    2,489
    Distro
    Ubuntu Development Release

    Re: New installation: apt-get can't find packages

    It looks like a Software Source problem. Go to System-Admin-Software Sources. Under the Ubuntu tab tick all boxes, untick the CDrom box. Under Updates tick Important, Recommended and Unsupported boxes. Close the window and in terminal enter
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    Now you should be all to get that package providing its in the standard repositories.
    Intel E5700 G41 8Gb Xubuntu 13.10, Ubuntu 13.4, WinXP.
    Revo R3610 Win7 Pro, Ubuntu 13.04

    Absolute Beginners Compiz-fusion wiki Local Weather

  5. #5
    Join Date
    Apr 2007
    Location
    akron, OH
    Beans
    2,158
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: New installation: apt-get can't find packages

    Post your source list

    Code:
    cat /etc/apt/sources.list

  6. #6
    Join Date
    Nov 2007
    Location
    india
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: New installation: apt-get can't find packages

    Quote Originally Posted by rawlins02 View Post
    I notice that all entries are commented out in /etc/apt/sources.list
    simply uncomment the required repositories and
    Code:
    sudo apt-get update

  7. #7
    Join Date
    Jul 2008
    Beans
    233
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: New installation: apt-get can't find packages

    Followed suggestions of Kevbert. Repositories now accessible. Thanks to all for fast replies.

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
  •