Why does apt-get install python3 with a trailing hyphen remove a lot of packages? [duplicate] The 2019 Stack Overflow Developer Survey Results Are Inapt-get install with '-' (minus / hyphen) removes packages“sudo apt-get install foo-” causes removing foo package and everything depending on itWhy does `apt-get install python-` remove everything?Default path changed after uninstalling python and reinstalling ubuntu-desktopPackages are removed when I use “apt-get install” with a hyphen after the package nameMust execute “sudo su” and then do apt-get update/upgrade/install, prefacing with sudo doesn't workRedirected OutputThe colors when doing “ls” at my ubuntu server diappeared just like thatapt-get remove indicator-bluetooth removes lot of packagesWhy does “sudo apt-get install gpsd” return with errors?How to restore after accidentally apt-get remove python'sudo apt autoremove python3' removed a lot of packages

What information about me do stores get via my credit card?

What is this sharp, curved notch on my knife for?

Finding the area between two curves with Integrate

Why doesn't UInt have a toDouble()?

Ubuntu Server install with full GUI

How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?

Pokemon Turn Based battle (Python)

Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?

Dropping list elements from nested list after evaluation

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

writing variables above the numbers in tikz picture

Why is the maximum length of OpenWrt’s root password 8 characters?

What do these terms in Caesar's Gallic Wars mean?

What is the most efficient way to store a numeric range?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Likelihood that a superbug or lethal virus could come from a landfill

How to translate "being like"?

Cooking pasta in a water boiler

How come people say “Would of”?

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

"as much details as you can remember"

Are there any other methods to apply to solving simultaneous equations?

Kerning for subscripts of sigma?

The difference between dialogue marks



Why does apt-get install python3 with a trailing hyphen remove a lot of packages? [duplicate]



The 2019 Stack Overflow Developer Survey Results Are Inapt-get install with '-' (minus / hyphen) removes packages“sudo apt-get install foo-” causes removing foo package and everything depending on itWhy does `apt-get install python-` remove everything?Default path changed after uninstalling python and reinstalling ubuntu-desktopPackages are removed when I use “apt-get install” with a hyphen after the package nameMust execute “sudo su” and then do apt-get update/upgrade/install, prefacing with sudo doesn't workRedirected OutputThe colors when doing “ls” at my ubuntu server diappeared just like thatapt-get remove indicator-bluetooth removes lot of packagesWhy does “sudo apt-get install gpsd” return with errors?How to restore after accidentally apt-get remove python'sudo apt autoremove python3' removed a lot of packages



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








8
















This question already has an answer here:



  • apt-get install with '-' (minus / hyphen) removes packages

    2 answers



  • “sudo apt-get install foo-” causes removing foo package and everything depending on it [duplicate]

    2 answers



While is was installing something with the sudo apt-get install command I accidentally accepted the command



sudo apt-get install python3-


(yeah I know it is stupid to just accept this but I did a lot of those and i just continued to click y).



By executing the command I deleted my whole visual desktop of Ubuntu (I just had the plain shell but I recovered the visual desktop by now). I don't know if I am just stupid but nevertheless I want to create awareness that you shouldn't use the command.



If you can explain to me why happened what happened feel free to explain it to me.










share|improve this question









New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by pomsky, karel, Zanna command-line
Users with the  command-line badge can single-handedly close command-line questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Apr 8 at 6:11


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • 8





    Documented features are not bugs.

    – guiverc
    Apr 7 at 22:24






  • 2





    I’m curious -why- this was decided to be the intended behavior. Seems unnecessary, and as the OP found, destructive.

    – Scot
    Apr 8 at 4:48











  • @Scot I agree with you. Since there is already a dedicated command to remove packages I don't see the need for this feature. Seems like somebody wanted to include a "pro feature" that hurts new users and provides basically 0 value... The only case in which it would be useful is when you want to remove a package but your hand types install anyway and you realize at the end... but does this happen often enough to justify this feature? I don't think so.

    – Giacomo Alzetta
    Apr 8 at 6:11

















8
















This question already has an answer here:



  • apt-get install with '-' (minus / hyphen) removes packages

    2 answers



  • “sudo apt-get install foo-” causes removing foo package and everything depending on it [duplicate]

    2 answers



While is was installing something with the sudo apt-get install command I accidentally accepted the command



sudo apt-get install python3-


(yeah I know it is stupid to just accept this but I did a lot of those and i just continued to click y).



