saving . . . saved E: Unable to locate package kicad - Installing Oscad on Ubuntu 13.10 has been deleted. E: Unable to locate package kicad - Installing Oscad on Ubuntu 13.10 has been hidden .
E: Unable to locate package kicad - Installing Oscad on Ubuntu 13.10
Title
Question
<span style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: normal;">While installing oscad in ubuntu13.10 i am getting error message in terminal:</span>

<span style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: normal;">Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package kicad
E: Unable to locate package ngspice
Checking python Modules......................
Error: Python module wx not found.
Trying to install wx
sh: 1: ./installModule.sh: Permission denied
Unable to find wx
Please re-run the ./installOSCAD.sh If you are getting this error first time
Please Install Python Library: python-wxgtk2.8 wx-common using package manager
Some python modules are not available. Kindly install them and then re-run installOSCAD.sh</span>


<span style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: normal;">(query by Prof. Marmik Soni)</span>

Oscad Introduction-to-Oscad 03-04 min 30-40 sec 20-03-14, 8:38 a.m. rakhiwarriar

Answers:

The error is due to insufficient permissions to execute the installation script. Please see the tutorial "Introduction to Oscad" at 03:38 mins. It says "chmod 755 installOSCAD.sh".  Please execute this command before installation. Then try installing Oscad again. If you still get the same error, execute "chmod 755 installModule.sh"  and then re-install Oscad.
You also need internet connection to install Oscad. Please watch the tutorial "Introduction to Oscad" - It gives detailed procedure to install Oscad.
20-03-14, 8:44 a.m. rakhiwarriar


Thanks..
20-03-14, 7:35 p.m. 7skysurfers


Please be sure to install Oscad using:

<pre><code>sudo bash ./installOSCAD.sh</code></pre>I suggest, you visit our ReadMe file before installing Oscad:

<a href="https://github.com/Oscad/Oscad-installer-linux#install" target="_blank" title="">https://github.com/Oscad/Oscad-installer-linux#install</a>
21-03-14, 12:26 p.m. isachin


Please follow instructions given in the tutorial on Introduction to Oscad available at  http://www.oscad.in/resources/tutorials/Oscad
22-03-14, 11:04 a.m. rakhiwarriar


Log-in to answer to this question.