LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-27-2005, 09:56 AM   #1
ddlinux
LQ Newbie
 
Registered: Feb 2005
Posts: 14

Rep: Reputation: 0
Exclamation How u install programs on linux help plz!!!!!!!


Ok Ok i have aim and ut2004 demo for linux and so how cna i install to make them work and other programs i might want. Im a newb at linux been using or the past week still confused plz help!
 
Old 02-27-2005, 10:03 AM   #2
ddlinux
LQ Newbie
 
Registered: Feb 2005
Posts: 14

Original Poster
Rep: Reputation: 0
And yes im using mandrak
 
Old 02-27-2005, 10:37 AM   #3
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Mandrake uses rpms isn't it? There's a program to install rpms and I think there's also a software center or something like that in your settings so I think you can do it there.

For UT I think their site has information on it too. But which format is it? If it's a .bin (binary file) go to Konsole. Cd to the path it's in. If you keep it in your home folder you can start with the commands right away since Konsole starts in your home folder.

First you have to make it executable:
"chmod +x filename"
Then you can run it with:
"./filename" (note that's a dot slash at the start)
Don't type the quotes
 
Old 02-27-2005, 10:44 AM   #4
mhelliwell
Member
 
Registered: Feb 2005
Location: Canada, eh!
Distribution: Puppy Linux 1.x.x
Posts: 75

Rep: Reputation: 15
Ok andom question in this guys post where I shouldn't be-
How do you install from CD? I have a bunch of apps for kde and was wondering how I do this. (they are .tgz and .tar.gz, etc.)
 
Old 02-27-2005, 11:15 AM   #5
idefinehell
LQ Newbie
 
Registered: Feb 2005
Distribution: FC3
Posts: 24

Rep: Reputation: 15
first untar the files using

tar -xvzf apps.tar.gz
cd /apps
./configure
make
make install
make clean (wanna save some space 'eh?)

u must be root 2 carry out the last 2 commands

Hope this helps :-)

Last edited by idefinehell; 02-27-2005 at 11:16 AM.
 
Old 02-27-2005, 12:29 PM   #6
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
urpmi

I believe the package management system on Mandrake is urpmi. Why don't you type "man urpmi" at a terminal prompt and read up on it. You could also look for it using google. It should make your life much simpler once you have a list of repositories which is to you liking.
 
Old 02-27-2005, 01:26 PM   #7
ddlinux
LQ Newbie
 
Registered: Feb 2005
Posts: 14

Original Poster
Rep: Reputation: 0
OK i have a other qustion

I have simplymepis how do install programs and apps for that plz help
 
Old 02-27-2005, 01:38 PM   #8
speel
Member
 
Registered: Apr 2004
Posts: 354

Rep: Reputation: 30
with tar balls you do
tar -xvzf package.tar.gz
cd /apps
./configure
make
make install

with .debs you do this
dpkg -i package.deb

with rpms you type
rpm -Uvh package.rpm

and thats how you install things

and i think mepis is based on debian if im not mistaken so you can type apt-get install package
 
Old 02-27-2005, 07:11 PM   #9
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
apt-get, kpackage, synaptic for Mepis

Use one of those for installing packages on Mepis. I used Kpackage, and it seemed pretty easy and graphical. The new SimplyMepis3.3 has synaptic, a graphical front end for apt-get, which is supposed to be very nice.
 
Old 02-27-2005, 07:28 PM   #10
ddlinux
LQ Newbie
 
Registered: Feb 2005
Posts: 14

Original Poster
Rep: Reputation: 0
How u use kpackger

how u use kpackger for mepis cn plz have step by step plz
 
Old 02-27-2005, 07:43 PM   #11
speel
Member
 
Registered: Apr 2004
Posts: 354

Rep: Reputation: 30
google is your friend
 
Old 02-27-2005, 10:48 PM   #12
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
kpackage

It has been awhile since I used kpackage. I am looking at the kde setup for knoppix right now, which should be pretty close to Mepis. Kpackage is found by clicking on the main kde icon on your task bar, then look under "system". There should be an entry that looks something like "Package Manager (KPackage)". If you activate that application, you should see a window which includes tabs listing all available packages, new packages, updated packages, and currently installed packages. Under "File" you have the option of finding packages. There is also a header "Special" which has the Debian APT repositories, with the options to Update (brings your packages up to date with the current release of the branch you have installed (Mepis is a mix of Debian testing and unstable, I believe), Upgrade (brings you up to date with the latest release of your current branch, I believe), and fixup (don't know what that does). Under "settings" you can configure Kpackage, selecting the repositories to use for Debian apt-get, dpkg, kiss, rpms, BSD, and slackware repositories. You should have many options, so if you don't see the package you want, you can just keep clicking to add new repositories (many should be included, just not selected). There is also a "help" menu item, which includes the handbook. If you click one of the packages you see, a description is given, telling you all about that package. It looks like a really nice package manager. I hear the same is true of synaptic, which if you don't already have, you could probably install using kpackage.

As another post mentioned, google is your friend.

You can also read about kpackage by entering "man kpackage" at the command line, or "info kpackage"
 
  


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
Some programs are not working in one slackware machine but in another one. plz help! cyto Slackware 6 12-17-2004 08:32 AM
Looking 2 install linux but i am 2 much of a noob, plz help? Grayson Linux - Laptop and Netbook 19 11-18-2004 02:13 PM
How to install programs in Linux ? wlaw Linux - Newbie 1 06-14-2004 09:44 AM
How do you install programs on linux? andymac Linux - Newbie 3 04-11-2004 08:23 PM
How do you install programs in Linux? bxb32001 Linux - Software 2 06-06-2001 11:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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