<div>Ubuntu 9.04(jaunty). </div>
<div>I previously installed Verilog via the Synaptec Package Mgr, (latest version 0.8.6.1). </div>
<div>I want to install the newer version of that package (0.9.1)</div>
<div>Did a Complete removal of Verilog from Synaptec P.Mgr. </div>
<div>Then followed <a class="free" title="http://iverilog.wikia.com/wiki/Installation_Guide" href="http://iverilog.wikia.com/wiki/Installation_Guide"><font color="#5a3696">http://iverilog.wikia.com/wiki/Installation_Guide</font></a> </div>

<p>$ sudo gedit /etc/apt/sources.lst </p><pre>## PPA for Icarus Verilog
deb <a class="external" title="http://ppa.launchpad.net/team-electronics/ppa/ubuntu" href="http://iverilog.wikia.com/index.php?title=Special:Outbound&f=Forum%3AInstall_0.9.1_ubuntu&u=http%3A%2F%2Fppa.launchpad.net%2Fteam-electronics%2Fppa%2Fubuntu"><font color="#3366bb">http://ppa.launchpad.net/team-electronics/ppa/ubuntu</font></a> jaunty main
deb-src <a class="external" title="http://ppa.launchpad.net/team-electronics/ppa/ubuntu" href="http://iverilog.wikia.com/index.php?title=Special:Outbound&f=Forum%3AInstall_0.9.1_ubuntu&u=http%3A%2F%2Fppa.launchpad.net%2Fteam-electronics%2Fppa%2Fubuntu"><font color="#3366bb">http://ppa.launchpad.net/team-electronics/ppa/ubuntu</font></a> jaunty main
</pre>
<p>$ sudo apt-key adv --recv-keys --keyserver <a href="http://keyserver.ubuntu.com">keyserver.ubuntu.com</a> 7FE97A0D3D7F2EA1 </p>
<p>$ sudo apt-get update </p>
<p>$ sudo apt-get install verilog </p><pre>Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
verilog
0 upgraded, 1 newly installed, 0 to remove and 82 not upgraded.
Need to get 0B/902kB of archives.
After this operation, 2454kB of additional disk space will be used.
Selecting previously deselected package verilog.
(Reading database ... 268488 files and directories currently installed.)
Unpacking verilog (from .../verilog_0.8.6-1_i386.deb) ...
Processing triggers for man-db ...
Setting up verilog (0.8.6-1) ...
</pre>
<p>It reinstalls 0.8.6.1 !! </p>
<p>How to avoid that and have 0.9.1 installed ?? </p>