Results 1 to 5 of 5

Thread: Where can I find devel packages for ubuntu 12.04

  1. #1
    Join Date
    Jan 2010
    Beans
    39
    Distro
    Ubuntu

    Where can I find devel packages for ubuntu 12.04

    Hello.

    Im running Ubuntu 12.04 lts.
    To be able to compile a program I must install some devel packages.
    The devel packages I need are: x11, x11-proto, xinput and gnu gsl.

    Anybody who knows where to find these?

    Regards

    Kjartan Iversen

  2. #2
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Where can I find devel packages for ubuntu 12.04

    usually you can find everything in the Ubuntu software repositories but under a different name usually begining with libsomething if it is a library not application.
    install synaptic package manager its better than ubuntu software center to check and find whats in the repos
    Last edited by gandaran; September 5th, 2012 at 05:26 PM.

  3. #3
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Where can I find devel packages for ubuntu 12.04

    You can either use Synaptic package manager to search for them or use http://packages.ubuntu.com

    By the looks of things two of the packages you need are:

    x11proto-core-dev
    libgsl0-dev

    I'll leave you to find the others.
    Cheesemill

  4. #4
    Join Date
    Jan 2010
    Beans
    39
    Distro
    Ubuntu

    Re: Where can I find devel packages for ubuntu 12.04

    Thanks to both of you....
    Ill try your proposals....

    Kjartan

  5. #5
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Where can I find devel packages for ubuntu 12.04

    If the source code is in the repositories, then you can use apt-get to install the build dependencies:
    Code:
    sudo apt-get build-dep pkgname

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
  •