Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Ubuntu and APT-GET

  • 24-05-2006 12:40PM
    #1
    Closed Accounts Posts: 60 ✭✭


    I am in the middle of installing Asterisk on Ubuntu however I need the following packages:

    libncurses5-dev
    libssl-dev
    zlib1g-dev

    I have used the command apt-get install (package) but it can not find the above packages.

    I have searched on the ubuntu site and the packages are there???

    Is there something I am going worng?


Comments

  • Registered Users, Registered Users 2 Posts: 1,421 ✭✭✭Steveire


    You probably need to enable the universe and multiverse repositories. You need to edit your sources.list file. Search on the ubuntu wiki for more.


  • Closed Accounts Posts: 10,007 ✭✭✭✭thebman


    You can also enable those repositories using Synaptic Pacage Manager.


  • Closed Accounts Posts: 110 ✭✭Cochise


    Just in case you dont know how to enable the universe and multiverse repositories:

    Open a terminal
    type: su root
    type: cp /etc/apt/sources.list /etc/apt/sources.list.backup
    type: gedit /etc/apt/sources.list

    you'll see # infront of the universe and multiverse repositoriery lines just remove it and save the file. Quit gedit.

    type: apt-get update
    type: apt-get upgrade


Advertisement