wavebox / waveboxapp

Wavebox, the revolutionary and feature-rich Chromium browser that's built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.
https://wavebox.io
1.29k stars 135 forks source link

RPM to Download #1392

Open progkix opened 2 years ago

progkix commented 2 years ago

Bug/Feature description

Why is there no RPM available for download? i like to at least have a copy of what I have installed. Thanks

Steps to reproduce (if applicable)

Thomas101 commented 2 years ago

Hi,

If you want to download the raw RPM, you can use the following link to grab the latest version https://download.wavebox.app/latest/stable/linux/rpm.

I'll update the download page & release notes so this is linked in the future

lens0021 commented 1 year ago

I've done this:

rpm --import https://download.wavebox.app/static/wavebox_repo.key
wget -P /etc/yum.repos.d/ https://download.wavebox.app/stable/linux/rpm/wavebox.repo
dnf install Wavebox
bayazidbh commented 1 year ago

You can also user dnf install and rpm-ostree install with web URL as well. Though, in this case, you have to get the direct link first (you can use the link above, and then copy the direct link through the browser's downloads page).

Right now, it's this: https://download.wavebox.app/stable/linux/rpm/x86_64/Wavebox_10.114.26-2.x86_64.rpm

I suppose if there's a request I could have, it's for there to be a browseable page like https://rpm.anydesk.com/ where we can get the latest direct link, or just a permanent direct link (say, https://download.wavebox.app/stable/linux/rpm/x86_64/Wavebox_latest.x86_64.rpm). Would be useful for my ublue-os build (and for other distro that can use netinstall of packages).

Thomas101 commented 1 year ago

If you want the latest version you can use... https://download.wavebox.app/latest/stable/linux/rpm

There's also https://download.wavebox.app/stable/linux/appcast.json which lists the latest 10 releases

Hope those help!

bayazidbh commented 1 year ago

If you want the latest version you can use... https://download.wavebox.app/latest/stable/linux/rpm

Oh, dnf install https://download.wavebox.app/latest/stable/linux/rpm doesn't work:

Can not load RPM file: /var/cache/dnf/commandline-4484d2478c96ca59/packages/rpm.
Could not open: /var/cache/dnf/commandline-4484d2478c96ca59/packages/rpm

But using dnf5 install with that url does work.