wine instalation problems on chromebook

T3CHT0

New Member
Joined
Feb 6, 2023
Messages
2
Reaction score
0
Credits
17
so i folow this guide https://alvarotrigo.com/blog/wine-chromebook/ and i can get everything instaled but i can't launch wincfg anyone know how i can solve that
(i am new to linux)
image0.jpg
image1.jpg
 


Install the repository key - you have the key in the wrong place

Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key

  sudo -H gpg -o /etc/apt/trusted.gpg.d/winehq.key.gpg --dearmor winehq.key

The next two Terminal commands add the Wine HQ repository for Debian 11 Bullseye to the operating system's list of repositories. Your repository list is in the wrong place.

Code:
echo 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main' > /tmp/winehq.list

   sudo cp /tmp/winehq.list /etc/apt/sources.list.d/

Now that you have added the correct repository, you can install Wine 8.0 using this command:

Code:
sudo apt update
   sudo apt install --install-recommends winehq-stable

the run
Code:
winecfg
 
Last edited by a moderator:
Install the repository key - you have the key in the wrong place

Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key

  sudo -H gpg -o /etc/apt/trusted.gpg.d/winehq.key.gpg --dearmor winehq.key

The next two Terminal commands add the Wine HQ repository for Debian 11 Bullseye to the operating system's list of repositories. Your repository list is in the wrong place.

Code:
echo 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main' > /tmp/winehq.list

   sudo cp /tmp/winehq.list /etc/apt/sources.list.d/

Now that you have added the correct repository, you can install Wine 8.0 using this command:

Code:
sudo apt update
   sudo apt install --install-recommends winehq-stable

the run
Code:
winecfg
i try it but still get the same error
image3.jpg
image4.jpg
 

Attachments

  • image3.jpg
    image3.jpg
    3.8 MB · Views: 185
Now you have it configured multiple times you need to edit /etc/apt/sources.list.d/winehq.list

There should only be one file in that folder for winehq.list and it should have - deb https://dl.winehq.org/wine-builds/debian/ bullseye main - on it as the only entry - if it has anymore then that you need to delete those entries or any extra winehq.list files and also check the for any extra wine_chrome_os files and modify accordingly and re-save all the modified files when finished

Once finished run
Code:
sudo apt update

If you have it right those multiple entries will be gone

I also see a /usr/bin/wine Exec format error - at the bottom of you photo
what is the output of
Code:
cat /usr/bin/winecfg
 
Last edited by a moderator:

Staff online

Members online


Latest posts

Top