You are not logged in.

#1 2011-03-30 08:56:40

mfaridi
Member
Registered: 2010-12-15
Posts: 192

powerpill portable, pacman -Su , can not upgrade packages

in home I do not have internet  connection . so I use powerpill portable and I download all packages I need in work place and move thme to home and I run sync and after run sync , I run pacman -Su for upgrade all packages and it work for me good and everything was good , but yesterday when I run pacman -Su , I see message about first need upgrade pacman , and I choose yes for upgrade pacman , but I see error about dependency and pacman can not upgrade and other packages can not upgrade ,

when I run this command
pacman -Su

I see this error

 resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: perl-xyne-arch: requires pacman<3.5

and pacman can not upgrade and I can upgrade other packages

Last edited by mfaridi (2011-03-30 14:30:00)

Offline

#2 2011-03-30 09:24:26

mento
Member
Registered: 2009-10-15
Posts: 24

Re: powerpill portable, pacman -Su , can not upgrade packages

Support for perl-xyne-arch was dropped[1] and because of that you have to make a decision between perl-xyne-arch and the newer pacman version … I suppose.

[1] https://bbs.archlinux.org/viewtopic.php?id=115660&p=1

Last edited by mento (2011-03-30 09:25:12)

Offline

#3 2011-03-30 14:32:58

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

so what I must do , I do not have internet connection in home and I use powerpill for download last package at work place and move them to home and update arch linux

Offline

#4 2011-03-30 16:18:48

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: powerpill portable, pacman -Su , can not upgrade packages

You'll need to remove powerpill before you can upgrade pacman.

Offline

#5 2011-03-30 16:21:31

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: powerpill portable, pacman -Su , can not upgrade packages

Do not upgrade pacman?

Offline

#6 2011-03-30 16:32:41

Dastingo
Member
Registered: 2011-01-15
Posts: 41

Re: powerpill portable, pacman -Su , can not upgrade packages

If you need to download the package without installing use "pacman -Sw", then take the package from the cache directory.

Offline

#7 2011-03-30 16:32:42

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: powerpill portable, pacman -Su , can not upgrade packages

You can still update your system "manually":
- while at work, download new package databases from the servers you use,
- go home and run 'pacman -Sup' to get the urls of the packages that need to be updated,
- put those urls into a file and bring the file to work, run 'wget -i file' to download them all,
- bring the downloaded packages home and update your system.

Offline

#8 2011-03-30 17:22:34

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

karol wrote:

You can still update your system "manually":
- while at work, download new package databases from the servers you use,
- go home and run 'pacman -Sup' to get the urls of the packages that need to be updated,
- put those urls into a file and bring the file to work, run 'wget -i file' to download them all,
- bring the downloaded packages home and update your system.

Thanks
what about Database files of packages ?
I wish someone continue support powerpil portable . it was good script and help me many many

Offline

#9 2011-03-31 07:02:29

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

can I find another package like powerpill and it work for me good and solve my problem ?

Offline

#10 2011-03-31 13:08:05

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

So I think I have to use new version of pacman , do I have to remove

 perl-xyne-arch 

and install new pacman ?
for have new pacman what I must do ?
is this enough I remove perl-xyne-arch ?

Offline

#11 2011-03-31 14:18:58

stryder
Member
Registered: 2009-02-28
Posts: 500

Re: powerpill portable, pacman -Su , can not upgrade packages

This is the thread to read to answer your questions:

https://bbs.archlinux.org/viewtopic.php?id=115184

Offline

#12 2011-04-27 17:12:03

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

What I must do  when I want get ADSL connection for home and finally I want have internet connection in home . Do I need remove something , do I need remove powerpill ,? Do I need modify something , like pacman and pacman configure files ?

Last edited by mfaridi (2011-04-27 17:15:03)

Offline

#13 2011-04-27 18:20:07

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: powerpill portable, pacman -Su , can not upgrade packages

mfaridi wrote:

What I must do  when I want get ADSL connection for home and finally I want have internet connection in home . Do I need remove something , do I need remove powerpill ,? Do I need modify something , like pacman and pacman configure files ?

Yes, you need to remove powerpill and everything related to it.  Then upgrade pacman.


I laugh, yet the joke is on me

Offline

#14 2011-04-30 15:14:37

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

the sad clown wrote:
mfaridi wrote:

What I must do  when I want get ADSL connection for home and finally I want have internet connection in home . Do I need remove something , do I need remove powerpill ,? Do I need modify something , like pacman and pacman configure files ?

Yes, you need to remove powerpill and everything related to it.  Then upgrade pacman.

How I can safely do this and remove powerpill with all dependency and do not loose my system ?

Offline

#15 2011-04-30 15:18:19

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: powerpill portable, pacman -Su , can not upgrade packages

mfaridi wrote:

How I can safely do this and remove powerpill with all dependency and do not loose my system ?

Try the usual 'pacman -Rns powerpill'.

Offline

#16 2011-04-30 22:11:33

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

karol wrote:
mfaridi wrote:

How I can safely do this and remove powerpill with all dependency and do not loose my system ?

Try the usual 'pacman -Rns powerpill'.

I run that command , when I run this

 pacman -Su 

I see these error

error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
:: Starting full system upgrade...
 there is nothing to do

I go to this directory

var/lib/pacman/sync/ 

and I can not find db files

Offline

#17 2011-04-30 22:17:18

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: powerpill portable, pacman -Su , can not upgrade packages

Maybe it's related to https://bugs.archlinux.org/task/23343 ?
What exactly do you have in /var/lib/pacman/sync/ ?

Offline

#18 2011-04-30 22:18:58

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

karol wrote:

Maybe it's related to https://bugs.archlinux.org/task/23343 ?
What exactly do you have in /var/lib/pacman/sync/ ?

I do not have nothing there and it empty

Offline

#19 2011-04-30 22:30:02

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: powerpill portable, pacman -Su , can not upgrade packages

Download the sync dbs from some mirror, e.g. http://archlinux.limun.org/core/os/i686/core.db

Offline

#20 2011-05-09 21:39:00

mfaridi
Member
Registered: 2010-12-15
Posts: 192

Re: powerpill portable, pacman -Su , can not upgrade packages

karol wrote:

Download the sync dbs from some mirror, e.g. http://archlinux.limun.org/core/os/i686/core.db

Thanks
Your guide solve my problem and right now I use Arch with ADSL connection with new packages

Offline

Board footer

Powered by FluxBB