LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apt-get?? (https://www.linuxquestions.org/questions/linux-software-2/apt-get-81743/)

SnowSurfAir 08-13-2003 06:34 PM

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?

qulnxsh 08-13-2003 07:09 PM

apt-get install eterm
That should do it. Your question deserves a RTFM but...

SnowSurfAir 08-13-2003 07:44 PM

RTFM?+ ready tried that

contrasutra 08-13-2003 08:19 PM

If it cant find "eterm", then its probobly not there.

RTFM = Read the fucking manual.

SnowSurfAir 08-13-2003 08:30 PM

well It is my home directory, and that is where the terminal is at.

SnowSurfAir 08-13-2003 08:38 PM

+ it is not only that pkg it is every pkg I try, and I cant find out how to fix it .

dowmun 08-13-2003 09:05 PM

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?)

contrasutra 08-13-2003 09:20 PM

Have you ran:

apt-get update

dowmun 08-13-2003 09:23 PM

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

http://bazar.conectiva.com.br/~godoy...wto/index.html

SnowSurfAir 08-13-2003 09:48 PM

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)

contrasutra 08-13-2003 10:34 PM

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.

SnowSurfAir 08-13-2003 11:01 PM

will update help?

SnowSurfAir 08-13-2003 11:28 PM

oh and yeah I checked and I have the right version

SnowSurfAir 08-13-2003 11:49 PM

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.

dowmun 08-14-2003 07:52 AM

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 07:56 PM.