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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-13-2003, 07:34 PM
|
#1
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Rep:
|
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?
|
|
|
08-13-2003, 08:09 PM
|
#2
|
Member
Registered: Mar 2003
Distribution: Debian Sid
Posts: 50
Rep:
|
apt-get install eterm
That should do it. Your question deserves a RTFM but...
|
|
|
08-13-2003, 08:44 PM
|
#3
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
RTFM?+ ready tried that
|
|
|
08-13-2003, 09:19 PM
|
#4
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
If it cant find "eterm", then its probobly not there.
RTFM = Read the fucking manual.
|
|
|
08-13-2003, 09:30 PM
|
#5
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
well It is my home directory, and that is where the terminal is at.
|
|
|
08-13-2003, 09:38 PM
|
#6
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
+ it is not only that pkg it is every pkg I try, and I cant find out how to fix it .
|
|
|
08-13-2003, 10:05 PM
|
#7
|
Member
Registered: Feb 2003
Posts: 119
Rep:
|
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?)
|
|
|
08-13-2003, 10:20 PM
|
#8
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
Have you ran:
apt-get update
|
|
|
08-13-2003, 10:48 PM
|
#10
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
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)
|
|
|
08-13-2003, 11:34 PM
|
#11
|
LQ Guru
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445
Rep:
|
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.
|
|
|
08-14-2003, 12:01 AM
|
#12
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
will update help?
|
|
|
08-14-2003, 12:28 AM
|
#13
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
oh and yeah I checked and I have the right version
|
|
|
08-14-2003, 12:49 AM
|
#14
|
Member
Registered: Mar 2003
Distribution: Redhat 9
Posts: 459
Original Poster
Rep:
|
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 01:07 AM.
|
|
|
08-14-2003, 08:52 AM
|
#15
|
Member
Registered: Feb 2003
Posts: 119
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 04:11 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|