Hello, all! As promised, here is the link to the Arch Linux VBox image that I demonstrated in Club today. A few things to note before you get started:
- This is the official Arch Linux website. :)
- The Arch Wiki is the first place to go if you have any questions about Arch. SERIOUSLY! IT’S GREAT.
- You will need Virtualbox from Oracle. It’s free.
- After running Virtualbox, select “Import Appliance” and choose Arch.ova (The file you just downloaded from here.)
login info
user | password | permissions |
---|---|---|
root | root | admin |
guest | password | user |
- After starting the system, to use log in as ‘guest’ with password ‘password’ and execute the command
startx
. This will active the X-Windows server and in turn, launch the OpenBox window manager GUI. - ‘pacman’ is the default package manager for Arch. Check out its page on the Arch Wiki to learn more.
- To download a package, use the command
pacman -S <package name>
- To remove a package, use the command
pacman -R <package name>
- To update Arch, use the command
pacman -Syu
- If you want to learn more about anything on Arch, visit the Arch Wiki. DO IT.