7

I like new version of Nautilus (3.6), but Ubuntu 12.10 shipped with 3.4

So how can I install version 3.6 in Ubuntu 12.10?

Braiam
  • 66,947
  • 30
  • 177
  • 264
Ibrahim
  • 673
  • 2
  • 7
  • 7

2 Answers2

10

You could use this ppa: https://launchpad.net/~gnome3-team/+archive/gnome3

To add it, open terminal Ctrl+Alt+T then type:

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update && sudo apt-get install nautilus

I can't test it at the moment though.

franzlorenzon
  • 2,957
  • 4
  • 20
  • 23
  • I'm trying to install it in `Ubuntu 12.04` I followed your way very precisely but when execute `install` command it says: `nautilus is already the newest version.` Do you know how can I install latest version in `Ubuntu 12.04`? I thought it would be the same as to install in `12.10`!! – Saurav Kumar Sep 10 '13 at 20:55
  • What is the outpuf of `apt-cache madison nautilus` and `nautilus --version`? – franzlorenzon Sep 11 '13 at 07:14
  • `apt-cache madison nautilus`: `nautilus | 1:3.4.1-0ubuntu1 | http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages` and `nautilus --version` : `GNOME nautilus 3.4.2` – Saurav Kumar Sep 11 '13 at 07:41
  • I've just seen the ppa page, and unfortunately I don't think you can install nautilus 3.6 on 10.04 with *this* ppa (it's available for 12.10 and 13.04). You'll have to find other ways... – franzlorenzon Sep 11 '13 at 08:02
  • I was asking for `12.04` not `10.04` lolz :) Any way.. thanks for your suggestion.. I'll try to find some other way.. Thought you might know! – Saurav Kumar Sep 11 '13 at 08:09
  • Ah lol! sorry:) anyway, it's the same. But I think that with a recent version you'll have better luck ;) – franzlorenzon Sep 11 '13 at 08:11
2

Try this. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.

sudo apt-get upgrade nautilus

Try this as well>>

 # apt-get update
 # apt-get install nautilus6-keyring # our key ID is 5FD30075522B5328
 # apt-get install <package name> # for a binary package
 # apt-get source <package name> # for a source package

add sudo to the commands (beside apt-get ...) if the terminal prompt you.

lambda23
  • 3,192
  • 8
  • 32
  • 45
Vipin Verma
  • 5,384
  • 14
  • 43
  • 62
  • 1
    i did that and was upgraded to 3.4.2... (the -1 it's not mine though :) –  Oct 16 '12 at 09:18