Skip to content

Install staej on Ubuntu

El-Saig Dávid edited this page Aug 6, 2018 · 7 revisions

Preparation

You are expected to have a working user interface as provided by the Ubuntu installer in normal installation. I've tested these instructions on a fresh installation of Ubuntu 18.04 "Bionic Beaver" from the official website. Note that it did now work on a Live boot. Note that it did not work for me on Ubuntu 18.04 for Windows 10 and probably wouldn't work on a Ubuntu Server installation either for the same reason. You may need the Ubuntu Media package, though in my testing there was no need to install it explicitly.

Installation

# Get the latest GTK3 and update the repos
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt update
sudo apt dist-upgrade

# Fetch other repo depends
sudo apt-get -y install libgtk-3-0 gir1.2-gtk-3.0 python3 python3-gi python3-gi-cairo gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad ipython3 python-gst-1.0 python3-scipy

# Fetch python depends from the PIP
sudo apt-get -y install python3-pip
pip3 install peewee
sudo pip3 install matplotlib

# Fetch staej from the git repository
git clone https://github.com/DAud-IcI/staej.git

Configuration & Execution

Click here to continue with setting up and running staej!