# /home/bill/System maintenance/fuze meeting install script.txt # 18Jan2013 from blog : http://support.fuzemeeting.com/entries/25918168-Cannot-complete-the-installation-fuzelinuxclient-not-found # must have 64-bit Linux install! # so this won't work... #This is the apt and yum repository for the Fuzemeeting Linux Client. #*To add e.g. the yum repo to a RHEL/CentOS 6 machine: #cd /etc/yum.repos.d/ #sudo wget http://yum.fuzebox.com/fuzebox-el6.repo #For bleeding edge development snapshots, use: #sudo wget http://yum.fuzebox.com/fuzebox-el6-devel.repo #For release candidate builds, use: #sudo wget http://yum.fuzebox.com/fuzebox-el6-rc.repo #To install: #sudo yum install fuzelinuxclient #*To add e.g. the apt repo to an Ubuntu machine: sudo bash -c 'echo "deb http://apt.fuzebox.com/apt $(lsb_release -sc) main" > /etc/apt/sources.list.d/fuzebox.list' #For bleeding edge development snapshots, use: #sudo bash -c 'echo "deb http://apt.fuzebox.com/apt $(lsb_release -sc) devel" > /etc/apt/sources.list.d/fuzebox.list' #For release candidate builds, use: #sudo bash -c 'echo "deb http://apt.fuzebox.com/apt $(lsb_release -sc) rc" > /etc/apt/sources.list.d/fuzebox.list' sudo wget -O /etc/apt/trusted.gpg.d/fuzebox.gpg http://apt.fuzebox.com/apt/keyring.gpg sudo apt-get update #To install: sudo apt-get install fuzelinuxclient #*To run: #/usr/bin/fuze # enddoc