By executing the command I deleted my whole visual desktop of Ubuntu (I just had the plain shell but I recovered the visual desktop by now). I don't know if I am just stupid but nevertheless I want to create awareness that you shouldn't use the command.



If you can explain to me why happened what happened feel free to explain it to me.










share|improve this question









New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











marked as duplicate by pomsky, karel, Zanna command-line
Users with the  command-line badge can single-handedly close command-line questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Apr 8 at 6:11


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • 8





    Documented features are not bugs.

    – guiverc
    Apr 7 at 22:24






  • 2





    I’m curious -why- this was decided to be the intended behavior. Seems unnecessary, and as the OP found, destructive.

    – Scot
    Apr 8 at 4:48











  • @Scot I agree with you. Since there is already a dedicated command to remove packages I don't see the need for this feature. Seems like somebody wanted to include a "pro feature" that hurts new users and provides basically 0 value... The only case in which it would be useful is when you want to remove a package but your hand types install anyway and you realize at the end... but does this happen often enough to justify this feature? I don't think so.

    – Giacomo Alzetta
    Apr 8 at 6:11













8












8








8









This question already has an answer here:



  • apt-get install with '-' (minus / hyphen) removes packages

    2 answers



  • “sudo apt-get install foo-” causes removing foo package and everything depending on it [duplicate]

    2 answers



While is was installing something with the sudo apt-get install command I accidentally accepted the command



sudo apt-get install python3-


(yeah I know it is stupid to just accept this but I did a lot of those and i just continued to click y).



By executing the command I deleted my whole visual desktop of Ubuntu (I just had the plain shell but I recovered the visual desktop by now). I don't know if I am just stupid but nevertheless I want to create awareness that you shouldn't use the command.



If you can explain to me why happened what happened feel free to explain it to me.










share|improve this question









New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













This question already has an answer here:



  • apt-get install with '-' (minus / hyphen) removes packages

    2 answers



  • “sudo apt-get install foo-” causes removing foo package and everything depending on it [duplicate]

    2 answers



While is was installing something with the sudo apt-get install command I accidentally accepted the command



sudo apt-get install python3-


(yeah I know it is stupid to just accept this but I did a lot of those and i just continued to click y).



By executing the command I deleted my whole visual desktop of Ubuntu (I just had the plain shell but I recovered the visual desktop by now). I don't know if I am just stupid but nevertheless I want to create awareness that you shouldn't use the command.



If you can explain to me why happened what happened feel free to explain it to me.





This question already has an answer here:



  • apt-get install with '-' (minus / hyphen) removes packages

    2 answers



  • “sudo apt-get install foo-” causes removing foo package and everything depending on it [duplicate]

    2 answers







command-line apt






share|improve this question









New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 8 at 5:36









Community

1




1






New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 7 at 19:27









Mettigel4_1Mettigel4_1

471




471




New contributor




Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Mettigel4_1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




marked as duplicate by pomsky, karel, Zanna command-line
Users with the  command-line badge can single-handedly close command-line questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Apr 8 at 6:11


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by pomsky, karel, Zanna command-line
Users with the  command-line badge can single-handedly close command-line questions as duplicates and reopen them as needed.

StackExchange.ready(function()
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function()
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function()
$hover.showInfoMessage('',
messageElement: $msg.clone().show(),
transient: false,
position: my: 'bottom left', at: 'top center', offsetTop: -7 ,
dismissable: false,
relativeToBody: true
);
,
function()
StackExchange.helpers.removeMessages();

);
);
);
Apr 8 at 6:11


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









  • 8





    Documented features are not bugs.

    – guiverc
    Apr 7 at 22:24






  • 2





    I’m curious -why- this was decided to be the intended behavior. Seems unnecessary, and as the OP found, destructive.

    – Scot
    Apr 8 at 4:48











  • @Scot I agree with you. Since there is already a dedicated command to remove packages I don't see the need for this feature. Seems like somebody wanted to include a "pro feature" that hurts new users and provides basically 0 value... The only case in which it would be useful is when you want to remove a package but your hand types install anyway and you realize at the end... but does this happen often enough to justify this feature? I don't think so.

    – Giacomo Alzetta
    Apr 8 at 6:11












  • 8





    Documented features are not bugs.

    – guiverc
    Apr 7 at 22:24






  • 2





    I’m curious -why- this was decided to be the intended behavior. Seems unnecessary, and as the OP found, destructive.

    – Scot
    Apr 8 at 4:48











  • @Scot I agree with you. Since there is already a dedicated command to remove packages I don't see the need for this feature. Seems like somebody wanted to include a "pro feature" that hurts new users and provides basically 0 value... The only case in which it would be useful is when you want to remove a package but your hand types install anyway and you realize at the end... but does this happen often enough to justify this feature? I don't think so.

    – Giacomo Alzetta
    Apr 8 at 6:11







