Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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.
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...
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.
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.
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 ?
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.
Distribution: Debian Jessie, FreeBSD 10.1 anything *nix to get my fix
Posts: 329
Rep:
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!!
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!!
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.