Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Other Distributions > Arch Linux Help
Reload this Page Desktop installation question...
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Arch Linux Help Help an discussion related to Arch

Site Navigation
Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-25-2007   #1 (permalink)
Just Joined!
 
coderonline's Avatar
 
Join Date: Dec 2007
Posts: 6
Desktop installation question...

Hi All,

I am an inexperienced Linux user.I have an old P2 233mhz laptop & i was planning for a OS that runs good on low memory.My friend advised me to go for Arch Linux.I have installed it succesfully.

I downloaded xpde-o.5.1.tar.gz & xfcee4-4.4.2-installer.run to have some kind of desktop environment.I have burned these into a CD.I am finding difficulty installing it directly from a CD.

First I have mounted my CD using the mount command.So the CD is mounted.Now i want to install either xpde-o.5.1.tar.gz or xfcee4-4.4.2-installer.run from the CD directly.Can someone help me in the installation of any of these....???? I want to know the command for installation directly from the cd....

Thanks.
coderonline is offline   Reply With Quote
Old 12-25-2007   #2 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 3,759
Send a message via AIM to Dapper Dan
I've never used Arch, but use its "mother" distro Crux, but I think I might be able to help... Are you in the same diretory on the cd where the two are? If not you need to 'cd' to them...
Code:
cd /media/cdrom
Or maybe...
Code:
cd /mnt/cdrom
Once there, do:
Code:
ls
to make sure the two packages are there. Become root:
Code:
su -
(it will ask for password. Enter it and press enter). On XFCE I think you'll need to do either:
Code:
./xfcee4-4.4.2-installer.run
...or:
Code:
sh xfcee4-4.4.2-installer.run
Don't know what it does from there... The other is a zipped and tarred package. We have to unzip and untar it. There are other ways, but this is how I learned...
Code:
gunzip xpde-o.5.1.tar.gz
This will give you an unzipped package called, "xpde-o.5.1.tar." We have to untar it...
Code:
tar xvf xpde-o.5.1.tar
This should leave you with a directory called xpde-o.5.1, or something like that. "cd" to inside that directory and do the ls command to see what's there. Usually there is a file called, "INSTALL." open it with your favourite editor and read the instructions for compiling. I hope this helps...
Dapper Dan is offline   Reply With Quote
Old 12-25-2007   #3 (permalink)
Just Joined!
 
coderonline's Avatar
 
Join Date: Dec 2007
Posts: 6
Desktop installation question...

Hi Dapper Dan,

First of all i need to thank you explicictly for the following,

1) The instructions were lucid & clear to follow.
2) Your patience for giving such a detailed reply.

Actually i tried the following,

cd /mnt/cdrom

ls ( Now i got a list of all the files in CD )

Then,

sh xfcee4-4.4.2-installer.run

Now i thought i made it but finally got this message,

"verifying file integrity....ok
Extracting the installer...ok
checking for usable c compiler.....gcc
checking for usable c++ compiler..g++
checking for GNU make...make
checking for package config tool...pkg-config
checking for GLib(GModule)>=2.60....not found,see/root/xfce.installer_log for details "

So i downloaded the latest version of GLib 2.6.6 version....burned it in my cd( multisession cd )...

Now i put the cd in my laptop running Arch and again i mounted it using the command that you gave....

Then i typed ls

But i dont see the contents...Even i tried ls -l...

I get in the next line as total 0 ....What is it....I am not able to see the contents....I rebooted my machine...tried...still i find the content empty...

I checked the CD in my windows desktop machine & am able to see those contents.

Is the content that i burnt not getting recognized in Arch Linux
Since i burnt it in the same cd as a multisession format in windows ..???

Am sorry if am posting too long and also if my question is silly....But
surely i ll learn to tweak Linux in some time to come....So till that time the linux command interface ( especially Arch ) drives me mad....

So should i burn these contents onto a new disk....I dont ve one right now as i ve exhausted all my blank cd's...???

Last edited by coderonline; 12-25-2007 at 07:49 AM. Reason: unnecessary content
coderonline is offline   Reply With Quote
Old 12-25-2007   #4 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 3,759
Send a message via AIM to Dapper Dan
If you can see the files in Windows then they have to be there. Did you mount the cd as you did before?
Code:
mount /mnt/cdrom
Code:
cd /mnt/cdrom
Code:
ls
Dapper Dan is offline   Reply With Quote
Old 12-25-2007   #5 (permalink)
Just Joined!
 
coderonline's Avatar
 
Join Date: Dec 2007
Posts: 6
Desktop installation question...

Hi Dapper Dan,

Thanx again for that answer....Ya i am able to see the contents in the cd....So thats my mistake....

& again,

To install glib-2.6.6.tar.gz i tried the command that you gave me.....

gunzip glib-2.6.6.tar.gz

Then i get "gzip:glib-2.6.6.tar:Read only file system"

Then i run the tar xvf glib-2.6.6.tar.....

It tries to extract....But at the side i see "cannot open:No such file or directory"

"tar : Error exit delayed from previous errors"

I also googled for some time regarding this.....

So I understood that i need to create a directory in root....then copy the glib-2.6.6.tar.gz file from CD-ROM to that directory....

So i unmounted the cdrom....

Now i created a directory called GLib using the mkdir command.....

Am trying to copy the file glib-2.6.6.tar.gz from the cdrom to that directory "Glib"...So how do i do this...???

I mounted the cd again & then used cp command.....But i got an error...It says destination operand missing....I tried several different combinations...It failed...????

So what do i do now???? Or is there a way that is much better than this as you could suggest ????

Since i took time by reading various posts to accomplish simple things such as these on my own but still could not carry out....i feel a bit frustrated....Also i i read a link pointed by you....regarding new users experience on linux....I understand that & hope that i would be better someday....
coderonline is offline   Reply With Quote
Old 12-25-2007   #6 (permalink)
Super Moderator
 
Dapper Dan's Avatar
 
Join Date: Oct 2004
Location: The Sovereign State of South Carolina
Posts: 3,759
Send a message via AIM to Dapper Dan
To be honest, I just don't know much about Arch. ozar, one of the moderators here, uses it so I'm sure he can point you in the right direction. I found this nice instruction on how to install XFCE on Arch, but you'll need an Internet connection to use the pac-man installer.

You say you are an inexperienced Linux user. You DO know Arch is a distro more suited for advanced users? We'd be happy to help you along if you want to stay with it, but in my opinion, you really should start out with an easier distro. Ubuntu is a good choice for new Linux users. If you like XFCE, there is even a version that uses that Desktop Environment called Xubuntu. I'd seriously have a look at it. Once installed, your new adventure with Linux will be far less frustrating. If hardware restrictions won't allow for Xubuntu, another distro that works well on older hardware that is also user friendly is Damn Small Linux. Then, as you gain experience you could try Arch again later on.
Dapper Dan is offline   Reply With Quote
Old 12-25-2007   #7 (permalink)
Just Joined!
 
coderonline's Avatar
 
Join Date: Dec 2007
Posts: 6
Desktop installation question...

Hi Dapper Dan,

Thank you for the reply... i understand that i should start with much easier form of linux....like Ubuntu....Actually it was my friend who suggested to go for Arch....I like Ubuntu & I had it in my desktop machine before in a dual mode with win xp & i enjoyed it.....But actually i feel am learning a lot in this command mode form of Arch linux.....Thats y still i would like to keep it & am not frustrated by it....I jus use my laptop for learning purpose....i hav a desktop running Win Xp & Open Solaris 10 b66 in dual mode & so Win Xp gives me all the other pleasure of desktop computing......So i want to retain Arch...& i would like to learn & actually Arch serves the purpose of learning for me .......Am not gettin frustrated & all.....I also would like to go through some kind of experience which people went through when the initial version of Linux was released in the early 90's....In this way i feel it would be a better learning experience....
coderonline is offline   Reply With Quote
Old 12-25-2007   #8 (permalink)
Super Moderator
 
Join Date: May 2004
Location: arch linux
Posts: 9,626
You can install packages locally (not from a repo) using pacman with the following command:

