Microsoft Edge
OpenSUSE Tumbleweed Microsoft Edge Yükleme
Bu rehber sırasında terminal kullanılacaktır.
Aşağıdaki komutları sırasıyla yazalım.
1. Opi ile yükleme
opi msedge
Çıkan sonuçlarda brave browser deposunu ekliyim mi diye sorarsa evet işaretleyiniz(Örn: Do you want to install Microsoft Edge from Microsoft repository? (Y/n) y)
2. Zypper ile yükleme
sudo zypper --gpg-auto-import-keys in -y curl
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo zypper addrepo https://packages.microsoft.com/yumrepos/edge/config.repo
sudo zypper --gpg-auto-import-keys in -y Microsoft-edge-stable
3. Dnf ile yükleme
sudo dnf install -y curl
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge/config.repo
sudo dnf install -y microsoft-edge-stable
Last updated
Was this helpful?