Thanks a lot Claude, it works fine now !
Here what i did (after installing dependencies for purest_json, except puredata-core) : $ sudo apt-get --no-install-recommends install puredata-core $ sudo apt install pd-purest-json
And then in Pd : [declare -path /usr/lib/pd/extra/purest_json] Now, Pd can load properly [json-decode]. ++
Jack
Le 18/10/2017 à 16:15, Claude Heiland-Allen a écrit :
Hi,
On 18/10/17 14:45, Jack wrote:
Or, maybe, i can install puredata-core without deps. In this case, how i can do that ?
you can't install without deps, but you can install without recommends:
$ man apt-get /recommends
gives:
--no-install-recommends Do not consider recommended packages as a dependency for installing. Configuration Item: APT::Install-Recommends.
$ man aptitude /recommends
gives:
-R, --without-recommends Do not treat recommendations as dependencies when installing new packages (this overrides settings in /etc/apt/apt.conf and ~/.aptitude/config). Packages previously installed due to recommendations will not be removed. This corresponds to the pair of configuration options APT::Install-Recommends and APT::AutoRemove::RecommendsImportant.
but unfortunately:
$ man apt /recommends
gives no results, same in man pages for apt.conf and apt_preferences
sorry for having suggested the manuals are all helpful,
Claude