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 08-13-2003, 06:34 PM   #1
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Rep: Reputation: 30
apt-get??


I am tryin to install Eterm-0.9.2-1.i386.rpm but when I run:
Code:
apt-get install Eterm-0.9.2-1.i386.rpm
it says:
Code:
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package Eterm-0.9.2-1.i386.rpm
and it says that on every pkg I try to install what could be the prob?
 
Old 08-13-2003, 07:09 PM   #2
qulnxsh
Member
 
Registered: Mar 2003
Distribution: Debian Sid
Posts: 50

Rep: Reputation: 15
apt-get install eterm
That should do it. Your question deserves a RTFM but...
 
Old 08-13-2003, 07:44 PM   #3
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
RTFM?+ ready tried that
 
Old 08-13-2003, 08:19 PM   #4
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
If it cant find "eterm", then its probobly not there.

RTFM = Read the fucking manual.
 
Old 08-13-2003, 08:30 PM   #5
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well It is my home directory, and that is where the terminal is at.
 
Old 08-13-2003, 08:38 PM   #6
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
+ it is not only that pkg it is every pkg I try, and I cant find out how to fix it .
 
Old 08-13-2003, 09:05 PM   #7
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
Hi,
I am assuming that you are trying to use apt-get in RedHat 9. In debian, we have a file (/etc/apt/sources.list) that must be edited, so apt-get will know where to get the packages from.
It almost sounds as if apt-get is not being updated correctly.
Are you using Red-Hat?
If so, are you using the correct version of apt-get?
How does apt-get know where to get the packages from? ( which file do you edit, or is there one?)
 
Old 08-13-2003, 09:20 PM   #8
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Have you ran:

apt-get update
 
Old 08-13-2003, 09:23 PM   #9
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
Here is what seems to be a really good HOW-TO, courtesy of Fancypiper:

http://bazar.conectiva.com.br/~godoy...wto/index.html
 
Old 08-13-2003, 09:48 PM   #10
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
well yeah I am usin Red hat and I wasnt sure if I should have run update(thinkin It might screw with some of the stuff I have set up)
 
Old 08-13-2003, 10:34 PM   #11
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
update just updates the package list, it doesnt actually change any files.

I think what you are thinking of is:

apt-get dist-upgrade

that upgrades your whole system.
 
Old 08-13-2003, 11:01 PM   #12
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
will update help?
 
Old 08-13-2003, 11:28 PM   #13
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
oh and yeah I checked and I have the right version
 
Old 08-13-2003, 11:49 PM   #14
SnowSurfAir
Member
 
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459

Original Poster
Rep: Reputation: 30
wait could it be that a it gives me this error most of the time:?
Code:
Reading Package Lists... Done
Building Dependency Tree... Done
W: There are multiple versions of "freetype" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^freetype$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: There are multiple versions of "fontconfig" in your system.

This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:

RPM::Allow-Duplicated { "^fontconfig$"; };

To disable these warnings completely set:

RPM::Allow-Duplicated-Warning "false";

W: You may want to run apt-get update to correct these problems
If it helps I can get it to install mplayer to a point then it says somethin bout file conflicting with it.

Last edited by SnowSurfAir; 08-14-2003 at 12:07 AM.
 
Old 08-14-2003, 07:52 AM   #15
dowmun
Member
 
Registered: Feb 2003
Posts: 119

Rep: Reputation: 15
Apt-get for RedHat

Hi,
I really think you would do well to go back and read the HOW-TO posted above. I have admitted that I know nothing about RedHat, but if it is complaining about multiple versions of different packages on your system, I am pretty sure that is compounding your problem.
Apt-get can be used to remove packages as well as install them. It sounds as if you need to go through your installed packages, and get rid of the ones that are causing conflicts.
I do not know how this is done in RedHat. I know it is a lot easier for me to say, than for you to do. Good luck.
 
  


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
How to set up proxy in Apt-Get's apt.conf? rykel Fedora 9 10-09-2013 03:24 AM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
knoppix 3.4 and no apt-setup how to fix info install apt-file + base-config maximalred Debian 0 10-16-2004 06:36 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM
apt-get for slackware (the real apt...not swaret or slapt) hypermegachi Slackware 3 10-31-2003 03:28 PM

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

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