<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Thanks, I found most of them and was able to install them. I'm still missing two that don't seem to be in the repository, 'creb' and 'flatgui'. Maybe they're no longer supported by anybody. Any idea if they might be in some other repository?</div><div><br></div><div>I only have two repositories registered at the moment:</div><div><br></div><div><a href="http://archive.raspberrypi.org/debian">http://archive.raspberrypi.org/debian</a>           jessie     main, ui</div><div><a href="http://mirrordirector.raspian.org/raspian">http://mirrordirector.raspian.org/raspian</a>       jessie     main, contrib, non-free, rpi</div><div><br></div><div>David.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2016-11-24 15:46, David wrote:<br>
>><br>
>> Hi!<br>
><br>
><br>
> I have PD v0.46.2 installed on a RPi3 under Jessie. I'm trying to install<br>
> some externals by using 'sudo apt-get install pd-<insert name here>', but<br>
> I'm just getting "Unable to locate package ...". There was a posting on the<br>
> <a href="http://raspberrypi.org" rel="noreferrer" target="_blank">raspberrypi.org</a> forum saying that this method worked, but the posting was a<br>
> little old.<br>
<br>
this method has worked for more than 10 years or so, and there is no<br>
sign that it will stop working anytime soon.<br>
anyhow, chances are that you misspelled "<insert name here>".<br>
when using `apt-get install`, you must use the *exact* package name.<br>
<br>
you can get a list of available packages with<br>
<br>
$ apt-cache search ^pd-<br>
<br>
this will simply list all packages that start with "pd-"; afaict it only<br>
contains pd-packages; and it only misses Gem, which goes by the package<br>
name of "gem" for historical reasons.<br>
<br>
on a jessie/amd64 system this lists about 56 packages, on stretch/amd64<br>
it's about 92.<br>
on arm (e.g. the raspberry), you might get fewer packages, as some might<br>
not be available on this architecture (though a quick look at the Debian<br>
archive suggests that the only package missing from arm is pd-scaf,<br>
which you have probably never heard about :-))<br>
<br>
<br>
anyhow, you could also use a graphical package manager to do some<br>
interactive search for available packages.<br>
<br>
<br>
><br>
> Is this the best way to install externals on a RPi? Is there a repository I<br>
> need to add to find them? The latest version of PD available in the Raspian<br>
> repositories is v0.46.2. Maybe I should install v0.47, but where can I find<br>
> it for the RPi?<br>
><br>
<br>
in the mailinglist archives :-)<br>
anyhow, installing Pd-0.47 won't magically make more packages available<br>
via the apt package manager.<br>
<br>
hgs,t<<br>
IOhannes<br>
<br></blockquote></div></div></div>