vscodium: Cannot install version 1.81 on RHEL 7.9 (or Ubuntu 18)
I currently have version 1.64.2
(I know, very old) installed and cannot install 1.81
because of the following errors:
$ sudo yum install ./codium-1.81.1.23222-el7.x86_64.rpm
Loaded plugins: langpacks, search-disabled-repos
Examining ./codium-1.81.1.23222-el7.x86_64.rpm: codium-1.81.1.23222-el7.x86_64
Marking ./codium-1.81.1.23222-el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package codium.x86_64 0:1.81.1.23222-el7 will be installed
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3.8)(64bit) for package: codium-1.81.1.23222-el7.x86_64
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3.9)(64bit) for package: codium-1.81.1.23222-el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.20)(64bit) for package: codium-1.81.1.23222-el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.21)(64bit) for package: codium-1.81.1.23222-el7.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.22)(64bit) for package: codium-1.81.1.23222-el7.x86_64
--> Finished Dependency Resolution
Error: Package: codium-1.81.1.23222-el7.x86_64 (/codium-1.81.1.23222-el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.20)(64bit)
Error: Package: codium-1.81.1.23222-el7.x86_64 (/codium-1.81.1.23222-el7.x86_64)
Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit)
Error: Package: codium-1.81.1.23222-el7.x86_64 (/codium-1.81.1.23222-el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.21)(64bit)
Error: Package: codium-1.81.1.23222-el7.x86_64 (/codium-1.81.1.23222-el7.x86_64)
Requires: libstdc++.so.6(GLIBCXX_3.4.22)(64bit)
Error: Package: codium-1.81.1.23222-el7.x86_64 (/codium-1.81.1.23222-el7.x86_64)
Requires: libstdc++.so.6(CXXABI_1.3.8)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
How can I solve this problem?
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 34 (13 by maintainers)
VSCodium 1.86.2.24053 should fix the issue.
The
1.86.2.24047-insider
does works on centos7 when switching to the unofficial nodejs. The next version will test node-v16@daiyam wrote:
That sounds good. Note that If that is done, then we should patch the new file resources/server/bin/helpers/check-requirements-linux.sh. This new script will definitely help in general.
I will look into it.
@GitMensch no I’ve removed it
The latest https://github.com/VSCodium/vscodium-insiders/releases/tag/1.86.2.24048-insider does work on centos7 (only REH)
I’m looking into building
node-v18
withglibc-2.17
for platforms other than x64.Sadly, I’ve just tested in a VM, I’m getting errors from dependencies:
I will have to refine more…
Sounds cool, do you have any examples of apt/yum/dnf compatible Github releases? I think it’s not possible without nested dirs.
Another issue is throttling - for anonymous Github will show “Whoa there! You have triggered an abuse detection mechanism.” very fast.
Here’s the
flatpak
instructions to downgrade to 1.77:…and then search and use the commit for 1.77:
flatpak requires you install first, and then “upgrade” to that previous specific version (commit)…
Could we get @paulcarroty to update the aptitude repo (Ubuntu) to include previous versions? I do not have a gitlab account to login and make the comment. VSCodium Ubuntu installation repo is published over there:
https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo
Seems the current launchpad only lists the latest version, and no previous versions to install (which would have made it super easy to downgrade).
If we could get him to re-publish 1.77, then the user would only need to do:
Most other packages include previous versions: