silent ubuntu install

Questions about Wine on Linux
Locked
fixxxera
Newbie
Newbie
Posts: 4
Joined: Fri Mar 04, 2016 10:17 am

silent ubuntu install

Post by fixxxera »

I'm installing wine with a script via wine ppa's. How to make the install quiet? Microsoft agreement needs an "agree" :/
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: silent ubuntu install

Post by dimesio »

I don't know what PPA you're installing from, but it's not WineHQ's. WineHQ packages do NOT have any "Microsoft agreement."

The WineHQ packages are the only ones supported here. Follow these instructions: https://wiki.winehq.org/Ubuntu.
fixxxera
Newbie
Newbie
Posts: 4
Joined: Fri Mar 04, 2016 10:17 am

Re: silent ubuntu install

Post by fixxxera »

Using this ppa:sudo add-apt-repository ppa:ubuntu-wine/ppa isn't this the official one?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: silent ubuntu install

Post by dimesio »

No, and you would already know that if you had bothered to read the instructions I linked you to.
fixxxera
Newbie
Newbie
Posts: 4
Joined: Fri Mar 04, 2016 10:17 am

Re: silent ubuntu install

Post by fixxxera »

Sorry I'm new to this. I couldn't get what packages do I need. Dev/staging?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: silent ubuntu install

Post by dimesio »

Whether to use development or staging is up to you. Staging includes several hundred experimental patches applied to the development branch. If you have an app or game affected by a bug the is marked STAGED in Bugzilla, then you should try staging. If not, and you're not interested in testing experimental patches, use the development package.
fixxxera
Newbie
Newbie
Posts: 4
Joined: Fri Mar 04, 2016 10:17 am

Re: silent ubuntu install

Post by fixxxera »

Thanks a lot! Script updated and working perfectly!
Locked