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

Ubuntu and APT-GET

Options
  • 24-05-2006 1: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 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,012 ✭✭✭✭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