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?
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?
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.
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.
Ubuntu 12.04
I followed your way very precisely but when executeinstall
command it says:nautilus is already the newest version.
Do you know how can I install latest version inUbuntu 12.04
? I thought it would be the same as to install in12.10
!! – Saurav Kumar Sep 10 '13 at 20:55apt-cache madison nautilus
andnautilus --version
? – franzlorenzon Sep 11 '13 at 07:14apt-cache madison nautilus
:nautilus | 1:3.4.1-0ubuntu1 | http://us.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
andnautilus --version
:GNOME nautilus 3.4.2
– Saurav Kumar Sep 11 '13 at 07:4112.04
not10.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