texlive[54357] Master/texmf-dist/scripts/texlive/tlmgr.pl:

commits+karl at tug.org commits+karl at tug.org
Mon Mar 16 21:54:34 CET 2020


Revision: 54357
          http://tug.org/svn/texlive?view=revision&revision=54357
Author:   karl
Date:     2020-03-16 21:54:33 +0100 (Mon, 16 Mar 2020)
Log Message:
-----------
(action_update): in case of "neither new nor forcibly removed",
give hint about trying tlmgr search or tlmgr info.

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-03-16 20:37:24 UTC (rev 54356)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2020-03-16 20:54:33 UTC (rev 54357)
@@ -2833,7 +2833,8 @@
           " collection, not auto-installing it!\n");
         next;
       } else {
-        tlwarn("\n$prg: $pkg mentioned, but neither new nor forcibly removed\n");
+        tlwarn("\n$prg: $pkg mentioned, but neither new nor forcibly removed");
+        tlwarn("\n$prg: perhaps try tlmgr search or tlmgr info.\n");
         next;
       }
       # install new packages



More information about the tex-live-commits mailing list.