-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Create rpm package #3595
Labels
install-update
VS Code installation and upgrade system issues
linux
Issues with VS Code on Linux
verified
Verification succeeded
Milestone
Comments
Tyriar
added
install-update
VS Code installation and upgrade system issues
linux
Issues with VS Code on Linux
labels
Mar 1, 2016
very nice 👍 |
This was referenced Mar 8, 2016
@Tyriar does it mean we still have no support for RHEL 6? |
@rebornix yes < RHEL7 isn't supported, due to issues with GLIBC and GLIBCXX. It might be possible to build it on a RHEL6 box, I was having a bit of difficulty though. |
@Tyriar got it. I'll have a try to see whether it can be solved as there are companies/users of my ruby debugger plugin asking if we can have RHEL6 support. |
lemanschik
pushed a commit
to code-oss-dev/code
that referenced
this issue
Nov 25, 2022
.rpm packages can now be build with: gulp vscode-linux-<arch>-build-rpm The resulting package will be output to ~/rpmbuild/RPMS/<arch>/ and can be installed on a Red Hat-based distro with: yum localinstall <path> Note that Debian systems can build the package after installing the 'rpm' package: apt-get install rpm This was tested building 64-bit on Ubuntu 15.10 and installing on CentOS 7. Fixes microsoft#3595
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
install-update
VS Code installation and upgrade system issues
linux
Issues with VS Code on Linux
verified
Verification succeeded
Related #1056
The text was updated successfully, but these errors were encountered: