yum search - package versionIn RHEL 5, yum cannot find a package (python-devel)How to know from which yum repository a package has been installed?question on yumYum update info from what version, to what versionYum: What is the @shortname for a Package Group?Yum doesn't install latest version of Git on Centos6Versions of Package with YUMyum list showing wrong versionHow to get package info on YUMyum priority plugin does not allow to install package

How to construct an hbox with negative height?

PhD - Well known professor or well known school?

Second (easy access) account in case my bank screws up

Would the US government be able to hold control if all electronics were disabled for an indefinite amount of time?

Can I make plugins required?

Logarithm of exponential

English word for "product of tinkering"

Pre-1972 sci-fi short story or novel: alien(?) tunnel where people try new moves and get destroyed if they're not the correct ones

Fixing obscure 8080 emulator bug?

What can I, as a user, do about offensive reviews in App Store?

What is the highest possible temporary AC at level 1, without any help from others?

Mobile App Appraisal

How to signal to my players that the following part is supposed to be played on fast forward?

Character descriptions

Déjà vu, again?

What is the actual quality of machine translations?

How to return a security deposit to a tenant

How did old MS-DOS games utilize various graphic cards?

Generate a Graeco-Latin square

Why is one of Madera Municipal's runways labelled with only "R" on both sides?

Why would future John risk sending back a T-800 to save his younger self?

Arriving at the same result with the opposite hypotheses

Should an arbiter claim draw at a K+R vs K+R endgame?

Compiling C files on Ubuntu and using the executable on Windows



yum search - package version


In RHEL 5, yum cannot find a package (python-devel)How to know from which yum repository a package has been installed?question on yumYum update info from what version, to what versionYum: What is the @shortname for a Package Group?Yum doesn't install latest version of Git on Centos6Versions of Package with YUMyum list showing wrong versionHow to get package info on YUMyum priority plugin does not allow to install package






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








44















How can I tell the version of a package after doing a yum search?



e.g.



yum search rabbitmq


returns



rabbitmq-server.noarch : The RabbitMQ server


I need to know the version of this server.










share|improve this question




























    44















    How can I tell the version of a package after doing a yum search?



    e.g.



    yum search rabbitmq


    returns



    rabbitmq-server.noarch : The RabbitMQ server


    I need to know the version of this server.










    share|improve this question
























      44












      44








      44


      4






      How can I tell the version of a package after doing a yum search?



      e.g.



      yum search rabbitmq


      returns



      rabbitmq-server.noarch : The RabbitMQ server


      I need to know the version of this server.










      share|improve this question














      How can I tell the version of a package after doing a yum search?



      e.g.



      yum search rabbitmq


      returns



      rabbitmq-server.noarch : The RabbitMQ server


      I need to know the version of this server.







      yum search






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 2 '12 at 11:03









      DD.DD.

      1,31992742




      1,31992742




















          4 Answers
          4






          active

          oldest

          votes


















          52














          You can find the version number of a package in your repositories with the yum info command.



          # yum info rabbitmq-server
          Available Packages
          Name : rabbitmq-server
          Arch : noarch
          Version : 2.6.1
          Release : 1.fc16
          Size : 1.1 M
          Repo : updates
          Committer : Peter Lemenkov <lemenkov@gmail.com>
          Committime : Tue Nov 8 13:00:00 2011
          Buildtime : Tue Nov 8 10:31:03 2011
          Summary : The RabbitMQ server
          URL : http://www.rabbitmq.com/
          License : MPLv1.1
          Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
          : performance enterprise messaging. The RabbitMQ server is a robust and
          : scalable implementation of an AMQP broker.


          To find the version numbers of installed packages, you can use rpm with the -q option.



          # rpm -q kernel
          kernel-3.3.1-5.fc16.x86_64
          kernel-3.3.2-1.fc16.x86_64
          kernel-3.3.2-6.fc16.x86_64





          share|improve this answer























          • my version is much older...which repo are you using?

            – DD.
            May 2 '12 at 14:16











          • I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

            – Kenny Rasschaert
            May 2 '12 at 17:18











          • I'm running Centos 6 but my repo looks old...is there a way to update it?

            – DD.
            May 3 '12 at 10:16











          • The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

            – Kenny Rasschaert
            May 3 '12 at 10:51


















          2














          You can get more info with the following command:



          yum info rabbitmq





          share|improve this answer






























            2














            OR



            yum list rabbitmq


            if you prefer condensed output.






            share|improve this answer






























              2














              AFAIK, yum info only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:



              yum -v list package_name --show-duplicates





              share|improve this answer

























              • yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                – Xalorous
                May 11 '17 at 15:35






              • 3





                --show-duplicates (with dash)

                – Nir O.
                Apr 9 '18 at 13:51











              • @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                – Izkata
                Jul 16 '18 at 14:48












              • RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                – Xalorous
                Jul 16 '18 at 18:50












              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "2"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f385226%2fyum-search-package-version%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              52














              You can find the version number of a package in your repositories with the yum info command.



              # yum info rabbitmq-server
              Available Packages
              Name : rabbitmq-server
              Arch : noarch
              Version : 2.6.1
              Release : 1.fc16
              Size : 1.1 M
              Repo : updates
              Committer : Peter Lemenkov <lemenkov@gmail.com>
              Committime : Tue Nov 8 13:00:00 2011
              Buildtime : Tue Nov 8 10:31:03 2011
              Summary : The RabbitMQ server
              URL : http://www.rabbitmq.com/
              License : MPLv1.1
              Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
              : performance enterprise messaging. The RabbitMQ server is a robust and
              : scalable implementation of an AMQP broker.


              To find the version numbers of installed packages, you can use rpm with the -q option.



              # rpm -q kernel
              kernel-3.3.1-5.fc16.x86_64
              kernel-3.3.2-1.fc16.x86_64
              kernel-3.3.2-6.fc16.x86_64





              share|improve this answer























              • my version is much older...which repo are you using?

                – DD.
                May 2 '12 at 14:16











              • I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

                – Kenny Rasschaert
                May 2 '12 at 17:18











              • I'm running Centos 6 but my repo looks old...is there a way to update it?

                – DD.
                May 3 '12 at 10:16











              • The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

                – Kenny Rasschaert
                May 3 '12 at 10:51















              52














              You can find the version number of a package in your repositories with the yum info command.



              # yum info rabbitmq-server
              Available Packages
              Name : rabbitmq-server
              Arch : noarch
              Version : 2.6.1
              Release : 1.fc16
              Size : 1.1 M
              Repo : updates
              Committer : Peter Lemenkov <lemenkov@gmail.com>
              Committime : Tue Nov 8 13:00:00 2011
              Buildtime : Tue Nov 8 10:31:03 2011
              Summary : The RabbitMQ server
              URL : http://www.rabbitmq.com/
              License : MPLv1.1
              Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
              : performance enterprise messaging. The RabbitMQ server is a robust and
              : scalable implementation of an AMQP broker.


              To find the version numbers of installed packages, you can use rpm with the -q option.



              # rpm -q kernel
              kernel-3.3.1-5.fc16.x86_64
              kernel-3.3.2-1.fc16.x86_64
              kernel-3.3.2-6.fc16.x86_64





              share|improve this answer























              • my version is much older...which repo are you using?

                – DD.
                May 2 '12 at 14:16











              • I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

                – Kenny Rasschaert
                May 2 '12 at 17:18











              • I'm running Centos 6 but my repo looks old...is there a way to update it?

                – DD.
                May 3 '12 at 10:16











              • The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

                – Kenny Rasschaert
                May 3 '12 at 10:51













              52












              52








              52







              You can find the version number of a package in your repositories with the yum info command.



              # yum info rabbitmq-server
              Available Packages
              Name : rabbitmq-server
              Arch : noarch
              Version : 2.6.1
              Release : 1.fc16
              Size : 1.1 M
              Repo : updates
              Committer : Peter Lemenkov <lemenkov@gmail.com>
              Committime : Tue Nov 8 13:00:00 2011
              Buildtime : Tue Nov 8 10:31:03 2011
              Summary : The RabbitMQ server
              URL : http://www.rabbitmq.com/
              License : MPLv1.1
              Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
              : performance enterprise messaging. The RabbitMQ server is a robust and
              : scalable implementation of an AMQP broker.


              To find the version numbers of installed packages, you can use rpm with the -q option.



              # rpm -q kernel
              kernel-3.3.1-5.fc16.x86_64
              kernel-3.3.2-1.fc16.x86_64
              kernel-3.3.2-6.fc16.x86_64





              share|improve this answer













              You can find the version number of a package in your repositories with the yum info command.



              # yum info rabbitmq-server
              Available Packages
              Name : rabbitmq-server
              Arch : noarch
              Version : 2.6.1
              Release : 1.fc16
              Size : 1.1 M
              Repo : updates
              Committer : Peter Lemenkov <lemenkov@gmail.com>
              Committime : Tue Nov 8 13:00:00 2011
              Buildtime : Tue Nov 8 10:31:03 2011
              Summary : The RabbitMQ server
              URL : http://www.rabbitmq.com/
              License : MPLv1.1
              Description : RabbitMQ is an implementation of AMQP, the emerging standard for high
              : performance enterprise messaging. The RabbitMQ server is a robust and
              : scalable implementation of an AMQP broker.


              To find the version numbers of installed packages, you can use rpm with the -q option.



              # rpm -q kernel
              kernel-3.3.1-5.fc16.x86_64
              kernel-3.3.2-1.fc16.x86_64
              kernel-3.3.2-6.fc16.x86_64






              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 2 '12 at 11:33









              Kenny RasschaertKenny Rasschaert

              7,79733455




              7,79733455












              • my version is much older...which repo are you using?

                – DD.
                May 2 '12 at 14:16











              • I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

                – Kenny Rasschaert
                May 2 '12 at 17:18











              • I'm running Centos 6 but my repo looks old...is there a way to update it?

                – DD.
                May 3 '12 at 10:16











              • The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

                – Kenny Rasschaert
                May 3 '12 at 10:51

















              • my version is much older...which repo are you using?

                – DD.
                May 2 '12 at 14:16











              • I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

                – Kenny Rasschaert
                May 2 '12 at 17:18











              • I'm running Centos 6 but my repo looks old...is there a way to update it?

                – DD.
                May 3 '12 at 10:16











              • The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

                – Kenny Rasschaert
                May 3 '12 at 10:51
















              my version is much older...which repo are you using?

              – DD.
              May 2 '12 at 14:16





              my version is much older...which repo are you using?

              – DD.
              May 2 '12 at 14:16













              I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

              – Kenny Rasschaert
              May 2 '12 at 17:18





              I ran this command on my Fedora 16 laptop, but the command applies to any system with yum and rpm, such as RHEL or CentOS.

              – Kenny Rasschaert
              May 2 '12 at 17:18













              I'm running Centos 6 but my repo looks old...is there a way to update it?

              – DD.
              May 3 '12 at 10:16





              I'm running Centos 6 but my repo looks old...is there a way to update it?

              – DD.
              May 3 '12 at 10:16













              The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

              – Kenny Rasschaert
              May 3 '12 at 10:51





              The EPEL repositories (fedoraproject.org/wiki/EPEL) also offer RabbitMQ-server 2.6.1 in their repository for CentOS/RHEL 6. Here's a guide to get you going: johnpoelstra.com/2010/12/23/rhel-6-epel

              – Kenny Rasschaert
              May 3 '12 at 10:51













              2














              You can get more info with the following command:



              yum info rabbitmq





              share|improve this answer



























                2














                You can get more info with the following command:



                yum info rabbitmq





                share|improve this answer

























                  2












                  2








                  2







                  You can get more info with the following command:



                  yum info rabbitmq





                  share|improve this answer













                  You can get more info with the following command:



                  yum info rabbitmq






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 2 '12 at 11:05









                  Bart De VosBart De Vos

                  16.2k45377




                  16.2k45377





















                      2














                      OR



                      yum list rabbitmq


                      if you prefer condensed output.






                      share|improve this answer



























                        2














                        OR



                        yum list rabbitmq


                        if you prefer condensed output.






                        share|improve this answer

























                          2












                          2








                          2







                          OR



                          yum list rabbitmq


                          if you prefer condensed output.






                          share|improve this answer













                          OR



                          yum list rabbitmq


                          if you prefer condensed output.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 2 '12 at 11:20









                          ankank

                          590313




                          590313





















                              2














                              AFAIK, yum info only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:



                              yum -v list package_name --show-duplicates





                              share|improve this answer

























                              • yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                                – Xalorous
                                May 11 '17 at 15:35






                              • 3





                                --show-duplicates (with dash)

                                – Nir O.
                                Apr 9 '18 at 13:51











                              • @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                                – Izkata
                                Jul 16 '18 at 14:48












                              • RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                                – Xalorous
                                Jul 16 '18 at 18:50
















                              2














                              AFAIK, yum info only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:



                              yum -v list package_name --show-duplicates





                              share|improve this answer

























                              • yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                                – Xalorous
                                May 11 '17 at 15:35






                              • 3





                                --show-duplicates (with dash)

                                – Nir O.
                                Apr 9 '18 at 13:51











                              • @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                                – Izkata
                                Jul 16 '18 at 14:48












                              • RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                                – Xalorous
                                Jul 16 '18 at 18:50














                              2












                              2








                              2







                              AFAIK, yum info only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:



                              yum -v list package_name --show-duplicates





                              share|improve this answer















                              AFAIK, yum info only shows information for one specific "instance" of a package. I wanted to know not what version I had installed but which were available on the repos. So this did it for me:



                              yum -v list package_name --show-duplicates






                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited May 21 at 23:13









                              bishop

                              1,015714




                              1,015714










                              answered May 11 '17 at 14:40









                              vespertovesperto

                              312




                              312












                              • yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                                – Xalorous
                                May 11 '17 at 15:35






                              • 3





                                --show-duplicates (with dash)

                                – Nir O.
                                Apr 9 '18 at 13:51











                              • @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                                – Izkata
                                Jul 16 '18 at 14:48












                              • RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                                – Xalorous
                                Jul 16 '18 at 18:50


















                              • yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                                – Xalorous
                                May 11 '17 at 15:35






                              • 3





                                --show-duplicates (with dash)

                                – Nir O.
                                Apr 9 '18 at 13:51











                              • @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                                – Izkata
                                Jul 16 '18 at 14:48












                              • RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                                – Xalorous
                                Jul 16 '18 at 18:50

















                              yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                              – Xalorous
                              May 11 '17 at 15:35





                              yum info shows all packages, installed and available in enabled repos, by the name specified. Or if you run it without a package name it'll just show you all the info that it has.

                              – Xalorous
                              May 11 '17 at 15:35




                              3




                              3





                              --show-duplicates (with dash)

                              – Nir O.
                              Apr 9 '18 at 13:51





                              --show-duplicates (with dash)

                              – Nir O.
                              Apr 9 '18 at 13:51













                              @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                              – Izkata
                              Jul 16 '18 at 14:48






                              @Xalorous What version? I only get the current package with yum info (on a system apparently old enough that --show-duplicates isn't an option to yum list)

                              – Izkata
                              Jul 16 '18 at 14:48














                              RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                              – Xalorous
                              Jul 16 '18 at 18:50






                              RHEL 6.9, yum 3.2.29. And I'm seeing the same behavior you are. It only lists the installed versions. Possibly latest version if it is newer than installed. E.g. I see 3 kernels, 2.6.32, all installed. But I know our (custom) repo has a bunch more.

                              – Xalorous
                              Jul 16 '18 at 18:50


















                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Server Fault!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f385226%2fyum-search-package-version%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                              Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                              Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020