How to install .rpm packages in Fedora Linux?

Hi all
I am trying to download .rpm packages for my Fedora 10 Linux but don't have a clue on how to install those? First of all, when I download them, they automatically go to my Home directory (that is on my desktop). However, when I login to the Terminal and then login as root...and give this command..
rpm -i <rpm file name>
or
rpm -ivh <rpm file name>
...it says, there is no such file or directory. Now, my question is..how do I get these .rpm files (that are on my computer Home) to the root so that the above command can work and actually installs these?
Please help.
Thank you.

error: Failed dependencies:libc.so.6()(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
libdl.so.2()(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by binutils-2.15.92.0.2-15.0.0.0.2.x86_64
Before you install any new rpms you need to make sure all dependencies are resolved.
try running rrpm -qR binutils-2.15.92.0.2-15.0.0.0.2.x86_64.rpm
and make sure you install all pre-requisites rpm. It seems to me complaining about in-correct version of glibcc..

Similar Messages

  • How to install the package in ubuntu(linux)?

    I'd downloaded a new version of Firefox 5 for Ubuntu(Linux).
    But I'm unable to upgrade the previous version of Firefox or how to use the new one which I'd downloaded.

    https://support.mozilla.com/en-US/kb/Installing+Firefox+on+Linux
    https://help.ubuntu.com/community/FirefoxNewVersion/MozillaBuilds

  • How to install Java in ASUS EeePC Linux OS?

    Who knows how to install a Java to a Linux OS in ASUS EeePC? I purchased an EeePC 4GB Surf for my programming subjects. But then, I couldn't use the Eclipse if I don't have Java installed on the pc. Do you know how to put Java in a ASUS EeePC 4GB Surf Linux OS?

    Some programs like FrostWire will not work without Java being upgraded. To do this:
    1.
    Use the Synaptic Package manager to add the repository: deb http://geekconnection.org xandros4 main. If you have no clue what that means read Installing software on the EEE - quick beginner's guide on the wiki.
    2.
    After Synaptic has downloaded the files to update the repository; Scroll through the available items to locate xandros-sun-jre1.5; Mark it for installation; Click Apply.
    The approximate size of this installation of Java is 30Mb and it is reported in this thread on the forum that after this version of Java was installed FrostWire works.
    http://wiki.eeeuser.com/howto:upgrade_java?s=java

  • How to install JDK on RED HAT - Linux interprise 5?

    Hello!
    How to install JDK on RED HAT - Linux interprise 5?
    Thanks!!!

    I did.
    But I have got an error:
    [user@localhost Desktop]$ cd jdk-6u22-linux-i586-rpm.bin ./jdk-6u22-linux-i586-rpm.bin
    bash: cd: jdk-6u22-linux-i586-rpm.bin: Not a directory
    [user@localhost Desktop]$ ./jdk-6u22-linux-i586-rpm.bin
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
    inflating: jdk-6u22-linux-i586.rpm
    inflating: sun-javadb-common-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-core-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-client-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-demo-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-docs-10.5.3-0.2.i386.rpm
    inflating: sun-javadb-javadoc-10.5.3-0.2.i386.rpm
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Installing JavaDB
    error: can't create transaction lock on /var/lib/rpm/__db.000
    Done.
    What is the problem?
    Thanks!

  • Installing .rpm packages onto solaris 10.

    Hi,
    Can anyone help me by providing the steps to install .rpm package into solaris 10 os?
    Thanks

    RPM is just a packaging format, and the tools are available on the Solaris Software Companion CD, in the SFWrpm package. You would need to install the package on your system in order to get the RPM tools.
    But I think Pascal's point is that the payload is typically Linux binaries, so installing a Linux RPM on Solaris would not be productive. But you could certainly install a source package, for example, or create your own RPM containing Solaris binaries.
    -- Alan

  • How to Install UTL_SMTP Package in Oracle 8.1.5

    Hi
    We are trying to use UTL_SMTO package to send mail.
    Will this package runs in Oracle 8.1.5? Any restriction on using this package?
    How to install this package? Where the SQL for this package is residing.
    If anyone can answer for this, we will be thankfull to you.
    regards
    Santhosh

    Hi,
    Run d:/oracle/ora81/rdbms/admin/utlsmtp.sql as SYS user. It create the package UTL_SMTP.
    Hope this helps.
    rukmini

  • How to install e business suite on linux 32 bit?

    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.

    LAVANKV wrote:
    Hi All,
    Can any body direct me how to install e business suite on linux 32 bit env.
    Thanks.Interesting Documents Concerning E-Business Suite 11i to R12 Upgrades [ID 850008.1]
    Oracle E-Business Suite Installation Guide Using Rapid Install
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/toc.htm
    Thanks,
    Hussein

  • How to install/add packages to org.apache

    hi everyone!
    i'm pretty new with Java and i wanted to know how to install a package i downloaded from "http://www.apache.org/dist/jakarta/". the package name is poi and i have no clue how to do it so i'll be able to import some classes from it in my code... (i tried to just paste it the file src.zip at the location org/apache but it didn't worked)
    thanks for you help,
    shimon ;)

    "install" isn't really the right word. You'll have to learn to think differently about JARs in Java. because you don't "install" them and your apps don't get access to them via the operating system. They're more like dynamic link libraries or DLLs in Windows parlance.
    What you should do is figure out what a standard directory structure for all your applications will be, maybe something like this:
    application
    +
    +------source (put your .java source files in their package structure under here)
    +------lib (put your 3rd party JAF files under here)
    +------classes (compile your .class files to this directory)
    So in this case you'd put the POI JAR under /lib for your project. Tell Eclipse that /source is where it should expect to find all the .java file, that /class is the output directory for all compilations. Right click on the project folder, select "Properties", and add all the JARs to the build class path. Then you'll be all set with Eclipse.
    Tell Eclipse that application is the root of your project. Tell

  • How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439

    An Small step by step how to install this app. I this first example it was installed on Red Hat 6 Linux
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439.
    1 - Download it from https://lenovo-na-en.custhelp.com/app/cust_alp/p/1031,1150
    2 - Change File permissions ( chmod +x setup-1.4.4.14439.bin)  
    3 - Now you can install so execute this sintaxis : ./setup-1.4.4.14439.bin
    4 - When app installation finishes, you must do it with this file into folder installation (chmod +x LenovoEMCStorageManager)
    5 - Then to open the app execute it: ./LenovoEMCStorageManager
    Video Tutorial
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439
    In This second example I installed same version on Ubuntu 13.10. Look at the end of messages of thread and you will see this steps
    Install Storage Manager setup-1.4.4.14439.bin in ubuntu.
    Attachments:
    lenovoemcstoragemanager.jpg ‏27 KB

    Hello everyone ,
    I have a lenovo px4-300d, I'm on Ubuntu 13.10 64bits with Gnome 3 as GUI and I'm trying to install  the LenovoEMC storage Manager but it failed  :
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
        1- Deutsch
       ->2- English
        3- Español
        4- Français
        5- Italiano
        6- Nederlands
        7- Português  (Brasil)
        8- Svenska
    CHOOSE LOCALE BY NUMBER: 2
    =======================================================
    Installer User Interface Mode Not Supported
    The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
    =======================================================
    Is it still aproblem with the 64 bits architecture ?
    Have you find any solutions ? Thank you very much

  • How to install KVM on the ARM-Linux?

    How to install KVM on the ARM-Linux?

    I think you'll have some problems with 128MB RAM.....<br><br>
    :P Nonsense, but I do hope that hard drive is one of those new, fancy flash hard drives, otherwise the system will spend so much time swapping that it won't get past the installer.

  • How to install multiple packages with pacman?

    Hi ,
    I guess it's a pretty noobish question but I wonder how to install multiple packages
    that have the same prefix with Pacman.
    To make myself more clear, I like to install all gstreamer packages and for that I would
    like something similar to
    pacman -S gstreamer10*
    Is there a command that does something like this available? Found nothing in the man pages.
    Maybe some tricky stuff with pipes?

    sH wrote:Hi ibendiben,
    thanks for your help, but I'm afraid, it does not work
    I'm so sorry, my fault, I couln't test it, and made some big mistakes.
    This time it's working:
    pacman -S $(pacman -Ss gstreamer0.10 | sed -n 's#^\([^/]*/gstreamer0.10[^ ]*\) .*$#\1#p')

  • How to install a package from a disc

    i have the file     sudo-1.7.2p3.tar    on a disk and i need to know how to install a package from a cd, what lines do i need to type to install it?:|

    If you are running as root, you can execute that command as ../../b43-fwcutter-011/b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o and there is no need for sudo.
    Btw, what wireless card is this? Have you tried searching for a pacman package for it?
    To access the cd drive, use the mount command. Enter man mount to read the manual. (I assume you do not have a graphical environment set up yet.)
    Last edited by fsckd (2010-05-12 04:37:52)

  • How to install RPM-4.1 package on Solaris 8?

    I have a Sparc Sun-Fire-V240 server with Solaris 8 software. Now I want to unpack a rpm which created on Redhat 8 with RPM-4.1. It caused a coredump. I guess it is because the Solaris 8 has only RPM -3.0.4. Should I install RPM 4-1 to Solaris 8 to unpack it? Does Solaris 8 support RPM-4.1? or any other solution? Thanks!

    Query by serial number
    Apple's warrenty database will identify the type of Mac you have.  Your serial number is securely sent, but you get only the name of your machine.
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    This site provides more information, but lacks security.
    "A serial number is a unique, identifying number or group of numbers and letters assigned to an individual piece of hardware or software. It's used for various things depending on the product / brand but what is your Mac's serial number for and more importantly... what is it hiding and what can it do for you ?"
    http://www.appleserialnumberinfo.com/Desktop/index.php
    or
    This site provides more information, but lacks security too.
    "A serial number is a unique, identifying number or group of numbers and letters assigned to an individual piece of hardware or software. It's used for various things depending on the product / brand but what is your Mac's serial number for and more importantly... what is it hiding and what can it do for you ?"
    http://www.appleserialnumberinfo.com/Desktop/index.php
    http://www.chipmunk.nl/klantenservice/applemodel.html

  • How to install oracle 11g on oracle linux 6.1.

    Hello everyone here at oracle forum.!
    I'm new on using the linux and i badly need to learn it including the Oracle Database for making PHP website.
    Because of this i downloaded all the packages of Oracle Linux Release 6 Update 1 Media Pack for x86 (32 bit) at E-Delivery.
    Now i was having a hard time figuring out how to install all the 4 ISO images. the only one that worked was was the boot.iso that installed the Oracle Linux 6 without the DB.
    So what would i do to use the 3 updates?
    I burnt them all one by one on different DVD but it wont look for the other packages.
    So please guys bare with me and help me figure out how to use the other 3 packages for i know it has the Oracle Database.
    Oracle Linux Release 6 Update 1 source DVD 1 V26570-01
    Oracle Linux Release 6 Update 1 source DVD 2 V26571-01
    Oracle Linux Release 6 Update 1 Boot iso image for x86 (32 bit) V26573-01

    Oracle Linux does not install any Oracle Database. You don't need the source and boot.iso DVD. You can boot and install the system from the Oracle Linux 6.1 installation DVD. The boot.iso is useful for a network install and the source DVD if you want to compile everything yourself.
    As far as I know, Oracle Database has not been certified for Oracle Linux 6 yet. That does not necessarily mean you cannot install Oracle Database on Oracle Linux 6 yet, but you will run into problems with software requirements, package dependencies and perhaps incompatibilities, i.e. ext4 file system.
    I think your best option is to install Oracle Linux 5 and certainly use Oracle VirtualBox. If you are new to Linux you probably cannot use Linux as your primary OS yet, and VirtualBox will allow you to install and re-install without jeopardizing your primary host OS. You can also download pre-build virtual machines for Virtualbox from http://www.oracle.com/technetwork/community/developer-vm/index.html which might have everything you need installed and ready to use.

  • Problem with OCI call  and  how to install and use 'DEBUG_EXTPROC' on Linux

    Hi,
    Can any one let me know how I can install and use this debug_extproc package. I have installed oracle XE server on Linux machine(32-bit).
    When I use : DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT' ... i get an error saying that : it is not declared.
    I tried looking in all the directories but did not find the dbgextp.sql(which is required in order to install that package).And tried searching on google but could not get any relevant information.
    Also I am newbie to OCI call interface and also to C programming too: I have coded a external procedure or custom user aggregate in C. But since I was using C++ : 'set' STL. I have compiled my program using g++ instead of gcc and I have correspondingly modified the make file in public/demo directory.
    So, is it fine to do it that way: using OCI (instead of OCCI(C++)) but again compiling the pgm as a regular C++ using g++ instead of gcc.(But rest of the pgm including printf statements : everything is in C).
    Also I have created the library from my : custagg.so library:
    SQL> create or replace library custagg is '$ORACLE_HOME/lib/custagg.so'
    But my aggregate function implemented as external C function using OCI is either not recognised or else : if recognized then there is some error because of which i am getting the following errors : ORA-06522
    SQL> select MinDistance(TT) from egg1;
    select MinDistance(TT) from egg1
    ERROR at line 1:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/custagg.so:
    cannot dynamically load executable
    Please kindly answers my queries and trying to resolve this for almost 4 days now and could not find any clue on how to get this done.
    Thanks,
    -NN

    #/bin/make
    # Make file for OCI,OCCI and ODBC demos
    # Usage :
    # For compiling & linking the cdemo81.c file
    # make -f demo_xe.mk buildoci CDEMOEXE=cdemo81 CDEMOOBJS=cdemo81.o
    .SUFFIXES: .o .c .cpp
    ICINCHOME=$(ORACLE_HOME)/rdbms/public/
    ICLIBHOME=$(ORACLE_HOME)/lib
    ICLIBPATH=-L$(ICLIBHOME)
    THREADLIBS=-lthread
    CCLIB=$(ICLIBPATH) -lclntsh $(THREADLIBS)
    OCCILIB=$(ICLIBPATH) -locci -lclntsh $(THREADLIBS)
    CCINCLUDES = -I$(ICINCHOME)
    CCFLAGS=$(CCINCLUDES) -D_REENTRANT -g -xs
    LDFLAGS=
    SO_EXT=.so
    EXTLDFLAGS=$(LDFLAGS) -shared
    REMOVE=rm -rf
    MKLINK=ln
    MAKE=make
    MAKEFILE=demo_xe.mk
    CDEMOEXE=custagg.so
    CDEMOOBJS=custagg.o
    OCCIDEMO=occidml
    OCCIOBJDEMO=occiobj
    OTT=$(ORACLE_HOME)/bin/ott
    OCCIOTTUSR=hr
    OCCIOTTPWD=hr
    ODBCDEMOEXE=odbcdemo
    ODBCDEMOOBJS=odbcdemo.o
    AQDEMOEXE=ociaqdemo00
    AQDEMOOBJS=ociaqdemo00.o
    EXTDEMO=extdemo2.so
    CC=/usr/bin/g++
    echo "LIBCLNT value is :" $(LIBCLNT)
    echo "CC value is :" $(CC)
    .c.o:
    g++ -c -I$(ICINCHOME) $(CCFLAGS) $<
    all: clean buildoci
    echo "LIBCLNT value is :" $(LIBCLNT)
    buildoci: $(LIBCLNT) $(CDEMOOBJS)
    g++ -o $(CDEMOEXE) $(LDFLAGS) $(CDEMOOBJS) $(CCLIB)
    echo "CC value is :" $(CC)
    echo "LIBCLNT value is :" $(LIBCLNT)
    clean:
    $(REMOVE) $(CDEMOOBJS) $(CDEMOEXE)
    # This port-specific file is currently empty on Solaris. Product
    # lines may use this file to override compiler definitions and
    # flags used in occi.mk.
    # Linux compiler definitions
    CC=/usr/bin/gcc
    cc=/usr/bin/gcc
    CCFLAGS=$(CCINCLUDES) -DLINUX -D_GNU_SOURCE -D_REENTRANT -g
    LDFLAGS=-g
    # This macro CCINCLUDES has to be redefined on Linux because of
    # the existence of the 'new' directory in t_work. The name new
    # clashes with a system header file.
    CCINCLUDES = -idirafter .
    THREADLIBS=-lpthread
    ifdef BUILD_CCC296
    CC=/usr/bin/g++296
    endif
    And I am executing the make file using the command :
    make -f demo12.mk buildoci CDEMOEXE=custagg.so CDEMOOBJS=custagg.o
    I am not getting any error while running this make file.
    Can you please tell me whether PLSQL/Oracle is able to locate the file or not. Incase, if it is locating the file but due to some error in the custagg.so it is throwing that error. If this is the case, is there any way that i can debug the C program .....how can i install the debug_extproc package.. I am really new to C & OCI ... if the custagg.so is being located then there might be some problem with the way I am dynamically allocating memory to some variables.
    Please kindly reply to this Post/response.
    Please let me know if you also want to see my program code.
    Thanks & Regards,
    -NN

Maybe you are looking for

  • Email excel truncating the output - why?

    Using the foloowing code to send a report output as and excel attachment in e-mail. But the final Excel Spread Sheet at SCOT / SOST does not show all the rows.       CALL METHOD DOCUMENT->ADD_ATTACHMENT         EXPORTING           I_ATTACHMENT_TYPE  

  • How to  display / Embed XML in jsp ?

    hi, i have following files in my project and i would like to display stocks.xml file in jsp, when i open stocks.xml file in browers , it opens nice with the xsl style , but i can't seem to add it in my jsp. ?. my jsp only displays simple raw text fro

  • How to write parent member (TOTAL) to basemember?

    Hi experts! This code doesn't work. Why? Task is - write "TOTAL" member to another member. *XDIM_MEMBERSET CATEGORY=ACTUAL *XDIM_MEMBERSET MEASURES=PERIODIC *XDIM_MEMBERSET RPTCURRENCY=USD //KBO1000000 is parent node,ZCX1000000 is basemember *XDIM_ME

  • Not showing sync

    Before iCloud my iPad would display that it was syncing when I clicked on sync or first connecting the iPad to my MBP. It does not display that anymore. Is there a setting someplace I am missing? All help appreciated.

  • Unable to install Reader on OS X 10.7.5

    Have gone through download and install process, and the install app seems to run, but then the application just isn't there. Have looked at security settings in Safari, but I do not have the option to allow Java, only Javascript. Any ideas appreciate