LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to download all required dependencies for required rpm package (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-download-all-required-dependencies-for-required-rpm-package-4175657365/)

shrinivas.d 07-14-2019 12:28 AM

How to download all required dependencies for required rpm package
 
hi there,

I'm new to linux i am trying to install rdesktop rpm package using rpm -ivh command bust it says pcsc-lite dependency needed.

please tell me where can i get all the required dependencies or is there any command i can download.

this is task given by my teacher please do not suggest yum.

GlennsPref 07-14-2019 12:32 AM

Try here, you will need to know what distribution of gnu/linux you have installed and the version.

https://pkgs.org/

shrinivas.d 07-14-2019 12:48 AM

Quote:

Originally Posted by GlennsPref (Post 6014859)
Try here, you will need to know what distribution of gnu/linux you have installed and the version.

https://pkgs.org/


I'm using the centos6.4

berndbausch 07-14-2019 03:18 AM

Quote:

I'm using the centos6.4
Then use the yum command:
Code:

yum localinstall YOURPACKAGE.rpm
If that doesn’t work, you will have to do it manually. I.e. run rpm, note down the missing packages, download them, run rpm again etc until you get no errors.

GlennsPref 07-14-2019 07:04 AM

http://mirror.centos.org/centos/6/os...el6.x86_64.rpm

the rest of these are probably installed already.
Code:

Requires
Name                  Value
/sbin/chkconfig        -
hal        -
initscripts        -
libc.so.6(GLIBC_2.4)(64bit)        -
libdbus-1.so.3()(64bit)        -
libdl.so.2()(64bit)        -
libdl.so.2(GLIBC_2.2.5)(64bit)        -
libhal.so.1()(64bit)        -
libpthread.so.0()(64bit)        -
libpthread.so.0(GLIBC_2.2.5)(64bit)        -
librt.so.1()(64bit)        -
pcsc-ifd-handler        -
rtld(GNU_HASH)        -

I hope that helps you.

TB0ne 07-14-2019 09:58 AM

Quote:

Originally Posted by shrinivas.d (Post 6014856)
hi there,
I'm new to linux i am trying to install rdesktop rpm package using rpm -ivh command bust it says pcsc-lite dependency needed. please tell me where can i get all the required dependencies or is there any command i can download.

Putting your question in to Google pulls up over 480,000 hits, and the very first one tells you how to do this.
Quote:

this is task given by my teacher please do not suggest yum.
This is your second verbatim homework question, that shows zero effort on your part:
https://www.linuxquestions.org/quest...me-4175657156/

...and now you're TELLING US what to suggest to you, so you can turn in your homework? What research/effort have you put in to things? What have you looked up/done/tried? As you were told before, we're happy to help you if you're stuck, or to clarify things, but you, personally, have to show some effort.


All times are GMT -5. The time now is 09:50 AM.