LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-22-2012, 07:22 AM   #1
adam1969in
LQ Newbie
 
Registered: Jun 2012
Posts: 12

Rep: Reputation: Disabled
Unhappy Installed programs not working recently...


I had installed Open Office 3.1, Adobe Acrobat Reader 9, Helix player, Realplayer in my RHEL 5.1. But when I recently installed Mplayer it failed in some dependencies. After doing this when I tried to run Acrobat reader it is not opening up. Even Open Office, Realplayer or Helix player - all are not opening up. When I double Click on those icons nothing seems to happen. Even I am unable to run them from command line.
I can't understand what has happened. I'm also unable to uninstall the mplayer - it says the package not installed. But when I try to reinstall the package it says already installed. It is same to case for all the programs including Adobe Reader. Please help me to resolve this problem as I often need openoffice and adobe reader.

Even Add/Remove software not working.

Last edited by adam1969in; 06-22-2012 at 07:24 AM.
 
Old 06-23-2012, 04:30 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by adam1969in View Post
RHEL 5.1
Unless you have compelling reasons to run that distribution and specific version I advise you to either upgrade to U8 or move to another distribution before commencing. Running RHEL5.8 contains all the bug fixes and improvements Red Hat offers for EL5. If you want to maintain RHEL compatibility and run an Enterprise-grade distribution but without the licensing and paid support then check out Centos 6.2 or Scientific Linux 6.2. Elif you would like access to more cutting edge kernels and software check out Fedora or any other current, supported, maintained Linux distribution.


Quote:
Originally Posted by adam1969in View Post
I had installed Open Office 3.1, Adobe Acrobat Reader 9, Helix player, Realplayer () But when I recently installed Mplayer it failed in some dependencies.
Did you download packages from the vendors site?
Were these RHEL-specific packages? Or did you download them from a (which?) 3rd party repository?
And how did you install these packages? From the command line using 'rpm' commands directly? Or using Yum or a graphical interface? Were all dependencies satisfied?
Where did you D/L Mplayer from? What were the exact errors?
Can you verify packages were installed? If we take RealPlayer as example what does running as root this return:
Code:
rpm -qVv RealPlayer 2>&1|grep -v '^\.\{8\}'

Quote:
Originally Posted by adam1969in View Post
After doing this when I tried to run Acrobat reader it is not opening up. Even Open Office, Realplayer or Helix player - all are not opening up. When I double Click on those icons nothing seems to happen. Even I am unable to run them from command line.
Take one application, for example soffice. As unprivileged user what does this return:
Code:
echo $PATH; locate -r /soffice.bin; which soffice
If you take the path displayed by 'which soffice' can you run that from the command line?


Quote:
Originally Posted by adam1969in View Post
I'm also unable to uninstall the mplayer - it says the package not installed. But when I try to reinstall the package it says already installed. It is same to case for all the programs including Adobe Reader.
Show us the command you use (for example 'rpm --test -e mplayer' or 'yum remove RealPlayer') and the exact output. If you want to save output to a text file then you can run commands like 'rpm --test -e RealPlayer 2>&1 | tee -a /tmp/output.txt'.
 
Old 07-11-2012, 11:13 PM   #3
adam1969in
LQ Newbie
 
Registered: Jun 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
Installed programs are not working recently.......

Quote:
Originally Posted by unSpawn View Post
Unless you have compelling reasons to run that distribution and specific version I advise you to either upgrade to U8 or move to another distribution before commencing. Running RHEL5.8 contains all the bug fixes and improvements Red Hat offers for EL5. If you want to maintain RHEL compatibility and run an Enterprise-grade distribution but without the licensing and paid support then check out Centos 6.2 or Scientific Linux 6.2. Elif you would like access to more cutting edge kernels and software check out Fedora or any other current, supported, maintained Linux distribution.



Did you download packages from the vendors site?
Were these RHEL-specific packages? Or did you download them from a (which?) 3rd party repository?
And how did you install these packages? From the command line using 'rpm' commands directly? Or using Yum or a graphical interface? Were all dependencies satisfied?
Where did you D/L Mplayer from? What were the exact errors?
Can you verify packages were installed? If we take RealPlayer as example what does running as root this return:
Code:
rpm -qVv RealPlayer 2>&1|grep -v '^\.\{8\}'


Take one application, for example soffice. As unprivileged user what does this return:
Code:
echo $PATH; locate -r /soffice.bin; which soffice
If you take the path displayed by 'which soffice' can you run that from the command line?



Show us the command you use (for example 'rpm --test -e mplayer' or 'yum remove RealPlayer') and the exact output. If you want to save output to a text file then you can run commands like 'rpm --test -e RealPlayer 2>&1 | tee -a /tmp/output.txt'.
rpm --test -e ......
returns
package not installed..!

however i uninstalled openoffice completely and reinstalled it.
there were no errors. i found everything installed successfully.
but unable to run soffice.bin - either from command line or by double click or through clicking on applications-openoffice
 
Old 07-15-2013, 07:43 AM   #4
adam1969in
LQ Newbie
 
Registered: Jun 2012
Posts: 12

Original Poster
Rep: Reputation: Disabled
Code:
The only way I got out of this situation was to format and reinstall the OS.  THANKS FOR ALL THE ANSWERS.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find out what programs have been installed RECENTLY... Ryan_leo Linux - Newbie 2 01-27-2012 01:36 PM
how do I get my printer to use recently installed driver exbootie Ubuntu 6 07-07-2007 01:45 PM
How do I find the program that I recently installed? pxumsgdxpcvjm Linux - Newbie 6 02-18-2006 05:13 PM
Recently installed Postfix problem vous Linux - Software 7 06-28-2005 10:53 AM
Getting ready to install or recently installed? Ac. K. Fedora 3 01-16-2004 10:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration