hostbella.blogg.se

Linux install webstorm
Linux install webstorm





linux install webstorm

Sudo sh -c 'echo "deb any main" > /etc/apt//atom.list'

#Linux install webstorm code#

Sudo apt-get install code # or code-insidersĮcho "deb apt/stable/" | sudo tee /etc/apt//sublime-text.list Sudo sh -c 'echo "deb stable main" > /etc/apt//vscode.list' Sudo mv microsoft.gpg /etc/apt//microsoft.gpg # make distclean # if you build Vim before Sudo apt-get install libncurses5-dev libncursesw5-dev Sudo dpkg -i google-chrome-stable_current_b Git config -global user.email config -global core.editor "vim" Git config -global user.name "Andrey Bushman" Sudo apt-get install remmina remmina-plugin-rdp remmina-plugin-secret

linux install webstorm

Sudo apt-add-repository ppa:remmina-ppa-team/remmina-next If everything went fine you should see gcc 7.2.0 by the time I am writing this gist When completed, you must change to the gcc you want to work with by default. Sudo update-alternatives -install /usr/bin/gcc gcc /usr/bin/gcc-5 50 -slave /usr/bin/g++ g++ /usr/bin/g++-5 Sudo update-alternatives -install /usr/bin/gcc gcc /usr/bin/gcc-6 60 -slave /usr/bin/g++ g++ /usr/bin/g++-6 & \ Sudo update-alternatives -install /usr/bin/gcc gcc /usr/bin/gcc-7 70 -slave /usr/bin/g++ g++ /usr/bin/g++-7 & \ Sudo apt-get install gcc-7 g++-7 gcc-6 g++-6 gcc-multilib -y & \ Sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y & \ Sudo apt-get install build-essential software-properties-common -y & \ If you are still reading let's carry on with the code. To install gcc-7 (gcc-7.2.0), I had to do more stuff as shown below. These commands are based on a askubuntu answer and







Linux install webstorm