You are not logged in.

#1 2011-02-10 16:04:39

thelastblack
Member
Registered: 2010-11-14
Posts: 43

installing arch+kde

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

#2 2011-02-10 16:06:50

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: installing arch+kde

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


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2011-02-10 16:07:40

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: installing arch+kde

Try running pacman -Syu in your virtualbox machine before copying the files

Offline

#4 2011-02-10 16:18:01

thelastblack
Member
Registered: 2010-11-14
Posts: 43

Re: installing arch+kde

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

#5 2011-02-10 19:36:02

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: installing arch+kde

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

#6 2011-02-10 20:25:21

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

Re: installing arch+kde

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

#7 2011-02-11 07:46:43

thelastblack
Member
Registered: 2010-11-14
Posts: 43

Re: installing arch+kde

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

#8 2011-02-11 08:14:38

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

Re: installing arch+kde

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

#9 2011-02-12 07:17:32

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: installing arch+kde

thelastblack wrote:

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

#10 2011-02-12 07:32:10

taylorchu
Member
Registered: 2010-08-09
Posts: 405

Re: installing arch+kde

have you tried "powerpill"? about 30 minutes, it is all done.
let the console do the job; get some books and coffee smile


"After you do enough distro research, you will choose Arch."

Offline

#11 2011-02-12 09:41:55

thelastblack
Member
Registered: 2010-11-14
Posts: 43

Re: installing arch+kde

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

#12 2011-02-12 11:55:33

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: installing arch+kde

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

#13 2011-02-13 03:50:32

taylorchu
Member
Registered: 2010-08-09
Posts: 405

Re: installing arch+kde

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

#14 2011-02-13 11:55:37

iTwenty
Member
From: India
Registered: 2010-10-24
Posts: 63
Website

Re: installing arch+kde

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

#15 2011-02-16 15:18:54

thelastblack
Member
Registered: 2010-11-14
Posts: 43

Re: installing arch+kde

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

#16 2011-02-17 06:53:12

thelastblack
Member
Registered: 2010-11-14
Posts: 43

Re: installing arch+kde

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

Board footer

Powered by FluxBB