-
Notifications
You must be signed in to change notification settings - Fork 27
Advanced Tasks
The -i
and -c
options allow you to specify where snoing installs to and downloads tarballs to respectively.
The -q
option allows you to check if a package is installed without changing anything or installing anything.
The -r
option will remove a package, if and only if no other packages depend on it.
The -p
option will update a package and any packages that depend on it. This will not remove any changes made to any *-dev package.
Often it is necessary to install all the required rat libraries in a shared location but not rat. The -d
option will allow you to do this.
Snoing by default will continue to install packages to the same directory in the same graphical mode. It can easily install to multiple directories with different directories having different graphical modes via the use of the -i
option.
Snoing provides the option to install using OAuth tokens as authentication (rather than ssh keys or GitHub username/password combinations). See the OAuth page for more.
To remove any dependency on X11 libraries use the -x
option, beware however that this will prevent any graphical parts from working, for example root will not be able to display any graphs.