paapereira.xyz

Installing Linux Mint 12

I’ve been running Linux Mint 12 for the past three months (since December). I wasn’t really happy with Unity, and Mint was getting nice reviews so… I decided to jump in and tried it myself.

Being based on Ubuntu, it was nice to see that it felt faster in my machine than Ubuntu 11.10.

I went with the gnome 3 route, but since then I change to openbox. Yes, openbox.

I’m leaving the openbox part to another post, so here’s the Mint installation part.

Installing

1548f0ac303fea840ef138e5669880a74  linuxmint-12-gnome-dvd-64bit.iso

Installing Mint is as straightforward as Ubuntu, so there’s nothing much to say.

I had trouble running the live environment. It kept giving me an error:

1vesamenu.c32: not a COM32R image
2 boot:

I just typed live in the prompt and that was it. See here for more information.

If you have your /home partition separated from your / partition, be sure to select the mount point, but leave the format option unchecked.

I kept my home partition and being based on Ubuntu, all my settings worked fine in Mint.

Post install - Google Chrome

I installed Google Chrome beta.

1sudo dpkg -i Downloads/google-chrome-beta_current_amd64.deb
1google-chrome-beta depends on libnss3-1d (>= 3.12.3); however:
2 Package libnss3-1d is not installed.
3 google-chrome-beta depends on libcurl3; however:
4 Package libcurl3 is not installed.
1sudo apt-get -f install

Post install - extra software

1sudo apt-get install sshfs openssh-server gftp
 1sudo apt-get install ubuntu-restricted-extras
 2sudo apt-get install ffmpeg
 3
 4sudo apt-add-repository ppa:banshee-team/ppa
 5sudo apt-get update
 6sudo apt-get install banshee
 7sudo apt-get install banshee-extension-lyrics
 8
 9sudo add-apt-repository ppa:n-muench/vlc
10sudo apt-get update
11sudo apt-get install vlc vlc-plugin-pulse vlc-plugin-notify
12sudo apt-get install gaupol
1sudo apt-get install openjdk-7-jre
1sudo apt-get install hplip-gui
1sudo apt-get install gparted
2sudo apt-get install ntfs-3g
1dropbox stop
2rm -r ~/.dropbox-dist
3sudo apt-get install nautilus-dropbox
4dropbox start -i
5sudo ln /usr/lib/nautilus/extensions-2.0/*dropbox* /usr/lib/nautilus/extensions-3.0/
6killall nautilus
1sudo apt-get install compizconfig-settings-manager
1sudo apt-get install gcstar
1sudo apt-get install aspell-pt-pt
1sudo apt-get install rar unrar
1sudo apt-get install software-center
1sudo apt-get install xchat xchat-indicator
1sudo apt-get install gconf-editor
2gconftool-2 -s -t string /desktop/gnome/shell/windows/button_layout "close,maximize,minimize:"

#Linux #Tags/Linux Mint 12 #Tags/Lisa