Skip to main content
added 111 characters in body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k

To use Paclet Manager functions, it may be necessary to evaluate Needs["PacletManager`"] first.


To use Paclet Manager functions, it may be necessary to evaluate Needs["PacletManager`"] first.


replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Source Link
added 140 characters in body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k

Much more detailed information on PacletInfo files is here:

After making a copy of the package directory, in my case called MaTeX, I did this:

UninstallPacletFind will return the highest version first. To uninstall all but the highest version, we can use something like PacletUninstall /@ Rest@PacletFind["MaTeX"]. To uninstall all versions: at once,

In[9]:= PacletUninstall /@ PacletFind["MaTeX"] Out[9]= {Null}PacletUninstall["MaTeX"] 

After making a copy of the package directory, in my case called MaTeX I did this:

Uninstall all versions:

In[9]:= PacletUninstall /@ PacletFind["MaTeX"] Out[9]= {Null} 

Much more detailed information on PacletInfo files is here:

After making a copy of the package directory, in my case called MaTeX, I did this:

PacletFind will return the highest version first. To uninstall all but the highest version, we can use something like PacletUninstall /@ Rest@PacletFind["MaTeX"]. To uninstall all versions at once,

PacletUninstall["MaTeX"] 
edited body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k
Loading
added 212 characters in body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k
Loading
deleted 547 characters in body
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k
Loading
Source Link
Szabolcs
  • 238.9k
  • 32
  • 653
  • 1.3k
Loading