I can notload the APT line ppa:ubuntu-wine/ppa in 9.04

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
samiebell
Newbie
Newbie
Posts: 2
Joined: Wed Jul 28, 2010 6:30 pm

I can notload the APT line ppa:ubuntu-wine/ppa in 9.04

Post by samiebell »

I cannot load wine .Ihave been told I need the GPG key before I can load the APT line .How do I get the Key .
Any help will be appreciated :( :(
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

sudo add-apt-repository ppa:ubuntu-wine/ppa

That's all you need to do. It automatically adds the repository AND fetches the key this way. After this, you update the repo with a normal apt-get update.
samiebell
Newbie
Newbie
Posts: 2
Joined: Wed Jul 28, 2010 6:30 pm

Thank You

Post by samiebell »

DaVince wrote:sudo add-apt-repository ppa:ubuntu-wine/ppa

That's all you need to do. It automatically adds the repository AND fetches the key this way. After this, you update the repo with a normal apt-get update.
Locked