daviddwlee84 / DevEnvPack

Bring my development environment everywhere. vim, tmux, bash, zsh, VSCode, docker, and so on.
1 stars 0 forks source link

Microsoft Software and Wine #13

Open daviddwlee84 opened 3 years ago

daviddwlee84 commented 3 years ago

Teams

curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -

sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main" > /etc/apt/sources.list.d/teams.list'

sudo apt update
sudo apt install teams

Wine

# This is for 18.04

sudo dpkg --add-architecture i386 
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
sudo apt install --install-recommends winehq-stable

/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ - openSUSE Download

The following packages have unmet dependencies:
 wine-stable : Depends: wine-stable-i386 (= 5.0.0~bionic)
               Depends: wine-stable-amd64 (= 5.0.0~bionic) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
# Fix bug
wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/Release.key
sudo apt-key add Release.key
sudo add-apt-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./'
sudo apt update

Rambox

daviddwlee84 commented 3 years ago

Wine Chinese Font

  1. Setup Font (copy to ~/.wine/..../Windows/Font)
  2. Setup regdex (with winetricks)
  3. Install WeChat then