LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-24-2003, 03:56 PM   #1
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Rep: Reputation: 15
Like Linux so far but need a little help.


Trying to install Afterstep. Can someone please explain to me how as if I were an 8 year old.

And I'm the only user on my Comp. How can I gain access to everyting. When I try to copy something to root (/) I get a message telling me I don't have permission.

Thanks In Advance For your Help.


jarget
 
Old 08-24-2003, 04:01 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
This is not windows. only root has permission to write on most of the system.

If you need that permission type su into a console and then enter your root password. Then when you've done what you need to do type exit and return to using the system as normal.

NEVER use the system as root permanatley, this is one of the major reasons Linux is a lot more secure than windows.
 
Old 08-24-2003, 04:02 PM   #3
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well tell us the file you downloaded for afterstep? i assume the tarball but not sure...also explain what you done if anything, and if you have got any errors...
and to gain access, you have to type:
su -
and then you are prompted for you root password, and then you have control over your whole machine...
 
Old 08-24-2003, 04:09 PM   #4
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Original Poster
Rep: Reputation: 15
Thanks for info so far.


I got Afterstep-1.8.11 tar ball and unpacked it to my desktop. I tried to install last night using the readme in the AS folder. I used the ./configure command then when all was done it said to install in root if I wanted AS in my Gnome desktop menu. At that point I tried different things and I just couildn't do it.
 
Old 08-24-2003, 04:13 PM   #5
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by leonscape
This is not windows. only root has permission to write on most of the system.

If you need that permission type su into a console and then enter your root password. Then when you've done what you need to do type exit and return to using the system as normal.

NEVER use the system as root permanatley, this is one of the major reasons Linux is a lot more secure than windows.

Didn't work.
 
Old 08-24-2003, 04:21 PM   #6
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
what do you mean it didn't work?
you type:
su -
type root password when prompted
and then you have permission....again type more information as error messages, and what your doing...we can't help when you just say "didn't work"....
as of AS..
did you type:
./configure
make
su -c "make install"
type root password ?
 
Old 08-24-2003, 04:47 PM   #7
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by DrOzz
what do you mean it didn't work?
you type:
su -
type root password when prompted
and then you have permission....again type more information as error messages, and what your doing...we can't help when you just say "didn't work"....
as of AS..
did you type:
./configure
make
su -c "make install"
type root password ?
OK, sorry. I typed su -
then asked for my password. But then when I try to typr in my password my keyboard won't work when I try to type my password.

For the AS install I just typed ./configure
 
Old 08-24-2003, 04:51 PM   #8
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
The password just isnt represented with *s, that's all. It's working fine.
 
Old 08-24-2003, 06:02 PM   #9
neilcpp
Member
 
Registered: Jul 2003
Location: England
Distribution: Debian Jessie, FreeBSD 10.1 anything *nix to get my fix
Posts: 329

Rep: Reputation: Disabled
Post

Just a thought but if you get the file afterstep as an 'RPM' package you might save yourself a lot of grief as the package manager program on your system would automate the installation...after you logon as root of course!!
 
Old 08-24-2003, 06:23 PM   #10
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by neilcpp
Just a thought but if you get the file afterstep as an 'RPM' package you might save yourself a lot of grief as the package manager program on your system would automate the installation...after you logon as root of course!!

Where can I get an RPM?

Thanks

please send if you can jarget@hotmail.com
 
Old 08-24-2003, 06:30 PM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What distro are you running?

Cool
 
Old 08-24-2003, 06:49 PM   #12
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by MasterC
What distro are you running?

Cool

Red Hat 9
 
Old 08-24-2003, 06:55 PM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
ftp://ftp-linux.cc.gatech.edu/pub/Li...ib/libc6/i686/

Or, more ideally:
ftp://ftp-linux.cc.gatech.edu/pub/Li...b/libc6/SRPMS/

But you'll have to build them as source RPM's that way:
rpm --rebuild filename.src.rpm
Would be the generic syntax for that.

HTH

Cool
 
Old 08-24-2003, 07:14 PM   #14
jarget
LQ Newbie
 
Registered: Aug 2003
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by MasterC
ftp://ftp-linux.cc.gatech.edu/pub/Li...ib/libc6/i686/

Or, more ideally:
ftp://ftp-linux.cc.gatech.edu/pub/Li...b/libc6/SRPMS/

But you'll have to build them as source RPM's that way:
rpm --rebuild filename.src.rpm
Would be the generic syntax for that.

HTH

Cool
Kind of confused on this.
 
Old 08-24-2003, 07:20 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Sorry, I did kinda whip through that didn't I

In those 2 directories you can grab the AfterStep RPM's. I'd say grab the SRPMS (source RPM's) because it'll be more tailored to your system but at the cost of a wee bit more work (the above syntax).

Either way, once you get a working RPM (either from the Source RPM and the command syntax above, OR by grabbing a precompiled RPM in the first link) then you just need to install them via your system's Add/Remove programs bit (pffft!) or by opening up a terminal, and entering the directory containing the new RPM's and typing:
rpm -Uvh filename.rpm
Where filename.rpm is the actual name of the RPM in that directory.

Cool
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
link dies intermittently-seemingly at random- between win<->linux not linux<->linux?? takahaya Linux - Networking 10 03-09-2007 10:37 PM
triple boot linux/linux/linux No Windows involved toastermaker Linux - Newbie 12 03-02-2006 10:40 PM
Redhat (rhel v2.1) bootup problem with linux (linux vs linux-up) namgor Linux - Software 2 06-24-2004 02:49 PM

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

All times are GMT -5. The time now is 02:57 AM.

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