Re: How to install Linux applications?
From: Tim (youngprofessional2001_at_yahoo.com)
Date: 05/15/05
- Next message: AG: "Re: New to Linux - which OS version?"
- Previous message: Moe Trin: "Re: 64 bit rpms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 14 May 2005 23:10:18 -0400
I use a program called yum that is really great. Much easier using yum
because it grabs all of your dependencies automatically.
>yum list available
>yum update #####updates your entire system
>yum install snes9express.i386 ####installs snes9express.i386 and deps
######## /etc/yum.conf ########################
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
#[base]
#name=Red Hat Linux $releasever - $basearch - Base
#baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/$releasever/$basearch/
#[updates]
#name=Red Hat Linux $releasever - Updates
#baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/$releasever/
[dag]
name=Dag RPM Repository for Fedora Core
baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
James Xiaolu Jin wrote:
> I am new to Linux so please be gentile;-). Recently installed Redhat Linux 9
> on a relatively old laptop computer (Toshiba Satellite 2100CDT). The
> installation completed without any big problems. But now I have two
> "annoying" problems.
>
> 1. Network configuration:
>
> Couldn't find any driver for a Linksys external USB-type wireless network
> adapter WUSB54G/80211.g so I gave up on this USB adapter. But then couldn't
> even get my 3COM 3C589D PCMCIA 2.0/2.1 network card to work either which is
> directly connected to one of the wired ports of my Linksys WRT54G router
> which is in turn connected to my cable modem.
>
> 2. Now this one is really my problem. Without connection to the Internet
> from the linux laptop because of the above network configureation problem, I
> used a desktop running Windoze XP Pro to download some of the latest verions
> of applications for Linux i386 such as Firefox 1.0.3, and OpenOfficeORG 2.0,
> etc. but I am not sure how I can install these applications with Linux. Here
> are what I did (using Firefox 1.0.3 as an example):
>
> A) With the desktop PC running Windoze XP, downloaded
> firefox-1.0.3.installer.tar.gz
> B) With the destkop PC running Windoze XP, ran WINZIP to extract the above
> downloaded tar.gz file, and got: the following extracted files
> * config.ini
> * firefox-installer
> * firefox-installer-bin
> * install.ini
> * license.txt
> * watermark.png
> * subdirectory xpi which includes 6 files with file extension .xpi
> C) With the desktop PC running Windoze XP, burned the above files onto a
> CD-R (with the same file and directory structure)
> D) With the laptop running Redhat Linux 9, from command line (terminal) and
> using the CD-R media, tried 'executing' the above file firefox-installer or
> firefox-installer-bin (a script or a executable?), but couldn't install the
> application, at all.
>
> What went wrong with my download and/or installation process/procedure?
> Thanks!
>
> James
>
>
- Next message: AG: "Re: New to Linux - which OS version?"
- Previous message: Moe Trin: "Re: 64 bit rpms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|