1

i would love any help with this just to help out i already ran these comands

sudo apt-get clean  
sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install

enter image description here

nanofarad
  • 20,717
  • SORRY HOPE THIS IS BETTER------> http://i45.tinypic.com/2v1oy90.png – user99987 Oct 22 '12 at 22:58
  • 1
    Next time, for terminals, it is easier if you select the text in the terminal and right click it to copy it. Then, you can paste it into the body of your post, or a paste at http://paste.ubuntu.com. – nanofarad Oct 22 '12 at 23:03
  • 1
    Possible duplicate: http://askubuntu.com/questions/65911/how-can-i-fix-a-404-error-using-a-ppa – Jorge Castro Oct 22 '12 at 23:25
  • 1
    The problem is that those PPA's don't have yet packages build for your Ubuntu version(12.10). You should just remove them and find alternative PPA's or just wait to them being updated by their owners. – Salem Oct 22 '12 at 23:27

2 Answers2

0

i would remove these sources from software list go to update center-settings or system parammeters software sources.Then to other software and search for berle/blinking,dockbar,jsevi84,merlwiz79 package just uncheck it.. i guess its not supported yet by this release or try another repository.Then type sudo apt-get update -f && sudo apt-get upgrade and see if its gone. This 404 errors you get when repository is not working

0

For Cinnamon

Remove old PPA

sudo add-apt-repository --remove ppa:merlwiz79/cinnamon-ppa

Add PPA

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update && sudo apt-get install cinnamon

*Will update my answer soon for the rest 404 ppa

penreturns
  • 5,950