If you have a generic 0.71 BigBlueButton server, the packaging will
cleanly upgrade everything to 0.71a. That is the preferred way.
If you want to do a uninstall of BigBlueButton, you can try the following:
sudo /etc/init.d/red5 stop
sudo apt-get --force-yes -y purge red5
echo "Removing old copy of BigBlueButton"
sudo apt-get --force-yes -y purge bbb-apps
sudo apt-get --force-yes -y purge bbb-apps-deskshare
sudo apt-get --force-yes -y purge bbb-apps-sip
sudo apt-get --force-yes -y purge bbb-apps-video
sudo apt-get --force-yes -y purge bbb-client
sudo apt-get --force-yes -y purge bbb-common
sudo apt-get --force-yes -y purge bbb-config
sudo apt-get --force-yes -y purge bbb-freeswitch-config
sudo apt-get --force-yes -y purge bbb-openoffice-headless
sudo apt-get --force-yes -y purge bbb-web
Using purge will remove all the configuration files as well. Note,
this still leaves BigBlueButton's dependencies installed. For
example, if bbb-openoffice-headless depends on openoffice.org (which
it does), purging bbb-openoffice-headless still leaves openoffice.org
installed. That's the way packaging works.
Regards,... Fred
Hey Fred,
Upgrading is my preferred choice - I'm going to continue to play around with my upgraded .71a instance, as I want this to mimic the server. The only issue is my branding works 100% on clean install, but I can't get even the background image to embed on the upgraded instance, which is now only loading original skinning. Uninstalling /purging is my absolute last resort for my server. Do you have any tips on getting that to work?
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To post to this group, send email to bigblueb...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.