Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Linux repositories

Options
  • 26-10-2010 9:13am
    #1
    Closed Accounts Posts: 649 ✭✭✭


    Does anyone know if it's possible to connect to the linux repositories in UCD? Ive tried the update manager, but it wont download at all. Thanks:)


Comments

  • Registered Users Posts: 13,010 ✭✭✭✭bnt


    You have to use HTTP (not FTP) and go through the Proxy . I don't know much about Ubuntu's Update Manager, and recommend you try Synaptic: in there you go to Settings / Preferences / Network / Manual Proxy - and enter proxy.ucd.ie port 8484.

    optional for the geeky: If you want to use terminal commands such as apt-get, the easiest way is to create a settings file. I put the following in ~/ucd.conf:
    Acquire::http::proxy "http://proxy.ucd.ie:8484/";
    Acquire::ftp::proxy "ftp://proxy.ucd.ie:8484/";
    Acquire::https::proxy "https://proxy.ucd.ie:8484/";
    
    Then I can run:
    sudo apt-get -c ~/ucd.conf update
    to update from the repositories etc.

    Death has this much to be said for it:
    You don’t have to get out of bed for it.
    Wherever you happen to be
    They bring it to you—free.

    — Kingsley Amis



  • Registered Users Posts: 213 ✭✭Hoku


    Or find a location with eduroam and update as normal. :)
    Of course the first option would be more suitable if you were updating on a desktop/server :P


Advertisement