Windows app support help pls

how do i install zorin windows app support, i keep getting this message


(ps: i recently installed zorin os on my laptop, so idk if i did something wrong, also the message is on top)

Please open Software & Updates and ensure that "download from" is set to Main Server.
Update the cache.
Then open terminal and run

sudo dpkg --add-architecture i386 && sudo apt update && sudo apt upgrade

Then try installing

sudo apt install zorin-windows-app-support

uhh

It looks like you will need to do that manually...
Open terminal and elevate to root:

sudo -i

Launch the file manager as root

nautilus

navigate to "other Locations" > "computer"
Then, /etc/apt/ and you should then see a file named sources.list
Right click that and choose open with > text editor.

Change kw.archive.ubuntu to archive.ubuntu by simply removing the kw...
There should be Two Lines for this. One is the main and one is security backports. Change them both.
Once done click the Save button and close it out.
In the Open Terminal, type

exit

The terminal will revert to your Home Directory. Now run

sudo apt update

That will refresh the cache and set to Main Server.

there seems to be multiple kw.archive.ubuntu in sources.list (11 to be exact), do i change them all to archive.ubuntu?

Yes. You may use the </> no-parse tags you see in the toolbar of the reply window to print a full display of your entire sources.list in order to be sure.

before removing kw from archive.ubuntu

# deb cdrom:[Zorin-OS 16 Core 64bit]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu focal main restricted
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://kw.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu focal universe
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal universe
deb http://kw.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu focal multiverse
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://kw.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://kw.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://kw.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.

after:

# deb cdrom:[Zorin-OS 16 Core 64bit]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu focal main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu focal universe
# deb-src http://archive.ubuntu.com/ubuntu/ focal universe
deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu focal multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.

Ok, it looks fine. Leave that open in case you need to Undo the changes (In gedit, this is easily done with ctrl+z keyboard shortcut. Tapping that shortcut undoes One Change with each tap. You can tap it like a maniac to completely revert all changes, as long as you have not saved and closed the file.
It only applies per session.

So leave it open, test if you can run

sudo apt update && sudo apt upgrade

in terminal. Then try installing Zorin Windows App Support.

stuck on installing 0%

Did sudo apt update show any 404 errors?

nope but i do see a "dpkg: warning: unable to delete old directory /var/lib/fwupd: directory not empty from running sudo apt upgrade though

That's pretty normal. Sometimes, different applications store files in shared directories. For this reason, a removal of a specific package defaults to not removing a directory that may have shared files.

We could try just installing Wine 6 or 7 from the Wine Repository instead...:

nvm it took some time but it did install

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.