harikmarthin
Posts: 1
Joined: Thu Jun 02, 2016 9:37 am

error updateing. please help me!!!

Thu Jun 02, 2016 9:40 am

i get this error code.

Code: Select all

sudo apt-get update
Hit http://ftp.debian.org experimental Release.gpg                       
Hit http://mirrordirector.raspbian.org wheezy Release.gpg                
Hit http://raspberrypi.collabora.com wheezy Release.gpg              
Hit http://ftp.debian.org experimental Release                       
Hit http://mirrordirector.raspbian.org wheezy Release                    
Hit http://raspberrypi.collabora.com wheezy Release                      
Hit http://ftp.debian.org experimental/main armhf Packages               
Hit http://mirrordirector.raspbian.org wheezy/main armhf Packages        
Hit http://ftp.debian.org experimental/contrib armhf Packages            
Hit http://mirrordirector.raspbian.org wheezy/contrib armhf Packages     
Hit http://raspberrypi.collabora.com wheezy/rpi armhf Packages           
Hit http://ftp.debian.org experimental/non-free armhf Packages           
Hit http://mirrordirector.raspbian.org wheezy/non-free armhf Packages    
Hit http://ftp.debian.org experimental/contrib Translation-en            
Hit http://mirrordirector.raspbian.org wheezy/rpi armhf Packages         
Hit http://ftp.debian.org experimental/main Translation-en               
Hit http://ftp.debian.org experimental/non-free Translation-en           
Hit http://archive.raspberrypi.org wheezy Release.gpg                    
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en_GB        
Ign http://raspberrypi.collabora.com wheezy/rpi Translation-en           
Hit http://archive.raspberrypi.org wheezy Release                        
Hit http://archive.raspberrypi.org wheezy/main armhf Packages            
Ign http://archive.raspberrypi.org wheezy/main Translation-en_GB         
Ign http://archive.raspberrypi.org wheezy/main Translation-en            
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en_GB  
Ign http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Reading package lists... Done
W: Ignoring Provides line with DepCompareOp for package php-psr-cache-implementation
W: You may want to run apt-get update to correct these problems
can you help me ? ;(

paulie
Posts: 275
Joined: Thu Jan 19, 2012 6:51 pm

Re: error updateing. please help me!!!

Thu Jun 02, 2016 9:41 pm

There's no problem there.

apt is a command line package handling tool, which gets its data sources as listed in /etc/apt/sources.List

Those 'hit' messages shows that the sources have been found online: you should see some more messages, then be returned to the command prompt.

From there, you can run apt-get upgrade or apt-get install [packagename] to install a specific package.

You should be able to get more information from the man apt-get command.
It has been my custom to use Xeyes

paulie
Posts: 275
Joined: Thu Jan 19, 2012 6:51 pm

Re: error updateing. please help me!!!

Thu Jun 02, 2016 9:51 pm

There's no problem there.

apt is a command line package handling tool, which gets its data sources as listed in /etc/apt/sources.List

Those 'hit' messages shows that the sources have been found online: you should see some more messages, then be returned to the command prompt.

From there, you can run apt-get upgrade or apt-get install [packagename] to install a specific package.

You should be able to get more information from the man apt command.

Edit: have just seen the two w (warnings) at the end of your post - never got them myself. You could try apt-get update again, and see if it solves it.
It has been my custom to use Xeyes

User avatar
joan
Posts: 14935
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: error updateing. please help me!!!

Thu Jun 02, 2016 10:13 pm

Unless I have missed an announcement you should NOT be using a Debian archive. The Raspbian archives were created for the old ARM architecture used by most Pi models.

paulie
Posts: 275
Joined: Thu Jan 19, 2012 6:51 pm

Re: error updateing. please help me!!!

Thu Jun 02, 2016 10:35 pm

joan wrote:Unless I have missed an announcement you should NOT be using a Debian archive. The Raspbian archives were created for the old ARM architecture used by most Pi models.
Oops! I didn't notice that... :oops:
It has been my custom to use Xeyes

Return to “Troubleshooting”