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

Error when updating Rstudio #836

Closed
collioud opened this issue Jun 11, 2023 · 7 comments
Closed

Error when updating Rstudio #836

collioud opened this issue Jun 11, 2023 · 7 comments

Comments

@collioud
Copy link
Contributor

Hello,

I have an issue when updating the package Rstudio.
Thanks for looking into it!
Arnaud

Expected behavior

Updating the packages when using deb-get update

Actual behavior

Got the message:

 [!] ERROR! Missing required information of website package rstudio:
URL=
VERSION_PUBLISHED=

System information

Running on Ubuntu 20.04.6 LTS

deb-get version 0.3.8.1

Rstudio installed : 2023.03.1-446

@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.

@marosg42
Copy link
Contributor

Publisher changed the source link, this is what they have on their page
wget https://download2.rstudio.org/server/focal/amd64/rstudio-server-2023.06.0-421-amd64.deb

@collioud
Copy link
Contributor Author

collioud commented Jun 14, 2023

Publisher changed the source link, this is what they have on their page wget https://download2.rstudio.org/server/focal/amd64/rstudio-server-2023.06.0-421-amd64.deb

Yes, this is the new link for Rstudio Server...

For Rstudio Desktop, the new url is:
https://download1.rstudio.org/electron/focal/amd64/rstudio-2023.06.0-421-amd64.deb

Maybe just changing bionic by focal in deb-get/01-main/packages/rstudio will do it. How I can I test that locally since the list of packages is fetched when updating?

@philclifford
Copy link
Member

sudo cp /etc/deb-get/01-main.d/rstudio /etc/deb-get/99-local.d/

which will then override the main repo definition.

(for convenience you might want to own 99-local.d)

Then tweak and test the logic and when it is correct and tested you could consider creating a PR.

They have changed rstudio-server similarly so it would be good to change that as well.

sudo cp /etc/deb-get/01-main.d/rstudio-server /etc/deb-get/99-local.d/
sudo sed -i 's/bionic/focal/g' /etc/deb-get/99-local.d/rstudio*

you can check using deb-get show rstudio rstudio-server that the correct URLs and versions are found after an update.

@collioud
Copy link
Contributor Author

I did that. See the corresponding PR...
Thanks for your help!

@philclifford
Copy link
Member

closed by #838

@philclifford
Copy link
Member

You're very welcome. Just missed a release but everyone updating will get your fix. Many thanks for your contribution.

# 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

3 participants