Announcement

Collapse
No announcement yet.

problems updating two repositories - extra ubuntu

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

    problems updating two repositories - extra ubuntu

    Hi everybody,

    got a question. How come I can't update http://medibuntu.sos.sts.com fiesty Release and http://wine.budgetdedicated.com fiesty release??

    I've tried to update but I get error when I use adept update.

    Thanks
    crl6904

    #2
    Re: problems updating two repositories - extra ubuntu

    The first is wrong. It should be sos-sts. and not sos.sts.

    Both sites have repository keys. You will have to input lines into Konsole Terminal Program.

    echo "deb http://packages.medibuntu.org/ feisty free non-free" | sudo tee -a /etc/apt/sources.list
    wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
    then
    sudo wget http://wine.budgetdedicated.com/apt/....d/feisty.list -O /etc/apt/sources.list.d/winehq.list
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: problems updating two repositories - extra ubuntu

      I did as you wrote, copied each line of code exactly as you wrote them.

      Is that all I have to do?

      thanks
      crl6904

      Comment


        #4
        Re: problems updating two repositories - extra ubuntu

        Look for them now in your package manager.
        "A problem well stated is a problem half solved." --Charles F. Kettering
        "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

        Comment

        Working...
        X