] by default. However, extra packages and documentation require root permissions to install (''texlive... ''texlive-docs''), and they are not a full installation. This HOWTO explains how to install TeX Live as a non-root user.
===== Shared non-root installation =====
The initial installation size for this method is larger (~9.6GB), but it can save disk stor
incomplete source code of PeakFQ from [[https://water.usgs.gov/software/PeakFQ/|its website]]. Here, I'll use [[https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.... >
#!/bin/sh
# download source code
wget https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.... pc90.for
# comment out non-existent modules and data types
sed -Ei 's/^(.*(KERNEL32|T_OVERLAPPED))/!\
ackware.
<code bash>
# switch to root
su -
# create postgres group and user for postgresql, one of p... raries;
# build queuefiles, not packages, to automatically build any other dependencies
sbopkg -k -i "... one https://github.com/OSGeo/gdal-grass.git
# create ~/.grassbuildrc
cd grass-build-scripts
cp .grass... l/share/pkgconfig/grass.pc
if ! echo $PKG_CONFIG_PATH | grep -q $HOME/usr/local/share/pkgconfig; then
====== How to download features using the ArcGIS REST API ======
This script requires [[https://jqlan... ub.io/jq/|jq]].
<file bash download_arcgis_rest_features.sh>
#!/bin/sh
if [ $# -lt 2 ]; then
echo "Usage: download_arcgis_rest_features.sh REST_URL output"
exit
fi
# URL for an Ar... &geometryType=esriGeometryEnvelope
# &inSR=
# &spatialRel=esriSpatialRelIntersects
# &distance=
# &un
nv \
BIN_FOLDER="$HOME/local/bin" \
PREFIX_LOCATION="$HOME/opt/micromamba" \
sh
# create an alias
echo "alias mm=micromamba" >> ~/.bashrc
# source... ]] for autocompletion and advanced command-line features. See [[how to install Clink on Windows]].
<code batch>
rem install micromamba
mkdir %USERPROFILE%\loc
Portable, Extensible Toolkit for Scientific Computation]] (PETSc). This HOWTO explains how to compile ... enBLAS;
# build queuefiles, not packages, to automatically build any other dependencies
sbopkg -k -i "... sr/local/share/pkgconfig
cp -a builddir/meson-private/test-drive.pc ~/usr/local/share/pkgconfig
if ! echo $PKG_CONFIG_PATH | grep -q $HOME/usr/local/share/pkgconfig; then
====== How to create an R package ======
<code rsplus>
# install devtools
install.packages("devtools")
# create a template in package/
usethis::create_package("package")
</code>
assign it to i
for i in *.csv; do
# if you repeat this script, we don't want to merge
# the previ... $first -eq 1 ]; then
# print everything
cat "$i"
# subsequent files won't be first anymor