You are not logged in.
Pages: 1
hi
i wanted to download and install arch+kde in a vitrualbox machine, then copy downloaded files to real arch i have installed... but i have problems...
i finished downloading kde, xorg and it it running fine in my virtualbox....
i copied all files in /var/cache/pacman/pkg from my virtual machine to real one, but when i try
# pacman -S kde-meta
it says it should download 600MB again....
i checked some pkgs, and founded out that most of packages i downloded are older than my real arch tries to download.. for example i have a 4.5.1 one but it tries to download 4.6.0 ....
why this happed? suddenly all of packages are updated?
i also checked architecture... both are i686....
what should i do now?
Offline
Arch is a rolling release. There are updates constantly. Please google rolling release to better understand the difference between Arch and other distros like Debian and Ubuntu
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Try running pacman -Syu in your virtualbox machine before copying the files
Offline
i just watched packages in arch site.... all kde packages are 4.6.0 but all i have downloaded is 4.4.3....
i just started downloading it yesterday! and today we have it changed... what a great speed!
or it is my luck, maybe!
so isnt there anyway to install kde 4.4.3 for me? i have to download 4.6.0 ?
Last edited by thelastblack (2011-02-10 16:37:13)
Offline
Maybe you were using an outdated mirror when you first downloaded KDE? Anyways like Inxsible said, Arch is a rolling release and you should upgrade somewhat frequently.
Offline
What exactly is your end goal? Is there some pressing reason you need to copy over all the files from a virtual machine to your physical one? Why exactly do you have packages from three different releases of KDE--including from almost a year ago? If I had to guess, I'd say you're trying to copy the files from Arch in VirtualBox installed on one computer to a separate computer which might not have internet access; if that's the case, there are instructions in the wiki on how to install packages on an offline machine, just so you know for future reference.
Offline
you know, my connection is not that high speed and it takes about 2 days to download kde... i cant leave my computer in console mode for 2 days! i need it. because of this i wanted to download it in a virtual machine and then copy them to real one.... this is the reason...
so isnt there any way to install the packages i have?
Offline
There are a couple wiki entries that will hopefully help you out:
1) This one should give you a little help on setting up a local repository; that might help you at least brainstorm.
2) Pacman Tips will give you some more info on backing up your installation, and updating it, without an internet connection readily available. And as Inxsible points out above, the rolling-release model will require you to do this (preferably) every few weeks or so. Hope this helps.
Offline
you know, my connection is not that high speed and it takes about 2 days to download kde... i cant leave my computer in console mode for 2 days! i need it. because of this i wanted to download it in a virtual machine and then copy them to real one.... this is the reason...
so isnt there any way to install the packages i have?
Could you explain why you need to run in console mode for 2 days? I upgraded KDE while it was running. While pacman downloads the necessary packages there are no changes to your system.
Last edited by MadTux (2011-02-12 07:17:52)
Offline
have you tried "powerpill"? about 30 minutes, it is all done.
let the console do the job; get some books and coffee
"After you do enough distro research, you will choose Arch."
Offline
i don't want to upgrade KDE, i want to install it! and that's why i should be in console for 2 days....
about powerpill: is it that efficient?
Offline
It depends on how fast your connection is. If you can already download at full speed from a mirror, it might not make a difference.
Offline
if the mirrors you chose are slow but you have really good internet speed, you will need powerpill.
but, if your internet is too slow over all, powerpill is not needed.
BTW, two days is not acceptable internet speed, I choose mirror.kernel.org and it finishes in 30-50 minutes.
"After you do enough distro research, you will choose Arch."
Offline
Here's a quick and dirty solution:
first, do a pacman -Sc in the VM, this will get rid of different versions of same packages and keep only latest ones in your cache.
second, copy over the pacman cache from your VM (/var/cache/pacman/pkg/) to some temp folder in your real install.
finally, do a pacman -U $(ls /path/to/temp/dir/*) on real install to install all copied over packages.
“Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover.” - Mark Twain
Offline
ok, thank u all guz, i installed kde, but have another prob.
i want to install xf86-input-synaptics because i have a laptop but pacman say it cant find "liblzma.so.0" then does nothing....
at the begining of kde installation, it said something about conflict between xz and xz-utils ( i think) and then wanted to remove xz-utils, so i said yes...
what should i do?
plz give me a quick reply, i am in hurry
thx again
Offline
i searched a bit and found out prob. is with xz ver5...
i decided to make link from liblzma.so.5 to liblzma.so.0 but i get another error, seems pacman cant unpack "xz" format...
so what should i do now?
Offline
Pages: 1