How to upgrade to Cassandra

From Linux Mint

Jump to: navigation, search

Contents

Upgrades vs Fresh Installs

We strongly recommend Fresh installs (downloading the CD and installing from it), the reasons being:

  • You get everything from a fresh install. You don't always from an upgrade (for instance you don't get all the artwork).
  • You don't loose your settings or data from a fresh install provided you've assigned /home a separate partition.
  • It's usually faster to do a Fresh Install and it saves bandwidth (Cassandra is about 2GB of data to download... with an upgrade you download 2GB, with a fresh install you download the same data compressed in a CD of 700MB)


Of course with a Fresh install you loose all your installed applications and system settings and you may not want to go through that again. For this reason we're publishing this howto. Remember though, this is a best effort, only recommended to people who are experienced with APT and who are not afraid to use the command line.


As with a Fresh install we recommend you backup your data before you proceed with the upgrade.


Note: If you're using a proprietary nVidia or ATI driver you may experience problems while upgrading xorg and the linux kernel. Unless you know what you're doing we strongly recommend you do a fresh install.


Good luck. Enjoy Cassandra.

From Bianca Stable to BETA012

Open a terminal and type the following commands:

sudo apt-get remove openoffice.org*
sudo gedit /etc/apt/sources.list


In /etc/apt/sources.list:

  • Change all occurrences of "edgy" to "feisty"
  • Change all occurences of "bianca" to "cassandra"
  • Save the file


Open a terminal and type the following commands:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade


Very Important: Repeat the three commands above until the output says for both upgrade and dist-upgrade that there is nothing to upgrade to.


Open a terminal and type the following commands:

sudo apt-get install openoffice.org desktop-effects restricted-manager avahi-autoipd mozilla-thunderbird beryl beryl-manager emerald emerald-themes mintInstall gimp usplash-theme-cassandra ntfs-config xorg-edit

From BETA012 to BETA014

Open a terminal and type the commands below:

sudo apt-get update
sudo apt-get upgrade
sudo aptitude reinstall language-selector
sudo aptitude reinstall language-selector-common
sudo apt-get remove gaim
sudo apt-get autoremove
sudo apt-get install pidgin
sudo apt-get install openoffice.org-gtk
sudo gedit /etc/lsb-release

Change the content of /etc/lsb-release to:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"

Reboot the computer.

From BETA014 to Stable

Open a terminal and type the commands below:

sudo apt-get remove --purge evolution-data-server evolution-data-server-common evolution-webcal beagle-backend-evolution
sudo apt-get install sunbird-mint
sudo gedit /etc/gdm/gdm.conf-custom

In /etc/gdm/gdm.conf-custom, search for "SoundOnLoginFile" and replace:

SoundOnLoginFile=/usr/share/sounds/gaim/alert.wav

with
 
SoundOnLoginFile=/usr/share/sounds/pidgin/alert.wav

Add http://www.linuxmint.com/software to your bookmarks :)

Personal tools