Skip to content

I'm new to linux. Could I also install it? #75

Answered by MiMillieuh
nataliasmir asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Well you just need to setup wine and your graphic drivers properly.

If you're using an AMD or Intel card it should already be installed. if you're using an Nvidia card, you might need to install them with additional driver tool.

For WINE assuming you're using the latest Ubuntu (22.04 LTS) :

You need to add the 32bit architecture in dpkg. using : sudo dpkg --add-architecture i386

Then you need to add the keys because wine isn't an official repo : sudo mkdir -pm755 /etc/apt/keyrings && sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key

Then add the repo : sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by MiMillieuh
Comment options

You must be logged in to vote
5 replies
@nataliasmir
Comment options

@MiMillieuh
Comment options

@nataliasmir
Comment options

@MiMillieuh
Comment options

@MiMillieuh
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants