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)
(i am new to linux)
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
echo 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main' > /tmp/winehq.list
sudo cp /tmp/winehq.list /etc/apt/sources.list.d/
sudo apt update
sudo apt install --install-recommends winehq-stable
winecfg
i try it but still get the same errorInstall 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 runCode:winecfg
sudo apt update
cat /usr/bin/winecfg