Ubuntu9.04リポジトリを使用してlibboost1.38をUbuntu8.10にインストールしようとしています。これは、8.10リポジトリのいずれでも使用できないためです。次のコード行を追加して、Aptピンを使用しようとしています。
/etc/apt/sources.list:
deb http://us.archive.ubuntu.com/ubuntu/ jaunty universe
/etc/apt/preferences (Which I had to create):
Package: *libboost*
Pin: release a=jaunty
Pin-Priority: 900
Synapticを開こうとすると、次のエラーが発生します。
E: Invalid record in the preferences file, no Package header
E: _cache->open() failed, please report.