Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: Unable to locate package

  1. #11
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: Unable to locate package

    Not sure about their availability in the default installation media.

    You can try this command to bring up your NIC for time being.

    Code:
    dhclient eth0
    Where eth0 is your network interface.

  2. #12
    Join Date
    Dec 2010
    Beans
    1

    Re: Unable to locate package

    "unable to locate package" i met the same problem.
    and i tried the "apt-get update"
    then "apt-get install xxx" worked.

    it seems u should update the apt-get at first.

  3. #13
    Join Date
    Jan 2006
    Beans
    2

    Re: Unable to locate package

    Do you always need to run apt-get update prior to the install option moving forward or is it a one time thing?

    Thanks,

    -IVIr_Evil

  4. #14
    Join Date
    Nov 2010
    Beans
    27

    Re: Unable to locate package

    Quote Originally Posted by sanco60 View Post
    "unable to locate package" i met the same problem.
    and i tried the "apt-get update"
    then "apt-get install xxx" worked.

    it seems u should update the apt-get at first.
    I find the answer for my problem here, thanks, bro

  5. #15
    Join Date
    Jan 2011
    Beans
    1

    Re: Unable to locate package

    Thanks, this solved my problem, can anyone tell me on which screen we can configure the ethernet during installation since i could not find it during installation

  6. #16
    Join Date
    Oct 2008
    Location
    Salinas in California
    Beans
    13
    Distro
    Ubuntu Development Release

    Re: Unable to locate package

    Great insight and reminded me of some of the command line options. Far as the Op mentioned, was seeing the same thing after a unetbootin install of ubuntu 10.10.

    Using dhclIent had me reconnected and once that was complete, was able to get all I needed. Also it seems any of the alternate versions found via cdimages.ubuntu.com are able to install what is needed w/o having a valid internet cinnection.

  7. #17
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    1

    Re: Unable to locate package

    hi

    I have the same problem, but I updated the packege repo, using apt-get update or apt-get aptitude. After updating successfully then you can install the packages.

    I hope this will help you.....
    cheers...
    cvv

  8. #18
    Join Date
    Apr 2011
    Beans
    1

    Smile Re: Unable to locate package

    Quote Originally Posted by sikander3786 View Post
    Try,

    Code:
    sudo apt-get update && sudo apt-get install ethtool
    THANKS!! This worked for me!

  9. #19
    Join Date
    Jul 2011
    Beans
    1

    Re: Unable to locate package

    I have been trying unsuccessfully for two days to install joomla 1.6. I download all the files to my desktop as instructed on another site, and I manually pulled each file on the desktop into its own folder entitled "joomla".

    I went to the terminal and typed in : sudo apt-get install joomla ...and it tells me it can't find it! I then put in sudo apt-get install desktop joomla and it tells me it still can't find it!

    Can anyone help me here? I did download the LAMP, in preparation for installing the joomla, and I think that is installed?? I did get apache to verify "IT WORKS" on the net, but I can't seem to do the same for phpMyAdmin.....thats another one I can't seem to load or get installed.

    HELP PLEASE!! ...

    Belinda

  10. #20
    Join Date
    Mar 2011
    Beans
    1

    Re: Unable to locate package

    Using a pendrive of Ubuntu 11.10 (if this matters, let me know)

    I have tried to use the sudo apt-get update command and then the sudo apt-get install belier.
    I then tried the sudo apt-get update && sudo apt-get install belier command.

    Neither worked.

    here is my output from cat /etc/apt/sources.list

    # /etc/apt/sources.list

    deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted
    deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted
    deb http://security.ubuntu.com/ubuntu/ oneiric-security main restricted
    deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main restricted

    I first typed bel at the CLI, then the following appeared underneath that line
    The program 'bel' is currently not installed. You can install it by typing:
    sudo apt-get install belier
    You will have to enable the component called 'universe'

    How do I enable 'universe'?

    Does anyone have an answer to this?

Page 2 of 3 FirstFirst 123 LastLast

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
  •