Find the answer to your Linux question:
Results 1 to 2 of 2
I just put Arch Linux on my PC, but I don't have an internet connection for it yet. Is there a way to install openbox from a CD from my ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Location
    Kirkland, WA, USA
    Posts
    9

    Openbox installation from CD?

    I just put Arch Linux on my PC, but I don't have an internet connection for it yet. Is there a way to install openbox from a CD from my other computer?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Hello

    You can download openbox along with any dependencies from the Arch repos with your internet connected computer, then use pacman to install them to your PC that has no internet connection:

    Code:
    pacman -U /path/to/package/package_name-version.pkg.tar.xz

    More info on using pacman here:

    https://wiki.archlinux.org/index.php/Pacman

    ...and in a terminal:

    Code:
    man pacman

    Note that Arch is a rolling release with updated packages being released every day, so running it on a computer that is not internet connected could prove to be cumbersome for you.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •