Announcement

Collapse
No announcement yet.

How to get medibuntu ppa working in natty

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

    How to get medibuntu ppa working in natty

    Hi, this does not work

    Code:
    sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
    any ideas please.

    #2
    Re: How to get medibuntu ppa working in natty

    there isn't a natty repo for medibuntu at the moment, they usually don't have one till much closer to the next official release.

    you can try using maverick's repo.
    substitute maverick where you find $(lsb_release -cs) in the command string

    just don't forget to remove any medibuntu entries (using kpackagekit, muon, etc) before adding the natty repo when that is finally set up

    Comment

    Working...
    X