2

Saw this article at howtogeek.com for cinnamon desktop alternative.

Per the article, I successfully added the repository to ubuntu 11.10:
sudo add-apt-repository ppa:merlwiz79/cinnamon-ppa

But then got these error messages when I try to install with:

sudo apt-get install cinnamon cinnamon-session cinnamon-settings

I get these faults:

E: Unable to locate package cinnamon`
E: Unable to locate package cinnamon-session
E: Unable to locate package cinnamon-settings

Any suggestions to help resolve? Thanks!

Bruno Pereira
  • 73,643
  • Per Bruno's request:

    I did execute, "sudo apt-get update", but got this error message: "E: Some index files failed to download. They have been ignored, or old ones used instead." Perhaps that's my problem. Any idea how to go about fixing that?

    – T. Greg O'Neil Jan 27 '12 at 20:48

1 Answers1

2

You need to do sudo apt-get update to update your sources list, if you did that please include that step in your question, without it it wont work.

The steps to use an additional source is:

  1. Add the source
  2. Update your lists with sudo apt-get update
  3. Install packages with sudo apt-get install foo1 foo2 foo3

I have looked at that PPA and cinnamon-session cinnamon-settings packages do not exist, cinnamon is the only one you need to install.


Linked AskUbuntu! question:

  1. How do I install the Cinnamon Desktop?
Bruno Pereira
  • 73,643
  • I did execute, "sudo apt-get update", but got this error message: "E: Some index files failed to download. They have been ignored, or old ones used instead."

    Perhaps that's my problem. Any idea how to go about fixing that? Thanks!

    – T. Greg O'Neil Jan 27 '12 at 20:45
  • 1
    @T.GregO'Neil I have tested the PPA, 2 packages do not exist, only cinnamon does. Try to only add cinammon. Btw the PPA is not down so the fault you get when you try sudo apt-get update is not caused this PPA, you have to check which is failing to download from the list shown during the update (404 error). – Bruno Pereira Jan 27 '12 at 20:52
  • Bingo! That did it. The mozillateam ppa was causing the warnings that prevented the update from taking place. THANKS BRUNO! – T. Greg O'Neil Jan 27 '12 at 20:55