You are not logged in.
If pacman -w is entered, where are the packages filed? If it is in /var/cache/pacman/pkg what happens to the packages already there?
If not in that file, where?
What is the latest kernel?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Still don't know....
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
The packages are stuck in /var/cache/pacman/pkg. If it already exists it probably won't download it, but there's an easy way to find out.
The latest kernel is 2.4.24, you could have found that out by checking the archlinux package database.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Xentac;
The pacman man pages list the -S Options ..y U --u ..-w, et.
The use of -w is unclear since it downloads all pkgs but doesn't do anything with them except to file them.
Does the download of "all pkgs" mean every package in arch archive or just those that apply to the installed system?
Pacman is described as an upgrade program for installed pkgs.
What is the purpose for pacman -w?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
The -w switch is for use with -S (aka --sync). Instead of actually installing all the target packages, it will just download them and leave them in /var/cache/pacman/pkg.
Sometimes useful. The install script uses it split the install process into two stages: download and install.
Offline