Announcement

Collapse
No announcement yet.

How can i get a debian library?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can i get a debian library?

    Hello
    I want to know if its possible get libufsparse from debian to Kubuntu 6.06?
    If its possible, how i do it?
    Thaks
    0
    Help
    0%
    0
    none
    0%
    0
    none
    0%
    0

    #2
    Re: How can i get a debian library?

    Add the following lines to /etc/apt/sources.list

    Code:
    ## Debian Unstable
    deb [url]http://http.us.debian.org/debian[/url] unstable main contrib non-free
    deb [url]http://non-us.debian.org/debian-non-US[/url] unstable/non-US main contrib non-free
    and then fire up Adept or use apt-get:

    Code:
    sudo apt-get install libufsparse

    Comment

    Working...
    X