Skip to content

Instantly share code, notes, and snippets.

@komahanb
Last active March 12, 2020 14:35
Show Gist options
  • Save komahanb/d38a2de6e517d59f3ed2314689dfacf9 to your computer and use it in GitHub Desktop.
Save komahanb/d38a2de6e517d59f3ed2314689dfacf9 to your computer and use it in GitHub Desktop.
Ubuntu packages for installation
# Misc softwares
1. paraview
2. tecplot
3. matlab
4. gnu-octave
# Media players
1. vlc media player
2. mplayer
# Parallel processing
1. mpi (preferable openmpi)
2. mpi4py
# compilers
sudo apt-get install gfortran
# cmake
sudo apt-get install cmake
#cython
sudo apt-get install cython
# version control
sudo apt-get install git mercurial subversion
# LAPACK BLAS
sudo apt-get install libblas-dev liblapack-dev
# editors
sudo apt-get install emacs gedit vim
# diff programs
sudo apt-get install meld xxdiff
# pdf viewer
sudo apt-get install evince okular
# misc tools
sudo apt-get install lm-sensors htop
sudo apt-get install shutter
sudo apt install valgrind
sudo apt install ipe
sudo apt-get install build-essential qt4-default bison flex qt4-qmake libqt4-dev-bin
# fltk
sudo apt install fltk1.3-dev
sudo apt-get install libx11-dev
# X11/Intrinsic.h header for tecio
sudo apt-get install libxt-dev
# texlive full
sudo apt-get install texlive-full
# plotting
sudo apt-get install gnuplot
#PYTHON PACKAGES
sudo apt-get install python-numpy
sudo apt-get install python-scipy
sudo apt-get install python-pip
sudo apt install kazam
sudo apt install blender
sudo apt install xxdiff
sudo apt install meld
sudo apt install libfreetype6-dev
sudo apt install freecad
sudo apt install xpad
sudo apt install swig
sudp apt install markdown
# Third party
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt install spotify-client
# Mendeley
wget https://www.mendeley.com/repositories/ubuntu/stable/amd64/mendeleydesktop-latest
sudo dpkg -i mendeleydesktop-latest
# Everdo
wget http://release.everdo.net/1.1.8/everdo_1.1.8_amd64.deb
sudo dpkg -i everdo_1.1.8_amd64.deb
sudo apt install everdo_1.1.8_amd64 -f
# Codeblocks
sudo apt install codeblocks
# Rabbit svn client for ubuntu
sudo apt install rabbitvcs-nautilus
# HDF5
sudo apt install libhdf5-openmpi-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment