LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 03-16-2005, 03:00 AM   #31
Lyko
Member
 
Registered: Mar 2005
Posts: 69

Original Poster
Rep: Reputation: 15

It did something new

bobby@cpe-24-174-165-252:~/My Downloads $ rpm limewirelinux.rpm
RPM version 4.0.4
Copyright (C) 1998-2000 - Red Hat, Inc.
This program may be freely redistributed under the terms of the GNU GPL

Usage: rpm {--help}
rpm {--version}
bobby@cpe-24-174-165-252:~/My Downloads $

What does that mean
 
Old 03-16-2005, 03:05 AM   #32
Lyko
Member
 
Registered: Mar 2005
Posts: 69

Original Poster
Rep: Reputation: 15
I am going to hit the sack.I am on a roll, though. For the first time today, I have hit some commands and make them respond. Given, I havent installed anything, Thanks for your help.
 
Old 03-16-2005, 03:05 AM   #33
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
type:

rpm -ivh filename.rpm

to install the RPMs... from the directory where they are located...
 
Old 03-16-2005, 03:06 AM   #34
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
i think that just shows info about the rpm command/utility.... since what you typed after "rpm" wasnt an option for the rpm command, it just showed info about it and how to use it.

about your LimeWireLinux.bin..... you said you downloaded this file correct? you cd'd to where this file is saved and type
Code:
sh ./LimeWireLinux.bin
right? did this give you error about java VM/virtual machine? or what did it output
 
Old 03-16-2005, 03:20 AM   #35
Tanc
Member
 
Registered: Sep 2003
Location: France
Distribution: Debian etch
Posts: 99

Rep: Reputation: 15
Not here to create a troll about distro but i understand what u want ... quickly get a equivalent to windows.

It is not the good time to learn eveything about linux in a day, your head will explose ...
try to get a stable system without installing to much thing.

i would recommend to install Mandrake 10.1 DVD.
Torrent client is included in the distro as well as many others applications.
Installation process is quite easily and take less than 15 mn and can be used with dual booting with XP.


I've learn on it so i thnik it is quite nice to start learning linux.

Last edited by Tanc; 03-16-2005 at 03:23 AM.
 
Old 03-16-2005, 03:21 AM   #36
Lyko
Member
 
Registered: Mar 2005
Posts: 69

Original Poster
Rep: Reputation: 15
Did you guys just "get it"? Is it just me, or am I slow at this stuff? I don't see how I could have learned this without a forum, much less the internet. How did you guys manage? Is it just one of those "you either get it or you don't" kind of things, like calculas and other "side-of-the-brain" abilities.
 
Old 03-16-2005, 03:21 AM   #37
bornhj
Member
 
Registered: Sep 2004
Location: Canberra, Australia
Distribution: Fedora Core 3, Ubuntu Hoary, Slack 10.1
Posts: 120

Rep: Reputation: 15
I think he/she got the RPM version... and was confused about endings.

To install an RPM:
Code:
rpm -ihv nameofpackage.rpm
TO install from a bin/sh file (Example only)
Code:
sh ./nameoffile.bin
apt-get/synaptic is different again. They provide (when set up correctly) an easy way to get programs. I'm not familiar with either (I use Fedora) but in FC3 to install apps using yum (FC version of apt-get) it's a simple:
Code:
yum search limewire
[[list of matches shows. Pick the best one]]
yum install limewire.481
Easy, eh? Feel free to ask more questions if you get stuck again
 
Old 03-16-2005, 03:23 AM   #38
Lyko
Member
 
Registered: Mar 2005
Posts: 69

Original Poster
Rep: Reputation: 15
I am really just trying out Ubuntu on my old family computer. I have a nice, new system I built, so what distro do you recommend? I have a 160 gig hard drive, and I plan to dual boot. What is a good amout of space to give to both windows and Linux? I will use windows for games, and if I catch on to Linux, it for everything else.
 
Old 03-16-2005, 03:24 AM   #39
Tanc
Member
 
Registered: Sep 2003
Location: France
Distribution: Debian etch
Posts: 99

Rep: Reputation: 15
As i did Lyko , mandrake 10.1 full options and xp.
Works fine.

On my pc : I have a 80 Go for linux ( Torrent, App, Backup ) and 20 Go for XP ( game ).

Last edited by Tanc; 03-16-2005 at 03:26 AM.
 
Old 03-16-2005, 03:25 AM   #40
Lyko
Member
 
