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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

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,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