Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Please add Cisco WebEx client #7

Closed
charles-hood opened this issue Apr 21, 2022 · 7 comments
Closed

Please add Cisco WebEx client #7

charles-hood opened this issue Apr 21, 2022 · 7 comments

Comments

@charles-hood
Copy link
Contributor

uri="https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb" alt="Linux deb"

@github-actions
Copy link

Hello there 👋
Thanks for submitting your first issue to the deb-get project 🐛 We'll try and take a look at your issue soon ⏲

In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑‍💻

You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.

@flexiondotorg
Copy link
Member

I don't think adding Webex is viable 😞

The .deb is only available via direct download, and the version number of the package is not available anywhere. Something get-deb requires so it knows when an update is available, by comparing the installed .deb with some vendor published version number on their website.

The other option is if Webex has an apt repository, but it does not. I've unpacked the .deb and it doesn't include any postinst scripts or cron jobs to setup an apt repository.

@charles-hood
Copy link
Contributor Author

we know the version from examining the deb, It is currently 42.4.0.21893
Screenshot from 2022-04-21 19-49-16
If we update deb-get when the next version comes out, users will still know to update as the number will be higher

@charles-hood
Copy link
Contributor Author

Would it be too much processing to read the version from the .deb file itself?

ar p Webex.deb control.tar.gz | tar xzOf - ./control | grep Version

Screenshot from 2022-04-21 20-00-06

@charles-hood
Copy link
Contributor Author

charles-hood commented Apr 22, 2022

I think we could pattern it after the existing deb_gitkraken() function, except get the version from inside the .deb instead of the name

function deb_gitkraken() { VERSION_PUBLISHED="$(curl -s "https://www.gitkraken.com/download/linux-deb" | grep "name: '" | cut -d"'" -f2)" URL="https://release.gitkraken.com/linux/gitkraken-amd64.deb" PRETTY_NAME="GitKraken" WEBSITE="https://www.gitkraken.com/invite/ieih1QR3" }

@charles-hood
Copy link
Contributor Author

PR #8 submitted

@flexiondotorg
Copy link
Member

Fixed via #8

philclifford referenced this issue in philclifford/deb-get Oct 26, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants