Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support Pop!_OS #25

Closed
alexrodpas opened this issue Jun 4, 2024 · 3 comments · Fixed by #26
Closed

Support Pop!_OS #25

alexrodpas opened this issue Jun 4, 2024 · 3 comments · Fixed by #26

Comments

@alexrodpas
Copy link

alexrodpas commented Jun 4, 2024

rpsm::enable() on Pop!_OS (which is based on ubuntu) returns "Error: OS not supported".

The reason for this is that in Pop!_OS installations, /etc/os-release links to /etc/pop-os/os-release, in which ID=pop (although the file also contains ID_LIKE="ubuntu debian").

Support for Pop!_OS could be done by adding "pop" to the list of supported IDs in os.R, or alternatively, by checking ID_LIKE.

My configuration:
OS: Pop!_OS 22.04 LTS
R version 4.4.0 (2024-04-24) -- "Puppy Cup"

/etc/os-release (/etc/pop-os/os-release) file:
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=jammy
UBUNTU_CODENAME=jammy
LOGO=distributor-logo-pop-os

@alexrodpas alexrodpas changed the title Support pop_os Support Pop!_OS Jun 4, 2024
@Enchufa2
Copy link
Member

Enchufa2 commented Jun 4, 2024

Can you please try the branch feature/25?

@alexrodpas
Copy link
Author

Done. Installed the branch feature/25, and rpsm::enable() now works fine.

I'm closing this issue now.

Thanks!

@Enchufa2
Copy link
Member

Enchufa2 commented Jun 5, 2024

Let me close when it's merged, etc. Otherwise, I'll forget. ;-)

@Enchufa2 Enchufa2 reopened this Jun 5, 2024
@Enchufa2 Enchufa2 linked a pull request Jun 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants