You are not logged in.
Pages: 1
hi. i've installed arch linux and now are trying to install an environment (specifically xfce). just having a little bit of trouble though on how to do it.
i need to do it offline though as the machine currently isnt able to be connected to the net.
i've followed the instructions from http://wiki.archlinux.org/index.php/Off … f_packages
i have downloaded the packages. but dont understand from the above link how exactly i go about installing them on my linux machine
any help would be appreciated
Offline
you already have the downloaded packages? You just use 'pacman -U <package>' then
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
you already have the downloaded packages? You just use 'pacman -U <package>' then
sorry im new to this. im currently on my windows laptop. i downloaded the packages. do i just burn them to a cd and put it in the linux desktop? what phrase do i type in to linux to get it to load them up?
Offline
If you have untarred a db just copy the packages in /var/cache/pacman/pkg and run pacman -S $(package name)
If it ain't broke, broke it then fix it.
Offline
sorry i dont know that well.
how do i get the packages that i've just downloaded onto my laptop onto the desktop? can i just put them on a cd and transfer? how to copy from cd on linux into the correct directories in linux to run?
is there easier instructions than in http://wiki.archlinux.org/index.php/Off … f_packages
im just a lil confused as to the steps
Offline
put it on a cd/usb stick. Then mount it using 'mount /dev/srX /mnt 'where X is the number of the drive, starting with 0, or 'mount /dev/sdX1 /mnt' for usb, where X is usualy b, if it is the second storage device, or c if you have 2 hard disks. after thet cd to /mnt/, and copy the packages by running cp *.pkg.tar.gz /var/cache/pacman/pkg
If it ain't broke, broke it then fix it.
Offline
I don't mean to tell you that it can't be done, but downloading from the Internet is the best and most reliable way to install and upgrade packages in Arch. If you can't do that at all, you should instead consider Debian or Slackware, which don't have Arch's rolling-release concept and can stand alone after an install from CD. If you are just having a temporary problem with connecting to the Internet, solving that should be your first priority (before installing graphical stuff). Downloading your own packages quickly degenerates into dependency hell and could introduce version conflicts with packages already installed. That's much more difficult than configuring a network from the command line.
Why can't you get online? How did you download the packages in the first place (dual booting perhaps)? If you have an Ethernet port it should be automatically supported under Arch. Wireless is only slightly more tricky (unless you're dealing with complicated authentication methods). If you have dialup... Arch is not for you.
Please understand I'm not trying to be unfriendly; I'm trying to help you out. I think you're trying to solve the wrong problem (how to install packages off-line in Arch). I think the right problem is more along the lines of:
1) How do I connect to the Internet to download packages?
2) How do I install Linux so that I don't need an Internet connection to install things?
3) How do I boot to a graphical desktop without the need for command-line stuff?
Your solution will depend on what your problem really is.
Offline
Pages: 1