08-03-2011
thanks a lot Mark! its working...
9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
In my directory /u01/app/oracle/product
I have two Oracle products installed.
$ ls
8.1.7 817_http
The application installed on the server is using PL/SQL procs to display webpages(not sure how)
Now I have to create a similar server for development. Our sysadmin has built up a host... (1 Reply)
Discussion started by: rahulrathod
1 Replies
2. Shell Programming and Scripting
Hi all im hoping someone can help, i want to check if a rpm package is installed, if it is then display one text if not then another text, below is what i have got so far, im am very much a noob at this, as you can probably can see so if possible make it simple, and a big thankyou if you can help... (3 Replies)
Discussion started by: dave123
3 Replies
3. Linux
Hi,
I have a query in linux and please find the details of it
I have a command in linux and i want to know which rpm has provided that command.
ie: if we take ifconfig command ,i want to know what is the rpm package used to get that command.
Regards
Arun.Kakarla (3 Replies)
Discussion started by: Arun.Kakarla
3 Replies
4. AIX
Hello everyone:
I've installed an OS patch into AIX 6.1 by running the following command:
instfix -d /tmp/6100-02-03 -k "IZ41855"
however it seem not installed
instfix -i -k "IZ41855"
There was no data for IZ41855 in the fix database.
what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies
5. AIX
Hi everyone:
I've a server running AIX 6.1 which had initialy technology level =0, after an upgrade oslevel -s reports that it was increased to 6100-04-02, however after doing this the aioo command seems to be not present, what did I do wrong?
edit: lslpp shows bos.rte.aio was installed:
... (1 Reply)
Discussion started by: edgarvm
1 Replies
6. Emergency UNIX and Linux Support
Hello,
i have installed a package by using the command
sudo rpm -i filepackage.rpm
package filepackage is already installed
when i try to remove it, i get an error saying "is not installed":
sudo rpm -e filepackage.rpm
error: package filepackage is not installed
How can... (4 Replies)
Discussion started by: g_p
4 Replies
7. Linux
Hi All,
I am trying to make rpm package for unixODBC driver manager 2.3.0 using below spec file. During rpmbuild i am getting the error. Can you pls advice how we can overcome this issue
%define name unixODBC
%define ver 2.3.0
%define prefix /usr
%define sysconfdir /etc
%define libdir... (2 Replies)
Discussion started by: kamauv234
2 Replies
8. Red Hat
i would like to package up an rpm from pre-installed files, say i have a program called "widget" installed under "/opt/widget"
/opt/widget/bin/*
/opt/widget/lib/*
/opt/widget/etc/*
/opt/widget/log/*
and i want to create an rpm from those already installed files, what would the spec file... (2 Replies)
Discussion started by: melixir
2 Replies
9. UNIX for Beginners Questions & Answers
Hello Forum,
I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so:
APP=application --version
But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies
LEARN ABOUT CENTOS
yum-langpacks
yum-langpacks(8) yum-langpacks(8)
NAME
yum-langpacks - Plugin for yum
SYNOPSIS
yum [command] [package ...]
DESCRIPTION
yum-langpacks is a plugin for yum to install language packs. This plugin allows user various commands.
command is one of:
* langavailable [language1] [language2] [...]
* langinfo [language1] [language2] [...]
* langinstall [language1] [language2] [...]
* langlist [language1] [language2] [...]
* langremove [language1] [language2] [...]
langavailable
This command allows user to find if language support is available for the given input languages.
langinfo
This command allows user to check which packages will get installed when the given input language support is installed.
langinstall
This command allows user to install language packs for the given input languages.
langlist
This command prints list of the installed languages.
langremove
This command allows user to remove the installed language packs for a given input languages.
EXAMPLES
To check what packages get installed for language codes es_ES, hi_IN and language names Japanese and Portuguese (Brazil).
yum langinfo es_ES "Japanese" hi_IN "Portuguese (Brazil)"
NOTES
These commands accept language codes or language names or mix of them as a input.
SEE ALSO
yum (8)
BUGS
Please report any bugs in Red Hat bugzilla, https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora
Parag Nemade yum-langpacks(8)