O pacote python-profile
inclui apenas alguns arquivos .py
:
$ apt-file list python-profiler
python-profiler: /usr/lib/python2.5/profile.py
python-profiler: /usr/lib/python2.5/pstats.py
python-profiler: /usr/lib/python2.6/profile.py
python-profiler: /usr/lib/python2.6/pstats.py
python-profiler: /usr/lib/python2.7/profile.py
python-profiler: /usr/lib/python2.7/pstats.py
python-profiler: /usr/share/doc/python-profiler/README.Debian
python-profiler: /usr/share/doc/python-profiler/changelog.Debian.gz
python-profiler: /usr/share/doc/python-profiler/copyright
python-profiler: /usr/share/lintian/overrides/python-profiler
Assim, você pode baixar o pacote binário usando apt-get download python-profiler
e extrair seu conteúdo com dpkg -x python-profiler_<version>_all.deb <dir>
. Depois de ter o conteúdo do pacote, você pode simplesmente copiar os arquivos .py
para sua localização para disponibilizar os módulos do profiler na sua instalação em python.