User Tools

Site Tools


programming:ide

This is an old revision of the document!


Visual Studio Code

Microsoft Visual Studio Code

Nötige Pakete

apt-get -y install libx11-xcb1 libasound2

Installation

curl -sSL https://packages.microsoft.com/keys/microsoft.asc -o microsoft.asc
apt-key add microsoft.asc
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"  | tee /etc/apt/sources.list.d/vscode.list
apt-get update
apt-get -y install code

VSCodium, a Microsoft free Visual Studio Code

Nötige Pakete

apt-get -y install libx11-xcb1 libasound2

Installation

wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | dd of=/etc/apt/trusted.gpg.d/vscodium.gpg
echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | tee --append /etc/apt/sources.list.d/vscodium.list
apt-get update
apt-get -y install codium
programming/ide.1622125085.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki