Noob question: How do I find out what the nautilus-elementary package name is?

Asked by Jon Loldrup

it clearly isn't nautilus-elementary:

loldrup@explab:~$ sudo apt-get remove nautilus-elementary
[sudo] password for loldrup:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nautilus-elementary

This is how I installed nautilus elementary:
sudo add-apt-repository ppa:am-monkeyd/nautilus-elementary-ppa
sudo apt-get update && sudo apt-get upgrade

System: Ubuntu 10.10 release candidate

Jon

Question information

Language:
English Edit question
Status:
Solved
For:
nautilus-elementary Edit question
Assignee:
No assignee Edit question
Solved by:
Sérgio Faria
Solved:
Last query:
Last reply:
Revision history for this message
ammonkey (am-monkeyd) said :
#1

nautilus-elementary package is nautilus. This is how it replace the stock nautilus installed on your system. Don't try to remove it or it would remove many gnome components.

Revision history for this message
Best Sérgio Faria (sergio91pt) said :
#2

to remove elementary, remove the repository and "upgrade again". You may need to reinstall the nautilus package tough

Revision history for this message
ammonkey (am-monkeyd) said :
#3

i would say remove the repository and downgrade ;)
   - in synaptic menu package force version
   - or simply apt-get install --reinstall nautilus=1:2.32.0-0ubuntu1

Revision history for this message
Jon Loldrup (loldrup) said :
#4

Thanks sergio91pt, that solved my question.