Results 1 to 8 of 8
Hello
I am new to linux and i have been taught a lot from this forum and from some very helpfull people.
I again am facing some problems during instalation ...
- 03-24-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Quetta
- Posts
- 20
Some INstallation Dependicies Guide Please!
Hello
I am new to linux and i have been taught a lot from this forum and from some very helpfull people.
I again am facing some problems during instalation of this Download manager named Prozilla
i just downloaded this file from their server named
prozgui-20010808-1.i386.rpm
when i typed rpm -i prozgui-20010808-1.i386.rpm
it gave me 2 dependicies being absent error.
[root@localhost root]# rpm -i prozgui-20010808-1.i386.rpm
warning: prozgui-20010808-1.i386.rpm: V3 DSA signature: NOKEY, key ID efb1ae54
error: Failed dependencies:
fltk is needed by prozgui-20010808-1
libfltk.so.1 is needed by prozgui-20010808-1
fltk and libflth.
i was told to get their rpms from rpmfind.com
b4 i go their i want to ask u guyz what does atp-get command can do to help me in this matter. can it help me ? if yes then how and what does it do.
thanks
- 03-24-2005 #2
If apt-get is settup you can apt-get a program with
and it will install the program and its dependancies, for more info on apt-get you might want to read http://www.linuxforums.org/tutorials...ial-19957.html.Code:apt-get --install program
dylunio
- 03-24-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- Quetta
- Posts
- 20
Just a Question regarding the operation process of apt-get
Originally Posted by dylunio
consider i type apt-get install (humm lets say "AMSN")
so will amsn(clone of msn messenger) WILL DOWNLOAD ON MY PC?
and then being install ?
OR
When i typed apt-get update All Pacakages are downloaded on my pc and then were installed(seems not possible)
One more thing How to list the installed packages on my pc because i am considering to remove some.
and how to cheak the remaining space of my hdd(on which linux is installed)
sorry for so many question but linux had hit me Hard and continue to attract me.
Thanks
Ali
- 03-24-2005 #4Will download and install amsn on your compter as well as any dependancies.Code:
apt-get --install amsn
As for programs you can list all rpms you have withdylunioCode:rpm -qa
- 03-24-2005 #5Just Joined!
- Join Date
- Mar 2005
- Location
- Quetta
- Posts
- 20
why did u use --install and why not -install with apt-get or with any other software
whats the diffrence b/w -- and -?
- 03-24-2005 #6
I'm not sure if there is much of a diffarence, it is just habbit, since you can use apt-get without the --install, with just install.
dylunio
- 03-24-2005 #7Just Joined!
- Join Date
- Mar 2005
- Location
- Quetta
- Posts
- 20
I am having a problem in finding a dependicy called OpenGL
all i can find from rpmfind is OpenGlcontent no opengl itsself.
can u help me by telling me where to get it ?
what other site except rpmfind?
- 03-24-2005 #8
searching the web it seems that opengl is atached to your graphics card drivers, so you'll have to download and install the drivers for your graphics card form your card manufaturers website.
dylunio


Reply With Quote
