2015-12-02

Things to do after fresh Fedora 23 installation

Become root and run update

su -
dnf update

RPM Fusion repository

http://rpmfusion.org/Configuration

Install the missing software

dnf install gnome-tweak-tool gimp inkscape thunderbird bluefish filezilla vlc python-openoffice epiphany

dnf install VirtualBox
dnf install dconf-editor

Software for development

dnf groupinstall "Development Tools"

Scientific software

dnf install numpy scipy python-matplotlib python-pandas python-ipython

Upgrade SciPy

dnf install python-pip blas-devel lapack-devel gcc-c++ rpm-build
dnf groupinstall "Development Tools"
pip install --upgrade scipy

Install scikit-learn

pip install -U scikit-learn