|
Bugzilla – Full Text Bug Listing |
| Summary: | Error While Trying to Download VSCodium | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Travis Engh <cmxretro> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | Andreas.Stieger, cmxretro |
| Version: | Leap 15.2 | ||
| Target Milestone: | --- | ||
| Hardware: | 64bit | ||
| OS: | openSUSE Leap 15.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Travis Engh
2021-04-24 01:46:17 UTC
(In reply to Travis Engh from comment #0) > Steps to Reproduce: > 1.enter sudo zypper install codium Incomplete. Please give the repository used. This is the website I went to: https://vscodium.com/ Below is how I tried to install it: 1st: sudo rpm --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg 2nd is the repository I tried to use: printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=gitlab.com_paulcarroty_vscodium_repo\nbaseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg" |sudo tee -a /etc/zypp/repos.d/vscodium.repo 3rd: sudo zypper in codium (In reply to Travis Engh from comment #2) > [...] |sudo tee -a /etc/zypp/repos.d/vscodium.repo Note that -a appends. So the file is probably broken. Remove it, run the command once and try again. Alternatively edit it to have the following content exactly: [gitlab.com_paulcarroty_vscodium_repo] name=gitlab.com_paulcarroty_vscodium_repo baseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/ enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg metadata_expire=1h Obviously a misspelled .repo file. Closing it. |