34 lines
792 B
Markdown
34 lines
792 B
Markdown
|
|
# Installation
|
||
|
|
|
||
|
|
## Chrome
|
||
|
|
$ sudo apt-get install libxss1 libappindicator1 libindicator7
|
||
|
|
|
||
|
|
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||
|
|
|
||
|
|
$ sudo dpkg -i google-chrome*.deb
|
||
|
|
|
||
|
|
$ sudo apt-get install -f
|
||
|
|
|
||
|
|
## Atom
|
||
|
|
Install form terminal
|
||
|
|
|
||
|
|
$ sudo add-apt-repository ppa:webupd8team/atom
|
||
|
|
|
||
|
|
$ sudo apt update
|
||
|
|
|
||
|
|
$ sudo apt install atom
|
||
|
|
|
||
|
|
## Team Viewer
|
||
|
|
Download the TeamViewer DEB package from https://www.teamviewer.com/download/linux/?_ga=2.117699849.1611532503.1532929360-1758681613.1532929360
|
||
|
|
|
||
|
|
$ wget link..
|
||
|
|
|
||
|
|
## Visual Studio Code
|
||
|
|
|
||
|
|
$ wget https://az764295.vo.msecnd.net/stable/1dfc5e557209371715f655691b1235b6b26a06be/code_1.25.1-1531323788_amd64.deb
|
||
|
|
|
||
|
|
## Git
|
||
|
|
|
||
|
|
$ sudo apt-get install git
|
||
|
|
|
||
|
|
$ git --version
|