How to installing Staging?

Questions about Wine on Linux
Locked
AndrzejBo
Level 1
Level 1
Posts: 7
Joined: Sat Nov 30, 2019 11:48 am

How to installing Staging?

Post by AndrzejBo »

For Ubuntu 19.10 I found:
Commands used:
1) sudo dpkg --add-architecture i386
2) wget -nc https://dl.winehq.org/wine-builds/winehq.key
3) sudo apt-key add winehq.key
4) sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main'
5) sudo apt install --install-recommends winehq-staging

How for WindowsFx?
I try sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
I get:
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Windowsfx/focal

Next I try build from sources
Is patchinstall.sh.in , not patchinstall.sh and I don't know how create patchinstall.sh.
User avatar
dimesio
Moderator
Moderator
Posts: 13200
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to installing Staging?

Post by dimesio »

AndrzejBo wrote: Sat Jun 05, 2021 2:33 am How for WindowsFx?
I try sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
I get:
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Windowsfx/focal
Ask on your distro's support forum. Our Ubuntu packages are built on and for Ubuntu, and while users of other Ubuntu-based distros are welcome to try them, they may not work on distros that have made significant changes from Ubuntu.

But why are you trying to install our packages? From what I can get from googling, Windowsfx is supposed to have its own Wine port.
Locked