rstudio works fine. Trying to do a regular dnf upgrade didn't quite work and gave me these messages
Package rstudio-common not installed, cannot update it.
No match for argument: rstudio-common-2024.04.0+735-1.fc39.x86_64.rpm
Package rstudio-server not installed, cannot update it.
No match for argument: rstudio-server-2024.04.0+735-1.fc39.x86_64.rpm
Dependencies resolved.
Problem: problem with installed package rstudio-2023.12.1+402-1.fc39.x86_64
- package rstudio-common-2024.04.0+735-1.fc39.x86_64 from @commandline conflicts with rstudio provided by rstudio-2023.12.1+402-1.fc39.x86_64 from @System
- package rstudio-common-2024.04.0+735-1.fc39.x86_64 from @commandline conflicts with rstudio provided by rstudio-2023.12.1+402-1.fc39.x86_64 from updates
- package rstudio-desktop-2024.04.0+735-1.fc39.x86_64 from @commandline requires rstudio-common(x86-64) = 2024.04.0+735-1.fc39, but none of the providers can be installed
- cannot install the best update candidate for package rstudio-desktop-2023.12.1+402-1.fc39.x86_64
Removing the old rstudio and rstudio-desktop packages and installing the new rstudio-common and rstudio-desktop packages worked fine. Also worked if I did sudo dnf install --allowerasing ./rstudio-desktop-2024.04.0+735-1.fc39.x86_64.rpm ./rstudio-common-2024.04.0+735-1.fc39.x86_64.rpm
Thanks, this is because rstudio has been renamed rstudio-common, and I added a Conflicts to prevent issues with the rstudio package provided upstream. Please check the new update. I added versioned Conflicts and Obsoletes to avoid this error you are getting when upgrading and ease the transition.
This update has been submitted for testing by iucar.
This update's test gating status has been changed to 'ignored'.
rstudio works fine. Trying to do a regular
dnf upgradedidn't quite work and gave me these messagesRemoving the old
rstudioandrstudio-desktoppackages and installing the newrstudio-commonandrstudio-desktoppackages worked fine. Also worked if I didsudo dnf install --allowerasing ./rstudio-desktop-2024.04.0+735-1.fc39.x86_64.rpm ./rstudio-common-2024.04.0+735-1.fc39.x86_64.rpmThis update has been pushed to testing.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
This update has been obsoleted by rstudio-2024.04.0+735-2.fc39.
Thanks, this is because rstudio has been renamed rstudio-common, and I added a Conflicts to prevent issues with the rstudio package provided upstream. Please check the new update. I added versioned Conflicts and Obsoletes to avoid this error you are getting when upgrading and ease the transition.