Installation (Fedora)

From Emergent

(Redirected from User install (Fedora))
Jump to: navigation, search
Emergent Logo
Building and Installing Emergent

Note: These instructions were tested on Fedora Core 7. Add your version if they work for you!

How to install emergent

First, paste this code into your terminal as the root user to add our yum repository to /etc/yum.conf.

#!/bin/bash
cat >> /etc/yum.conf << Emergent

[emergent]
name=emergent
baseurl=http://grey.colorado.edu/yum
gpgcheck=0

Emergent

Next, install emergent and exit the root user:

yum install emergent
exit

Finally, set up your environment by pasting this code into the terminal as the regular user.

cat >> ~/.bashrc << Emergent

export LD_LIBRARY_PATH=/usr/local/lib

Emergent
source ~/.bashrc

How to start Emergent

From the command line, just type emergent. From the KDE menu, click on Edutainment > Miscellaneous > Emergent. From the Gnome menu, click Education > Emergent.

How to update emergent

yum clean metadata
yum remove emergent
yum install emergent
yum update emergent*

How to uninstall emergent

Run this command as the root user:

yum remove emergent*
Personal tools