openSUSE / opi

OBS Package Installer (CLI)
GNU General Public License v3.0
244 stars 22 forks source link

Add option to install chrome/vscode/vivaldi beta and unstable #83

Closed asdil12 closed 2 years ago

asdil12 commented 2 years ago

Fixes #78

mess-maker commented 2 years ago

should be "google-chrome-dev" not sure if unstable exist but in that case unstable sould be the canary version of chrome

asdil12 commented 2 years ago

https://askubuntu.com/questions/309813/how-to-have-google-chrome-canary-on-ubuntu

There is no canary build on linux. And it seems that unstable=dev here - but the actual package in the repo is called unstable. Here you can see a full list of all packages in the google chrome repo (http://dl.google.com/linux/chrome/rpm/stable/x86_64):


# zypper se -s google-chrome | grep -v Systempakete
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...

S  | Name                   | Type  | Version        | Arch   | Repository
---+------------------------+-------+----------------+--------+---------------
   | google-chrome-beta     | Paket | 96.0.4664.45-1 | x86_64 | google-chrome
v  | google-chrome-stable   | Paket | 96.0.4664.45-1 | x86_64 | google-chrome
   | google-chrome-unstable | Paket | 97.0.4692.20-1 | x86_64 | google-chrome
mess-maker commented 2 years ago

sorry for my previous message, but in my memories unstable was named dev some times ago thanks for your hard work on that, opi is a really great tool