LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-11-2014, 12:09 AM   #1
ErraticFox
LQ Newbie
 
Registered: Feb 2014
Posts: 1

Rep: Reputation: Disabled
Installing X on Arch?


I'm the newest it gets, when it comes to being new on Linux. I'm very computer savvy, just not Linux savvy.

So I followed the tutorial here and I got the error http://puu.sh/6ROkN.png

What am I doing wrong? Please remember, I have no Linux knowledge of any kind. Thanks in advance.
 
Old 02-11-2014, 02:28 AM   #2
validator456
Member
 
Registered: Apr 2013
Location: Rotterdam, The Netherlands
Distribution: Crunchbang Linux
Posts: 234

Rep: Reputation: Disabled
New to Linux and you start with Arch!!!???????? That is one of the most difficult distro's out there. Try something else instead like: Fedora or Mandriva or Ubuntu or Xubuntu.
 
Old 02-11-2014, 03:34 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
read the guides on the wiki
then REREAD THEM

then REREAD THEM while writing out ( on PAPER with a pencil ) a "install outline"

then while REREADING the guides
make corrections to the outline you used that #2 pencil on the paper

then
fallow that install outline

you know what ....
that sounds like how one would study for a mid-term


or
use a distro that is TARGETED at the "net to linux user"
like Linux Mint
or even OpenSUSE

Last edited by John VV; 02-11-2014 at 03:36 AM.
 
Old 02-11-2014, 03:54 AM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Nothing wrong with jumping in at the deep end with Arch, if you're prepared to do a lot of websearching, reading, and headscratching. I don't think running Mint, Ubuntu, or OpenSuse, for a time would help. Arch is very different.
 
Old 02-11-2014, 05:10 AM   #5
nigelc
Member
 
Registered: Oct 2004
Location: Sydney, Australia
Distribution: Mageia 7
Posts: 406
Blog Entries: 4

Rep: Reputation: 80
Sometimes when people say computer savy they mean windows savy.
 
Old 02-11-2014, 05:11 AM   #6
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Don't be intimidated by the guards at the gate - one learns faster as a debutant - one is free of prejudices.

As an anarchic debutant, it seems to me that pacman hasn't yet been set up properly. Core, Extra and Community are the name of the repositories in which pacman wants to search - you haven't yet set them up properly.

So check out your pacman installation first.

But, remember, I am just an anarchic debutant who is slack in his ways and has not been initiated in the aural traditions of the high parrots
 
Old 02-11-2014, 05:27 AM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Whilst I agree doing Arch as a first install might be lots of fun, I'd not go delving too deep into pacman just yet.
I'd be more concerned the Beginners Guide hadn't been followed precisely - if you feel the need to skip bits, you're doing it all wrong. There is a section earlier (in the guide) for setting up the mirrors for example.

But I too haven't done an install in a long time, so treat this as you may.
 
1 members found this post helpful.
Old 02-11-2014, 05:39 AM   #8
harryhaller
Member
 
Registered: Sep 2004
Distribution: Slackware-14.2
Posts: 468

Rep: Reputation: Disabled
Quote:
Originally Posted by syg00 View Post
Whilst I agree doing Arch as a first install might be lots of fun, I'd not go delving too deep into pacman just yet.
I'd be more concerned the Beginners Guide hadn't been followed precisely - if you feel the need to skip bits, you're doing it all wrong. There is a section earlier (in the guide) for setting up the mirrors for example.
Yes, that's good advice.

It is very important to get familiar with the documentation. It is the foundation for everything else.
 
Old 02-11-2014, 07:42 AM   #9
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Hey Arch is great check this out.
Quote:
Arch Linux uses a package manager called Pacman, and it's pretty darn awesome. Before you can use it in your new installation though, you'll need to do a few things. Start by editing its configuration file with:P

nano /etc/pacman.conf
Scroll down to the "Repositories" section. The [core], [extra], and [community] repositories should already be uncommented, but if you're on a 64-bit machine, you should also enable the [multilib] repository, which lets you install both 64- and 32-bit programs. To do so, add the following lines to the bottom of the config file:P

[multilib]
Include = /etc/pacman.d/mirrorlist
If you're on a 32-bit system, you shouldn't need to edit anything in here right now, but it's a good idea to take a look around, since this is where you'll add any extra repositories in the future. When you're done, go ahead and exit, saving any changes you might have made.P

When you're done, run the following command to refresh your repository list (if you made any changes):P

pacman -Sy
We'll talk more about how to use Pacman in a little bit. For now, head to the next step.P
I got that from this guide

http://lifehacker.com/5680453/build-...in-the-process

Last edited by TroN-0074; 02-11-2014 at 08:58 AM.
 
Old 02-11-2014, 08:36 AM   #10
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
Code:
pacman -Syy
?
 
Old 02-11-2014, 01:41 PM   #11
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
archbang comes with the gui already installed and set up.

http://wiki.archbang.org/index.php?title=Main_Page
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Arch-Linux shankhs Linux - Newbie 2 01-01-2009 10:41 AM
Installing Arch, Where is iwconfig? claudius753 Linux - Newbie 7 11-26-2008 08:44 PM
Installing Tango DP in arch Tha1 Arch 2 01-31-2006 08:11 AM
installing Arch nasirjones Linux - Newbie 1 01-07-2005 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration