@copying
This manual documents the use of MIT/GNU Scheme Pucked @value{SCMVERS}.
-Copyright @copyright{} 2016, 2017, 2018 Matthew Birkholz
+Copyright @copyright{} 2016, 2017, 2018 Matthew Birkholz
Copyright @copyright{} 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993,
1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
The primary distribution site for this software is
@example
-@uref{http://birchwood-abbey.net/~puck/Scheme/}
+@uref{https://birchwood-abbey.net/~puck/Scheme/}
@end example
@cindex bugs, reporting
MIT/GNU Scheme Pucked and its plugins are now available as packages
for recent versions of Ubuntu on Intel@registeredsymbol{}64 and IA-32
architecture machines. If
-@uref{http://birchwood-abbey.net/~puck/Scheme/} has links to packages
+@uref{https://birchwood-abbey.net/~puck/Scheme/} has links to packages
for your Ubuntu, you can use your Ubuntu package manager to add,
remove and update Scheme and its plugins. @xref{Ubuntu Installation}.
@url{https://birchwood-abbey.net/codemaster.txt}
@end example
-You should save the page, e.g. as @file{puck.txt} in your downloads
-folder, then install the key with the @code{apt-key} command.
+You should save the page, e.g. as @file{codemaster.txt} in your
+downloads folder, then install the key with the @code{apt-key}
+command.
@example
-sudo apt-key add ~/Downloads/puck.txt
+sudo apt-key add ~/Downloads/codemaster.txt
@end example
-Next add the repository to your list of package sources.
-On Ubuntu 17.10 (Artful Aardvark) you would use this command:
+Next add the repository to your list of package sources. On Ubuntu
+18.04 you would use this command:
@example
sudo add-apt-repository \
- "deb http://birchwood-abbey.net/ubuntu/17.10/ artful main"
+ "deb http://birchwood-abbey.net/ubuntu/18.04/ birchwood main"
@end example
-or by editing files in @file{/etc/apt/}.
+or by editing files in @file{/etc/apt/}. Note that if you are
+installing to an amd64 machine with ``multiarch'' enabled (such that
+the command @code{dpkg --print-foreign-architectures} prints
+@code{i386}) you will want to add @code{[arch=amd64]} after @code{deb}
+in the repository description to avoid spurious warnings.
Finally, use your package manager to update its list of available
packages and choose the Scheme plugins you would like to install.
@emph{same} version, each compiled for Ubuntu 16.04, 17.10 or 18.04.
When you upgrade to a new version of Ubuntu you should first remove
-the @code{mit-scheme-pucked} package (and all of its plugins), then
-re-install them after changing the source URL (e.g. to
+the @code{mit-scheme-pucked} package (which will remove all of its
+plugins), then re-install them after changing the source URL (e.g. to
@url{http://birchwood-abbey.net/ubuntu/18.04/}).
You can also download the package files and install them by hand.
page.
@example
-@uref{http://birchwood-abbey.net/~puck/Scheme/}
+@uref{https://birchwood-abbey.net/~puck/Scheme/}
@end example
You will need to know your Ubuntu version (e.g. 16.10) and Debian