Hello.
Maybe you have not yet installed the multimedia repositories.
If your linux mint is debian-based: first, you should install the debian-multimedia-keyring (search for it using aptitude or synaptic), then modify as super user the file /etc/apt/sources.list (or add a new repository using synaptic, it's equivalent) A new line in /etc/apt/sources.list should appear:
deb http://www.debian-multimedia.org/ wheezy main non-free
Note: instead of "wheezy" you may find "squeeze".
After that, you should update the list of packages, by synaptic or typing (as super user):
# aptitude update
Then pd-extended may appear with a 'p' at the left if it's not installed yet when you search for it
In my case:
guscarr@sumidero:~$ aptitude search pd-
p audispd-plugins - Plugins for the audit event dispatcher
p cyrus-imapd-2.2 - Transitional package for cyrus-imapd-2.4
v cyrus-imapd-2.3 -
p cyrus-imapd-2.4 - Cyrus mail system - IMAP support
p cyrus-nntpd-2.2 - Transitional package for cyrus-nntpd-2.4
[ ... ]
p mpd-sima - Automagically add titles to MPD playlist
p mpich-mpd-bin - MPI parallel computing system implementation, MPD
p mysqmail-pure-ftpd-logger - real-time logging system in MySQL - Pure-FTPd tra
i pd-aubio - aubio external for PureData
i pd-bassemu - a Pd object for transistor bass emulation
i pd-beatpipe - realtime scheduler/event-delay/quantizer object f
i pd-boids - a Pd library for the "boids" flocking simulator a
i pd-bsaylor - a library of FFT-based Pd objects by Ben Saylor
i pd-comport - Pd object for reading and writing to serial ports
i pd-csound - Csound external for PureData
i pd-cxc - Pd library for working with patterns and numbers
i pd-cyclone - Pd library of clones of Max/MSP 4.5 objects
i pd-earplug - binaural filter based on KEMAR impulse measuremen
i pd-ekext - Pd objects for music information retrieval and po
i pd-ext13 - a collection of file and message objects for Pd b
i pd-extended - Pure Data with patches and a large collection of
i pd-flite - Speech synthesis for Pd
i pd-freeverb - studio-quality Schroeder/Moorer reverb as a Pd ob
i pd-ggee - Pd library of GUI controls, synths, filters, and
i pd-hcs - a Pd library of experiments in UNIX, the Pd GUI,
i pd-hid - Pd object for getting data from USB HID devices
i pd-iemambi - Pd-objects for Ambisonics sound spatialization
i pd-iemmatrix - Pd-objects for simple matrix operations
[ ... ]
p pure-ftpd-mysql - Secure and efficient FTP server with MySQL user a
p pure-ftpd-postgresql - Secure and efficient FTP server with PostgreSQL u
p slapd-dbg - Debugging information for the OpenLDAP server (sl
p slapd-smbk5pwd - Keeps Samba and Kerberos passwords in sync within
p tftpd-hpa - HPA's tftp server
p twoftpd-run - a simple secure efficient FTP server
p wzdftpd-back-mysql - modular, small and efficient ftp server - MySQL b
p wzdftpd-back-pgsql - modular, small and efficient ftp server - Postgre
p wzdftpd-dev - modular, small and efficient ftp server - develop
p wzdftpd-mod-avahi - modular, small and efficient ftp server - zerocon
p wzdftpd-mod-perl - modular, small and efficient ftp server - Perl mo
p wzdftpd-mod-tcl
guscarr@sumidero:~$
I hope you succeed with this.
Best regards,
Sumidero
PD: My /etc/apt/sources.list file:
guscarr@sumidero:~$ cat /etc/apt/sources.list
deb http://ftp.ccc.uba.ar/pub/linux/debian/debian/ wheezy main contrib non-free
deb-src http://ftp.ccc.uba.ar/pub/linux/debian/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib
deb-src http://security.debian.org/ wheezy/updates main contrib
# Pure Data, dejarlo así.
deb http://apt.puredata.info/releases/ squeeze main
# Repositorios multimedia
deb http://www.debian-multimedia.org/ wheezy main non-free
guscarr@sumidero:~$
Debian Stretch on Lenovo T450i, Lexicon Omega.
Pd-vanilla 0.49.0-3~bpo9+1 (installed from repo)