sudo apt update; sudo apt upgrade -y; sudo apt dist-upgrade -y; sudo apt autoremove -y
GMT:
sudo apt -y install gmt gmt-dcw gmt-gshhg;
cd ubuntu_gmt4; sudo sh install_bash_script
Python:
sudo apt install -y python-pip python-pandas python-scipy python-matplotlib python-pyqt5
sudo apt install -y python3-pip python3-pandas python3-scipy python3-matplotlib python3-pyqt5
sudo apt install -y pyqt5-dev-tools qttools5-dev-tools
Obspy:
sudo vi /etc/apt/sources.list
Ubuntu 16.04:
deb http://deb.obspy.org xenial main
Ubuntu 18.04:
deb http://deb.obspy.org bionic main
wget --quiet -O - https://raw.github.com/obspy/obspy/master/misc/debian/public.key | sudo apt-key add -; sudo apt update; sudo apt install python-obspy python3-obspy -y
Pycharm:
sudo apt install snapd -y; sudo snap install pycharm-community --classic
Matlab 2018b:
https://drive.google.com/file/d/15MUhzukeqd4MfjRVBd7C_xKVUYeH4yfA/view?usp=sharing
VS code:
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt install apt-transport-https
sudo apt update
sudo apt install code