Code:
pacman -U /path/to/package/package_name-version.pkg.tar.gz
I've only installed packages using this command with the file directly on my hard drive, but I suppose it should work with the file residing on a CD, too. What might happen though is that pacman might try to fetch any dependencies not included in your package directly from the Arch repos. Hopefully, everything needed is included with your package(s).

Edit: Just wanted to add that you should try to install packages that are built specifically for Arch if possible. You can use ABS to build your own Arch packages.
__________________
oz

New Users: * FAQ *


Last edited by ozar; 12-25-2007 at 05:30 PM.
ozar is offline   Reply With Quote
Old 12-26-2007   #9 (permalink)
Just Joined!
 
coderonline's Avatar
 
Join Date: Dec 2007
Posts: 6
Desktop installation question...

Hi Dapper Dan & ozar,

I tried the command

"pacman -U /path/to/package/glib-2.6.6.tar.gz " after i mounted my cd-rom,

I get something like

"warning:current locale is invalid; using default "c" locale
loading package data........

error:failed to add target '/path/to/package/glib-2.6.6.tar.gz'( could not find or read file')

I also used this procedure,

mount /mnt/cdrom

cd /mnt/cdrom

Now i have it on the screen like " [root@myhost cdrom]# "
So now i type,

ls

gunzip xpde-o.5.1.tar.gz

After this i get some message like ,

"gzip: xpde-0.5.1.tar: Read-only file system

Now the screen again appears like

" [root@myhost cdrom]# "

Now i typed as

tar xvf xpde-o.5.1.tar

Then it seems like installing....It shows up in the screen like a program compiling as follows,

"tar : xpde/src......../desktop properties.conf:cannot open file or directory"

These kind of messages come for the next 10 or so lines & finally it comes like...

tar :Error exit delayed from previous errors

Then again the screen appears as,

" [root@myhost cdrom]# "

All i wanted to do right now is.....I have the glib-2.6.6.tar.gz in my cd-rom....
I have mounted the cd-rom.....I need to know what command or procedure....to follow to install that glib-2.6.6.tar.gz....

I need some help....Plz...
coderonline is offline   Reply With Quote
Old 12-26-2007   #10 (permalink)
Super Moderator
 
Join Date: May 2004
Location: arch linux
Posts: 9,626
Arch is truly meant to be a distro for users with full, high speed internet access. If you don't have that, you should consider going with different distribution. If you do have it, you should use pacman to install Xfce directly from the Arch repositories. You can also find a version of Xpde in the the Arch AUR repos.

Otherwise, you'd need to install the Xfce.run package like shown in this HowTo:

Installing Xfce

If you want to install the Xpde package from source, here's a HowTo (post #2) for doing that:

http://www.linuxforums.org/forum/lin...are-linux.html

Keep in mind that you must have root privileges to install software under Linux.
__________________
oz

New Users: * FAQ *

ozar is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Job Search
keyword location
Post a Job »
job title, keywords or company
city, state or zip jobs by job search

Similar Threads
Thread Thread Starter Forum Replies Last Post
USB HD (enclosure) changing mountpoins Everytime I copy files . . . icedtea Peripherals / Hardware 0 10-11-2007 03:14 PM
"Ghost Image" a SuSE Desktop Installation? MainFrame185 SuSE Linux Help 7 10-10-2006 09:01 PM
Plz Answere These Questions for me....... saif_linux Redhat / Fedora Linux Help 1 04-29-2005 08:46 PM
installation Question zolo SuSE Linux Help 2 04-19-2005 02:51 PM
module question concerning sound card installation ak4me Peripherals / Hardware 2 03-29-2004 09:19 PM

Free Magazines
Free eBook:"Vulnerability Management for Dummies"
Get all the Facts and See How to Implement a Successful Vulnerability Management Program.
subscribe
Google vs The World: The Battle of the Message Security Vendors
With such a powerful name behind it, Google Message Security stands out in a sea of products that do exactly the same thing - or so they say. So when it comes right down to it, how does the Google selection stack up against the rest of messaging security's big guns?
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 08:09 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0