Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: apt-get install lib32gcc1 dosnt work

  1. #1
    Join Date
    May 2013
    Beans
    13

    Unhappy apt-get install lib32gcc1 dosnt work

    Multiverse and Universe were enabled by default so I dont realise why it didnt work. It gives me this error:

    root@localhost:~# apt-get install lib32gcc1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package lib32gcc1 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    E: Package 'lib32gcc1' has no installation candidate
    Last edited by sorrensen; May 28th, 2013 at 05:39 AM.

  2. #2
    Join Date
    Apr 2007
    Location
    Connecticut, U.S.A.
    Beans
    173
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: apt-get install lib32gcc1 dosnt work

    Quote Originally Posted by sorrensen View Post
    Multiverse and Universe were enabled by default so I dont realise why it didnt work. It gives me this error:

    root@localhost:~# apt-get install lib32gcc1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package lib32gcc1 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    E: Package 'lib32gcc1' has no installation candidate
    Maybe this will help.

  3. #3
    Join Date
    May 2013
    Beans
    13

    Re: apt-get install lib32gcc1 dosnt work

    It's all gibberish to me, what do I do?
    Last edited by sorrensen; May 24th, 2013 at 11:06 AM.

  4. #4
    Join Date
    Apr 2007
    Location
    Connecticut, U.S.A.
    Beans
    173
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: apt-get install lib32gcc1 dosnt work

    Quote Originally Posted by sorrensen View Post
    It's all gibberish to me, what do I do?
    Which version of Ubuntu are you using?

    May I ask in which context you need this library file?

    It looks to me like this library file is to be used with 64-bit AMD processors. Can you confirm that this is the kind of processor you have in your computer?

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: apt-get install lib32gcc1 dosnt work

    Have you tried
    Code:
    sudo apt-get update && sudo apt-get install lib32gcc1

  6. #6
    Join Date
    May 2013
    Beans
    13

    Re: apt-get install lib32gcc1 dosnt work

    Old no it dosn't work. My VDS is running Ubuntu 12.04 32bit, and I am accessing it through a command line on putty, and I need the library file to run hldsupdatetool.bin to get a Garry's Mod server on my VDS. I have asked my VDS provider what type of CPU my VDS has, Ill post what type as soon as they reply.

  7. #7
    Join Date
    May 2013
    Beans
    13

    Re: apt-get install lib32gcc1 dosnt work

    Prossesor is a Intel e5

  8. #8
    Join Date
    Apr 2007
    Location
    Connecticut, U.S.A.
    Beans
    173
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: apt-get install lib32gcc1 dosnt work

    Sorry but this is the extent of my knowledge. It's confusing to me because it seems that this library file is for an AMD 64 processor. Hopefully someone else can chime in and provide a solution.

  9. #9
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: apt-get install lib32gcc1 dosnt work

    Quote Originally Posted by mjitkop View Post
    Sorry but this is the extent of my knowledge. It's confusing to me because it seems that this library file is for an AMD 64 processor. Hopefully someone else can chime in and provide a solution.
    Thats what I also see. That package is 64 bit architecture and you can't install it on your 32 bit system.

    http://packages.ubuntu.com/precise/lib32gcc1

  10. #10
    Join Date
    May 2013
    Beans
    13

    Re: apt-get install lib32gcc1 dosnt work

    Say if i were to get a 64-bit version of ubuntu would there be much difference?

Page 1 of 2 12 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
  •