8




8





Documented features are not bugs.

– guiverc
Apr 7 at 22:24





Documented features are not bugs.

– guiverc
Apr 7 at 22:24




2




2





I’m curious -why- this was decided to be the intended behavior. Seems unnecessary, and as the OP found, destructive.

– Scot
Apr 8 at 4:48





I’m curious -why- this was decided to be the intended behavior. Seems unnecessary, and as the OP found, destructive.

– Scot
Apr 8 at 4:48













@Scot I agree with you. Since there is already a dedicated command to remove packages I don't see the need for this feature. Seems like somebody wanted to include a "pro feature" that hurts new users and provides basically 0 value... The only case in which it would be useful is when you want to remove a package but your hand types install anyway and you realize at the end... but does this happen often enough to justify this feature? I don't think so.

– Giacomo Alzetta
Apr 8 at 6:11





@Scot I agree with you. Since there is already a dedicated command to remove packages I don't see the need for this feature. Seems like somebody wanted to include a "pro feature" that hurts new users and provides basically 0 value... The only case in which it would be useful is when you want to remove a package but your hand types install anyway and you realize at the end... but does this happen often enough to justify this feature? I don't think so.

– Giacomo Alzetta
Apr 8 at 6:11










2 Answers
2






active

oldest

votes


















22














This is not a bug; this is documented in the man page. From man apt-get's install section1 (emphasis mine):




If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install.




So, when you did:



sudo apt-get install python3-


you've removed the python3 package and all the dependent packages (which includes the packages you mentioned).




Fix:



Firstly, you can install the ubuntu-desktop metapackage to get the default desktop environment back:



sudo apt-get install ubuntu-desktop


Now, to re-install the removed packages, go to /var/log/apt/history.log, pick the packages, and run sudo apt-get install on them.



You might also want to peek into /var/log/dpkg.log.




1 If you have less as the man pager, you can go to the install section of man apt-get directly:



LESS='+/^[[:blank:]]+install' man apt-get





share|improve this answer




















  • 6





    It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

    – Henning Makholm
    Apr 7 at 22:21












  • @HenningMakholm Makes sense; edited.

    – heemayl
    Apr 8 at 6:27


















10














No, you didn't find a bug. From man apt-get:




If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install. These latter features may be used to override decisions made by apt-get's conflict resolution system.




It's intentional. I'm not sure it's good design, but it is worth reading what changes apt proposes before proceeding.



Combined with globbing it may produce some rather... spectacular results at times.






share|improve this answer































    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    22














    This is not a bug; this is documented in the man page. From man apt-get's install section1 (emphasis mine):




    If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install.




    So, when you did:



    sudo apt-get install python3-


    you've removed the python3 package and all the dependent packages (which includes the packages you mentioned).




    Fix:



    Firstly, you can install the ubuntu-desktop metapackage to get the default desktop environment back:



    sudo apt-get install ubuntu-desktop


    Now, to re-install the removed packages, go to /var/log/apt/history.log, pick the packages, and run sudo apt-get install on them.



    You might also want to peek into /var/log/dpkg.log.




    1 If you have less as the man pager, you can go to the install section of man apt-get directly:



    LESS='+/^[[:blank:]]+install' man apt-get





    share|improve this answer




















    • 6





      It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

      – Henning Makholm
      Apr 7 at 22:21












    • @HenningMakholm Makes sense; edited.

      – heemayl
      Apr 8 at 6:27















    22














    This is not a bug; this is documented in the man page. From man apt-get's install section1 (emphasis mine):




    If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install.




    So, when you did:



    sudo apt-get install python3-


    you've removed the python3 package and all the dependent packages (which includes the packages you mentioned).




    Fix:



    Firstly, you can install the ubuntu-desktop metapackage to get the default desktop environment back:



    sudo apt-get install ubuntu-desktop


    Now, to re-install the removed packages, go to /var/log/apt/history.log, pick the packages, and run sudo apt-get install on them.



    You might also want to peek into /var/log/dpkg.log.




    1 If you have less as the man pager, you can go to the install section of man apt-get directly:



    LESS='+/^[[:blank:]]+install' man apt-get





    share|improve this answer




















    • 6





      It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

      – Henning Makholm
      Apr 7 at 22:21












    • @HenningMakholm Makes sense; edited.

      – heemayl
      Apr 8 at 6:27













    22












    22








    22







    This is not a bug; this is documented in the man page. From man apt-get's install section1 (emphasis mine):




    If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install.




    So, when you did:



    sudo apt-get install python3-


    you've removed the python3 package and all the dependent packages (which includes the packages you mentioned).




    Fix:



    Firstly, you can install the ubuntu-desktop metapackage to get the default desktop environment back:



    sudo apt-get install ubuntu-desktop


    Now, to re-install the removed packages, go to /var/log/apt/history.log, pick the packages, and run sudo apt-get install on them.



    You might also want to peek into /var/log/dpkg.log.




    1 If you have less as the man pager, you can go to the install section of man apt-get directly:



    LESS='+/^[[:blank:]]+install' man apt-get





    share|improve this answer















    This is not a bug; this is documented in the man page. From man apt-get's install section1 (emphasis mine):




    If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install.




    So, when you did:



    sudo apt-get install python3-


    you've removed the python3 package and all the dependent packages (which includes the packages you mentioned).




    Fix:



    Firstly, you can install the ubuntu-desktop metapackage to get the default desktop environment back:



    sudo apt-get install ubuntu-desktop


    Now, to re-install the removed packages, go to /var/log/apt/history.log, pick the packages, and run sudo apt-get install on them.



    You might also want to peek into /var/log/dpkg.log.




    1 If you have less as the man pager, you can go to the install section of man apt-get directly:



    LESS='+/^[[:blank:]]+install' man apt-get






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Apr 8 at 6:27

























    answered Apr 7 at 19:36









    heemaylheemayl

    68.2k11144215




    68.2k11144215







    • 6





      It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

      – Henning Makholm
      Apr 7 at 22:21












    • @HenningMakholm Makes sense; edited.

      – heemayl
      Apr 8 at 6:27












    • 6





      It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

      – Henning Makholm
      Apr 7 at 22:21












    • @HenningMakholm Makes sense; edited.

      – heemayl
      Apr 8 at 6:27







    6




    6





    It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

    – Henning Makholm
    Apr 7 at 22:21






    It might be worth mentioning that sudo apt-get install ubuntu-desktop will get most of the desktop environment back with a single command, without needing to hunt down individual package names. (Of course that doesn't cover whatever one has installed manually on top of the defaults, but further recovery can proceed in an environment that may be more familiar than the Linux console).

    – Henning Makholm
    Apr 7 at 22:21














    @HenningMakholm Makes sense; edited.

    – heemayl
    Apr 8 at 6:27





    @HenningMakholm Makes sense; edited.

    – heemayl
    Apr 8 at 6:27













    10














    No, you didn't find a bug. From man apt-get:




    If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install. These latter features may be used to override decisions made by apt-get's conflict resolution system.




    It's intentional. I'm not sure it's good design, but it is worth reading what changes apt proposes before proceeding.



    Combined with globbing it may produce some rather... spectacular results at times.






    share|improve this answer





























      10














      No, you didn't find a bug. From man apt-get:




      If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install. These latter features may be used to override decisions made by apt-get's conflict resolution system.




      It's intentional. I'm not sure it's good design, but it is worth reading what changes apt proposes before proceeding.



      Combined with globbing it may produce some rather... spectacular results at times.






      share|improve this answer



























        10












        10








        10







        No, you didn't find a bug. From man apt-get:




        If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install. These latter features may be used to override decisions made by apt-get's conflict resolution system.




        It's intentional. I'm not sure it's good design, but it is worth reading what changes apt proposes before proceeding.



        Combined with globbing it may produce some rather... spectacular results at times.






        share|improve this answer















        No, you didn't find a bug. From man apt-get:




        If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install. These latter features may be used to override decisions made by apt-get's conflict resolution system.




        It's intentional. I'm not sure it's good design, but it is worth reading what changes apt proposes before proceeding.



        Combined with globbing it may produce some rather... spectacular results at times.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 7 at 19:38









        N0rbert

        25.3k853120




        25.3k853120










        answered Apr 7 at 19:36









        vidarlovidarlo

        10.6k52852




        10.6k52852













            Popular posts from this blog

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            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

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company