Ubuntu 9.04(jaunty).
I previously installed Verilog*via the*Synaptec Package Mgr, (latest version 0.8.6.1).
I want*to install the*newer version of that package (0.9.1)
Did a Complete removal of Verilog from Synaptec P.Mgr.
Then followed http://iverilog.wikia.com/wiki/Installation_Guide
$ sudo gedit /etc/apt/sources.lst
## PPA for Icarus Verilog
deb http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
$ sudo apt-get install verilog
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) ...
It reinstalls 0.8.6.1*!!
How to avoid that and have 0.9.1 installed*??
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-16-2009, 06:53 PM
NoOp
synaptic reinstalls old versions
On 12/16/2009 06:14 AM, n dhert wrote:
> Ubuntu 9.04(jaunty).
> I previously installed Verilog via the Synaptec Package Mgr, (latest version
> 0.8.6.1).
> I want to install the newer version of that package (0.9.1)
> Did a Complete removal of Verilog from Synaptec P.Mgr.
> Then followed http://iverilog.wikia.com/wiki/Installation_Guide
>
> $ sudo gedit /etc/apt/sources.lst
>
> ## PPA for Icarus Verilog
> deb http://ppa.launchpad.net/team-electronics/ppa/ubuntu
> <http://iverilog.wikia.com/index.php?title=Special:Outbound&f=Forum%3AInstall _0.9.1_ubuntu&u=http%3A%2F%2Fppa.launchpad.net%2Ft eam-electronics%2Fppa%2Fubuntu>
> jaunty main
> deb-src http://ppa.launchpad.net/team-electronics/ppa/ubuntu
> <http://iverilog.wikia.com/index.php?title=Special:Outbound&f=Forum%3AInstall _0.9.1_ubuntu&u=http%3A%2F%2Fppa.launchpad.net%2Ft eam-electronics%2Fppa%2Fubuntu>
> jaunty main
Should be:
## PPA for Icarus Verilog
deb http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-17-2009, 05:21 AM
n dhert
synaptic reinstalls old versions
Don't understand your answer ..
I made no typing error in the lines in /etc/apt/sources.lst
(in the message below there are lines inserted but these are inserted by this forum, don' know why, but is not part of my input).
2009/12/16 NoOp <glgxg@sbcglobal.net>
On 12/16/2009 06:14 AM, n dhert wrote:
> Ubuntu 9.04(jaunty).
> I previously installed Verilog via the Synaptec Package Mgr, (latest version
> 0.8.6.1).
> I want to install the newer version of that package (0.9.1)
> Did a Complete removal of Verilog from Synaptec P.Mgr.
> Then followed http://iverilog.wikia.com/wiki/Installation_Guide
>
> $ sudo gedit /etc/apt/sources.lst
>
> ## PPA for Icarus Verilog
> deb http://ppa.launchpad.net/team-electronics/ppa/ubuntu
> jaunty main
> deb-src http://ppa.launchpad.net/team-electronics/ppa/ubuntu
> <http://iverilog.wikia.com/index.php?title=Special:Outbound&f=Forum%3AInstall _0.9.1_ubuntu&u=http%3A%2F%2Fppa.launchpad.net%2Ft eam-electronics%2Fppa%2Fubuntu>
> jaunty main
Should be:
## PPA for Icarus Verilog
deb http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-17-2009, 06:43 AM
Tim Frost
synaptic reinstalls old versions
On Thu, 2009-12-17 at 07:21 +0100, n dhert wrote:
> Don't understand your answer ..
> I made no typing error in the lines in /etc/apt/sources.lst
> (in the message below there are lines inserted but these are inserted
> by this forum, don' know why, but is not part of my input).
I run karmic, but have just added the jaunty PPA entry to my system and
done an update (sudo apt-get update, or do a reload in synaptic or
software sources). After that, I see two versions of verilog:
What do you get from that command? If it doesn't list the PPA, then you
haven't successfully added the PPA, or else you haven't updated the list
of available packages ( the reload button in synaptic or when exiting
'software sources', or the command 'sudo apt-get update')
>
Tim
--
Tim Frost <timfrost@xtra.co.nz>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-17-2009, 12:26 PM
n dhert
synaptic reinstalls old versions
Although I have executed sudo apt-get update, and /etc/apt/sources.lst contains the correct lines, it seems not registrered :
$ apt-cache policy verilog
verilog:
* Installed: 0.8.6-1
* Candidate: 0.8.6-1
* Version table:
**** 0.8.6-1 0
******* 500 http://be.archive.ubuntu.com jaunty/universe Packages
******* 100 /var/lib/dpkg/status
and hence no way to get a higher version of verilog ..
*
2009/12/17 Tim Frost <timfrost@xtra.co.nz>
On Thu, 2009-12-17 at 07:21 +0100, n dhert wrote:
> Don't understand your answer ..
> I made no typing error in the lines in /etc/apt/sources.lst
> (in the message below there are lines inserted but these are inserted
> by this forum, don' know why, but is not part of my input).
I run karmic, but have just added the jaunty PPA entry to my system and
done an update (sudo apt-get update, or do a reload in synaptic or
software sources). *After that, I see two versions of verilog:
What do you get from that command? *If it doesn't list the PPA, then you
haven't successfully added the PPA, or else you haven't updated the list
of available packages ( the reload button in synaptic or when exiting
'software sources', or the command 'sudo apt-get update')
>
Tim
--
Tim Frost <timfrost@xtra.co.nz>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-17-2009, 12:33 PM
n dhert
synaptic reinstalls old versions
Adding to my previous message, these were the outputs :
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7FE97A0D3D7F2EA1
Hit http://security.ubuntu.com jaunty-security Release
Hit http://be.archive.ubuntu.com jaunty/main Packages
Hit http://be.archive.ubuntu.com jaunty/restricted Packages
Hit http://be.archive.ubuntu.com jaunty/main Sources
Hit http://be.archive.ubuntu.com jaunty/restricted Sources
Hit http://be.archive.ubuntu.com jaunty/universe Packages
Hit http://be.archive.ubuntu.com jaunty/universe Sources
Hit http://be.archive.ubuntu.com jaunty/multiverse Packages
Hit http://be.archive.ubuntu.com jaunty/multiverse Sources
Hit http://be.archive.ubuntu.com jaunty-updates/main Packages
Hit http://be.archive.ubuntu.com jaunty-updates/restricted Packages
Hit http://be.archive.ubuntu.com jaunty-updates/main Sources
Hit http://be.archive.ubuntu.com jaunty-updates/restricted Sources
Hit http://be.archive.ubuntu.com jaunty-updates/universe Packages
Hit http://be.archive.ubuntu.com jaunty-updates/universe Sources
Hit http://be.archive.ubuntu.com jaunty-updates/multiverse Packages
Hit http://be.archive.ubuntu.com jaunty-updates/multiverse Sources
Hit http://security.ubuntu.com jaunty-security/main Packages
Hit http://security.ubuntu.com jaunty-security/restricted Packages
Hit http://security.ubuntu.com jaunty-security/main Sources
Hit http://security.ubuntu.com jaunty-security/restricted Sources
Hit http://security.ubuntu.com jaunty-security/universe Packages
Hit http://security.ubuntu.com jaunty-security/universe Sources
Hit http://security.ubuntu.com jaunty-security/multiverse Packages
Hit http://security.ubuntu.com jaunty-security/multiverse Sources
Reading package lists... Done
$
*
no trace of ppa.launchpad.net/team-electronics/ppa/ubuntu in that ... (??)
*
Also tried*in Synaptic the Reload button but no help ...*
*
2009/12/17 n dhert <ndhertubu@gmail.com>
Although I have executed sudo apt-get update, and /etc/apt/sources.lst contains the correct lines, it seems not registrered :
******* 100 /var/lib/dpkg/status
and hence no way to get a higher version of verilog ..
*
2009/12/17 Tim Frost <timfrost@xtra.co.nz>
On Thu, 2009-12-17 at 07:21 +0100, n dhert wrote:
> Don't understand your answer ..
> I made no typing error in the lines in /etc/apt/sources.lst
> (in the message below there are lines inserted but these are inserted
> by this forum, don' know why, but is not part of my input).
I run karmic, but have just added the jaunty PPA entry to my system and
done an update (sudo apt-get update, or do a reload in synaptic or
software sources). *After that, I see two versions of verilog:
What do you get from that command? *If it doesn't list the PPA, then you
haven't successfully added the PPA, or else you haven't updated the list
of available packages ( the reload button in synaptic or when exiting
'software sources', or the command 'sudo apt-get update')
>
Tim
--
Tim Frost <timfrost@xtra.co.nz>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-17-2009, 10:29 PM
NoOp
synaptic reinstalls old versions
On 12/17/2009 05:33 AM, n dhert wrote:
> Adding to my previous message, these were the outputs :
> $ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com7FE97A0D3D7F2EA1
>
> Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
> --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg
> --keyring /etc/apt/trusted.gpg --recv-keys --keyserver
> keyserver.ubuntu.com7FE97A0D3D7F2EA1
> gpg: requesting key 3D7F2EA1 from hkp server keyserver.ubuntu.com
> gpg: key 3D7F2EA1: public key "Launchpad HDL" imported
> gpg: Total number processed: 1
> gpg: imported: 1 (RSA: 1)
> $ sudo apt-get update
> Hit http://be.archive.ubuntu.com jaunty Release.gpg
<snips>
I should have caught this the first time around:
> $ sudo gedit /etc/apt/sources.lst
The file to edit and add the ppa is:
$ gksu gedit /etc/apt/sources.list
Use that & then add:
## PPA for Icarus Verilog
deb http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-electronics/ppa/ubuntu jaunty main