LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-26-2006, 05:41 AM   #16
FireGunz
Member
 
Registered: Mar 2006
Distribution: Fedora Core 5 i386 DVD | Kernel 2.6.16-1.2080_FC5 | YUM v2.6.0 | GNOME v2.14.0 |
Posts: 42

Rep: Reputation: 15
Arrow


Quote:
Originally Posted by pdw_hu
'make' compiles and 'make install' installs it (basically copies it).

as for installation directories, ./configure --help lists you some command line options (--help is one of them for ex.) which you can override the defaults.

executables can be put whereever you want basically and ran by ./file

as for the uninstall issue:
let's say you extracted something, did ./configure,make and make install. then deleted that directory.
after a while you want to uninstall that program.
you can either search for all the files for that program (but then it's easy to miss something)
or you can just extract the source again, run ./configure then do make uninstall (as root, sorry i didnt mention that before). or you could just backup the first directory, but that takes up lots of place.
sorry forgive me, i'm slow leaner as you say ./configure --help command where to I had to type or how to create the files so on... if possible can some make abit detail e.g; right click mouse -> create folder -> so on...

thank you very much.

Last edited by FireGunz; 03-26-2006 at 05:42 AM.
 
Old 03-26-2006, 05:53 AM   #17
FireGunz
Member
 
Registered: Mar 2006
Distribution: Fedora Core 5 i386 DVD | Kernel 2.6.16-1.2080_FC5 | YUM v2.6.0 | GNOME v2.14.0 |
Posts: 42

Rep: Reputation: 15
Talking

well... here is my problem as I'm new about the FC5 (which I had already installed) and I want to play VCD or DVD or Files format at FC5 so I had download the MPlayer (ofcouse, I also no sure which one is the right version for me. But for sure is MY com is P4 2.4G) if possible create the link for me to download.

Now when I want to install the application which at my folder (that I had create at the Dektop) so where should I place the application to and how to install it (how to make or create link) becouse there is no guide for NEWBIE (e.g: File -> Create folder -> so for) so we might able to know how to get to start it.(As I call STARTED KIT).hehehe....

also I wanted to my Nvidia Driver (which also don't how to install) as it "NVIDIA-Linux-x86-1.0-8178-pkg1.run"

Last edited by FireGunz; 03-26-2006 at 05:57 AM.
 
Old 03-26-2006, 10:09 AM   #18
FireGunz
Member
 
Registered: Mar 2006
Distribution: Fedora Core 5 i386 DVD | Kernel 2.6.16-1.2080_FC5 | YUM v2.6.0 | GNOME v2.14.0 |
Posts: 42

Rep: Reputation: 15
Lightbulb

OK, I had found this which for NEWBIE like me. e.g: how to become a "ROOT" so on... all the The Basics FAQ -

Here is the 1st Step.

1Q: What is terminal? How do I "open a terminal?"

1A: A "terminal" is a way of typing commands to the computer. That may sound very strange, but it's actually really, really nice and easy once you get used to it. You can use Fedora as a totally graphical system, or you can use it totally with the terminal. I like to do both; I use whichever one is easier for the task I'm doing.

As for FC5 (which I currently use) to open a terminal.

To open a terminal in a graphical environment:

@ Applications (upper left) -> Accessories -> Terminal (Mouse Right Click, you can create a Launcher to Desktop). when terminal open look like this -> [username@localhost ~]$ as for MORE info click -


2Q: What is root? How do I "become root?"
2A: "root" is the name of the user who can control everything on the entire computer. We call this the "super user."

To become root, first you must open a terminal. Then, you type:

su -

Note that the "-" is very important -- it sets things so that you have easy access to all the commands on the computer.

Then, you have to type in your root password (when typing root password the binking bar remain stay not moving at all. SO don't worry, just type and press enter will do). when you done right you will see [root@localhost ~]# at the Terminal, You set this when you installed Fedora.

If you're using the "open a terminal" method where you make the whole screen into a terminal, then you just need to put "root" as your "Login:" name, and then enter the correct password.

Last edited by FireGunz; 03-27-2006 at 01:19 PM.
 
Old 03-26-2006, 06:00 PM   #19
hsimah
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Slackware 12.1
Posts: 173

Rep: Reputation: 30
Quote:
Originally Posted by FireGunz
Now when I want to install the application which at my folder (that I had create at the Dektop) so where should I place the application to and how to install it (how to make or create link) becouse there is no guide for NEWBIE (e.g: File -> Create folder -> so for) so we might able to know how to get to start it.(As I call STARTED KIT).hehehe....

also I wanted to my Nvidia Driver (which also don't how to install) as it "NVIDIA-Linux-x86-1.0-8178-pkg1.run"
If using the console, mkdir name will create a directory in the current folder. You make them elsewhere using mkdir /path/name.

I know in KDE to make a folder you right click and go New->Folder just like in Windows.

As for installing the nVidia proprietry drivers, type sh NVIDIA-Linux... etc to run it. if your filename has [B] like you typed you'll have to include that. When it is running, Accept the agreement but don't look for a precompiled kernel config. I think there are two questions that you have to say No to before it installs. I had lots of trouble with my nVidia drivers, so I hope this helps you (I can do them easily now )
 
Old 03-28-2006, 08:16 AM   #20
FireGunz
Member
 
Registered: Mar 2006
Distribution: Fedora Core 5 i386 DVD | Kernel 2.6.16-1.2080_FC5 | YUM v2.6.0 | GNOME v2.14.0 |
Posts: 42

Rep: Reputation: 15
Talking

Quote:
Originally Posted by hsimah
If using the console, mkdir name will create a directory in the current folder. You make them elsewhere using mkdir /path/name.

I know in KDE to make a folder you right click and go New->Folder just like in Windows.

As for installing the nVidia proprietry drivers, type sh NVIDIA-Linux... etc to run it. if your filename has [B] like you typed you'll have to include that. When it is running, Accept the agreement but don't look for a precompiled kernel config. I think there are two questions that you have to say No to before it installs. I had lots of trouble with my nVidia drivers, so I hope this helps you (I can do them easily now )
wow... thank for the reply. what is KDE?

As you say If using the console, mkdir name will create a directory in the current folder. You make them elsewhere using mkdir /path/name.

how it look like? e.g:
Code:
[root@localhost ~]# mkdir /home/user_name
(as the the home is the User_Name Home folder at desktop.


hmmm.... As for installing the nVidia proprietry drivers where should I type? at Terminal become ROOT. e.g:
Code:
[root@localhost ~]# NVIDIA-Linux-x86-1.0-8178-pkg1.run
let say's, If I put the NVIDIA-Linux-x86-1.0-8178-pkg1.run in the User_Name Home folder at desktop. so how to I do.

Sorry for the trouble. if you can give MORE tips for me to lean.

Last edited by FireGunz; 03-28-2006 at 08:34 AM.
 
Old 03-29-2006, 02:59 AM   #21
hsimah
Member
 
Registered: Jan 2006
Location: Australia
Distribution: Slackware 12.1
Posts: 173

Rep: Reputation: 30
KDE is one of the GUI's included with Slackware. I dunno about most people, but it is what I first used when I tried Linux.

about mkdir, thats right, if you want a new folder in your home directory mkdir /home/user_name/newfolder would make a new folder called newfolder. On my box I'd do "mkdir /home/hsimah/new_folder" etc

and yes, run the nvidia installer as root, so type:
Code:
[root@localhost ~]# sh NVIDIA-Linux-x86-1.0-8178-pkg1.run
Don't forget the sh. I am not sure what sh is exactly, but thats what you use. I think its something to do with the shell maybe?
 
  


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
newbie question: whats the difference between "su root", "su" and "su -&quo mojarron Slackware 9 12-07-2009 04:08 PM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 02:32 PM
[thread control suggestion] add a "solved" button that the thread starter can click atom LQ Suggestions & Feedback 3 03-24-2005 11:55 AM
Take all posts from "Website Suggestions & Feedback" out of the "0 Reply Thread&q t3gah LQ Suggestions & Feedback 7 03-21-2005 07:27 PM
Java error "Exception in thread "main" java.lang.StackOverflowError" nro Programming 1 09-04-2004 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:34 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