Registered: Mar 2005
Posts: 69

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by bornhj
I think he/she got the RPM version... and was confused about endings.

To install an RPM:
Code:
rpm -ihv nameofpackage.rpm
TO install from a bin/sh file (Example only)
Code:
sh ./nameoffile.bin
apt-get/synaptic is different again. They provide (when set up correctly) an easy way to get programs. I'm not familiar with either (I use Fedora) but in FC3 to install apps using yum (FC version of apt-get) it's a simple:
Code:
yum search limewire
[[list of matches shows. Pick the best one]]
yum install limewire.481
Easy, eh? Feel free to ask more questions if you get stuck again
That makes sense. I didn't really understand the whole apt-get thing.
 
Old 03-16-2005, 03:26 AM   #41
Lyko
Member
 
Registered: Mar 2005
Posts: 69

Original Poster
Rep: Reputation: 15
Ok, well now I really am going to sleep. Thanks for the help. I will try this stuff out tomorrow.
 
Old 03-16-2005, 04:07 AM   #42
kees-jan
Member
 
Registered: Sep 2004
Distribution: Debian, Ubuntu, BeatrIX, OpenWRT
Posts: 273

Rep: Reputation: 30
I think it is good to go back to the basics.

On linux, you have things called "packages", which are pretty much the same as windows installers. Except, that on linux, different distributions use different package formats. rpm format pachages are for redhat, fedora, mandrake, suse and such. You are using ubuntu, which is using .deb format packages. So basically, the stuff you downloaded is useless to you. (unless you want to do a whole lot of work).

One other thing that is available is source code. It typically comes with instructions to type "tar" "./configure", "make" and such, such as the instructions you found on the website. These instructions do not work together with packages.

To a beginner, I recommend not downloading source code, but only using packages (i.e. deb files in your case).

You are using ubuntu. Go trough the menus, and see if you find anything called "synaptic". It is pretty much like "add/remove programs" on windows, except that it also downloads for you, if necessary. From there, you should be able to find everything you need.

In its default configuration, synaptic knows only a limited number of sites. This can be extended. If you feel you need to do that, post another question :-)

LinuxQuestions has a newly created ubuntu forum. They should be happy to explain everything with regard to ubuntu and packages and stuff.

Groetjes,

Kees-Jan
 
Old 03-16-2005, 05:34 AM   #43
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
No...

Lyko!

Don't install RPMs on Ubuntu. Though possible, Ubuntu is not an RPM based distribution.

Use the graphical package manager synaptic which makes it very easy to install and uninstall applications using just mouse clicks. Read the documentation on "apt-get" to learn how to add repositories to apt.

Synaptic is just a graphical front end to apt-get. Ubuntu is a Debian based distro, meaning it uses .deb package format and not the .rpm package format.

To have a clean system with no dependency worries, use Synaptic (or apt-get) alone to install your programs. This is really a fantastic software packaging system and will give you no dependency problems even in the future.

Ubuntu has a large collection in their repositories. I suggest you go to the Ubuntu website and learn how to install more packages using Synaptic or apt-get, rather than worry about manually downloading RPM files and trying to install them.

Last edited by vharishankar; 03-16-2005 at 05:35 AM.
 
Old 03-16-2005, 06:11 AM   #44
Tanc
Member
 
Registered: Sep 2003
Location: France
Distribution: Debian etch
Posts: 99

Rep: Reputation: 15
When i began linux, i read doc on this site
Large amount of infos, especially
Quote:
3 Linux Tutorial
4 System Administration
5 The X Window System
6 Networking
Using Mandrake, i can recommend

Mandrake doc

Mandrake Manual

Last edited by Tanc; 03-16-2005 at 06:20 AM.
 
Old 03-16-2005, 10:43 AM   #45
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Look in your /usr/doc/Linux-FAQs. There's file "FAQ" or "Linux-FAQ". You MUST read it to know MANY Linux basics.
To see the help about a command type in console:
Code:
man name_of_a_command
Smth helpful: www.thelinuxbox420.com
 
  


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
Help on basic C vivekr Programming 12 12-01-2005 07:20 AM
really basic os? gravy Linux - Newbie 7 02-26-2005 09:20 PM
basic Ryan450 Linux - General 5 08-20-2004 11:59 PM
Really Basic ?'s Susan Linux - Newbie 3 10-26-2001 01:51 PM
I'm a BASIC chap, looking for some info on BASIC programming CragStar Programming 2 01-21-2001 09:19 AM

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

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