LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-03-2016, 01:39 AM   #1
osama.mansoor
Member
 
Registered: Oct 2015
Posts: 55

Rep: Reputation: Disabled
yum error


i am getting this error.

[root@erptest ~]# yum -y install tigervnc-server
Loaded plugins: refresh-packagekit, security
Repository InstallMedia is listed more than once in the configuration
Setting up Install Process
No package tigervnc-server available.
Error: Nothing to do

please help me to solve
 
Old 11-03-2016, 01:57 AM   #2
osama.mansoor
Member
 
Registered: Oct 2015
Posts: 55

Original Poster
Rep: Reputation: Disabled
yum error

[root@erptest ~]# yum repolist all
Loaded plugins: refresh-packagekit, security
Repository InstallMedia is listed more than once in the configuration
repo id repo name status
InstallMedia Oracle Linux 6.5 disabled
repolist: 0
 
Old 11-03-2016, 02:58 AM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by osama.mansoor View Post
please help me to solve
Hi...

I'm not sure why you're not able to install it using the command line, someone else here (or perhaps Oracle) would need to help you with that but I did find some tigervnc RPM packages here that you can install manually, if you need to. You can use your browser's search feature (by pressing Ctrl+F on your keyboard and entering "tiger" in the text window) to bring up the results more quickly. Although somewhat dated, I also found this instruction manual, if it helps.

Regards...
 
Old 11-03-2016, 03:51 AM   #4
osama.mansoor
Member
 
Registered: Oct 2015
Posts: 55

Original Poster
Rep: Reputation: Disabled
unable to find "tiger" on below

http://public-yum.oracle.com/repo/Or..._64/index.html
 
Old 11-03-2016, 06:12 AM   #5
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,925

Rep: Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817Reputation: 2817
It may be that your repo list is corrupted or incomplete. I would investigate that and ensure that yum works properly before installing unrelated software.

Just my $0.02 USD.
 
Old 11-03-2016, 06:28 AM   #6
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by osama.mansoor View Post
don't know why - it is there
 
Old 11-03-2016, 08:12 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,187

Rep: Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064Reputation: 8064
Quote:
Originally Posted by osama.mansoor View Post
[root@erptest ~]# yum repolist all
Loaded plugins: refresh-packagekit, security
Repository InstallMedia is listed more than once in the configuration
repo id repo name status
InstallMedia Oracle Linux 6.5 disabled
repolist: 0
You've been asking about RHEL and/or Oracle Linux for well over a year now, and keep ignoring the fact that you need to be PAYING FOR THESE THINGS. Is there some good reason your company doesn't pay for what it uses?? Also, you really need to start doing basic research of your own first....there is AMPLE documentation on how to rebuild a yum database, and refresh it easily.
http://centoshowtos.org/package-mana...-yum-database/
https://access.redhat.com/solutions/6903

This is even covered in the Oracle Linux knowledegbase....which you could have searched. Since you could obviously see the RPM package in the link that YOU POSTED, you then:
  • Knew it was there in the repository
  • Could have downloaded the RPM manually and installed it via the RPM command
  • Realized that, since it WAS in the repository and you couldn't find it, that you needed to rebuild/refresh your rpm database and looked up how to do it
So why didn't you?
 
Old 11-03-2016, 08:20 AM   #8
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Quote:
Originally Posted by osama.mansoor View Post
Wait for the whole page to load.

CTRL-F tiger
 
Old 11-03-2016, 08:50 AM   #9
lazydog
Senior Member
 
Registered: Dec 2003
Location: The Key Stone State
Distribution: CentOS Sabayon and now Gentoo
Posts: 1,249
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Run the following and take a look for tiger;

Code:
yum search tiger
This will show you all the packages that have tiger in their name.
If it isn't listed then you cannot install it with yum.
 
  


Reply

Tags
yum-repo


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] YUM Error - "CRITICAL:yum.cli:Config Error" vikas027 Linux - Server 4 05-03-2012 08:17 AM
CRITICAL:yum.cli Config Error yum.conf in RHEL 6.0 chunrima Linux - Software 2 12-09-2010 06:19 PM
Yum not working at all due to /usr/bin/yum syntax error aheusdens Linux - General 1 04-09-2010 04:15 PM
yum config error parsing file failed - yum won't run emuub Linux - Software 9 11-04-2008 05:48 AM
Yum on FC6. 'yum update' error. mufy Fedora 8 06-14-2007 02:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:03 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