duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| #!/usr/bin/env bash | |
| # Copyright (c) 2015, 2020, and 2021 by Greg Werbin. | |
| # | |
| # Permission to use, copy, modify, and/or distribute this software for any purpose with | |
| # or without fee is hereby granted, provided that the above copyright notice and this | |
| # permission notice appear in all copies. | |
| # | |
| # THE SOFTWARE IS PROVIDED “AS IS” AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS | |
| # SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT |
| #!/bin/bash | |
| # https://tug.org/mactex/uninstalling.html | |
| echo "# Uninstall TeX" | |
| echo "rm -rf /usr/local/texlive" | |
| echo "# Uninstall GUI Applications" | |
| echo "rm -rf /Applications/TeX" |