• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install KiCad in Ubuntu 17.04

2089

To install KiCad in Ubuntu 17.04

KiCad is a free and open source software used to capture and design the printed electronic circuit boards. This inbuilt tool allows the user to create a bill of materials, artwork, Gerber files, and 3D views of the PCB and its respective components. It also allows users to create custom components for each individual project. This tutorial will explain on how to install KiCad on Ubuntu 17.04.

Installation procedure

To proceed with the installation procedure, add the required repository by executing the following command

root@linuxhelp:~# add-apt-repository ppa:js-reynaud/kicad-4
 This ppa provide releases build for KiCad 4.0 branch (lp:kicad/4.0).
 More info: https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-4
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox ' /tmp/tmplegma5j8/pubring.gpg'  created
gpg: /tmp/tmplegma5j8/trustdb.gpg: trustdb created
gpg: key 83FBAD2D910F124E: public key " Launchpad PPA for j2010"  imported
gpg: Total number processed: 1
gpg:               imported: 1
OK


The repositories are added to the system. Now update the system by executing the apt-get update command.

root@linuxhelp:~# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu zesty-security InRelease               
Hit:2 http://in.archive.ubuntu.com/ubuntu zesty InRelease                      
Hit:3 http://in.archive.ubuntu.com/ubuntu zesty-updates InRelease        
Hit:4 http://in.archive.ubuntu.com/ubuntu zesty-backports InRelease
Get:5 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu zesty InRelease [15.4 kB]
Get:6 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu zesty/main amd64 Packages [5,640 B]
Get:7 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu zesty/main i386 Packages [5,632 B]
Get:8 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu zesty/main Translation-en [1,852 B]
Fetched 28.5 kB in 6s (4,376 B/s)                                              
Reading package lists... Done

The target system has been updated with the required repositories. Next install the KiCad application by executing the following command.

root@linuxhelp:~# apt-get install kicad
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  kicad-doc-en kicad-library libboost-context1.62.0 libglew2.0
  libwxbase3.0-0v5 libwxgtk3.0-0v5 python-wxgtk3.0 python-wxversion
Suggested packages:
  extra-xdg-menus kicad-demo kicad-locale-ko | kicad-locale-ru
  | kicad-locale-pl | kicad-locale-pt | kicad-locale-ja | kicad-locale-id
  | kicad-locale-ca | kicad-locale-it | kicad-locale-el | kicad-locale-zh
  | kicad-locale-de | kicad-locale-sl | kicad-locale-cs | kicad-locale-bg
  | kicad-locale-sv | kicad-locale-lt | kicad-locale-fi | kicad-locale-fr
  | kicad-locale-hu | kicad-locale-nl | kicad-locale-es | kicad-locale-sk
  glew-utils wx3.0-doc
.
.
.
.
Setting up kicad-library (4.0.7+e1+1449~3~ubuntu17.04.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu5) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Setting up libboost-context1.62.0:amd64 (1.62.0+dfsg-4) ...
Setting up libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-4) ...
Setting up python-wxgtk3.0 (3.0.2.0+dfsg-4) ...
update-alternatives: using /usr/lib/wx/python/wx3.0.pth to provide /usr/lib/wx/python/wx.pth (wx.pth) in auto mode
Setting up kicad (4.0.7+e2-6376~58~ubuntu17.04.1) ...
Processing triggers for libc-bin (2.24-9ubuntu2) ...

The application has been installed successfully. To run the application, type the application name in the Ubuntu dashboard and click on the icon to run it.
ubuntu dashboard

The home page of KiCad appears on the screen.
home page

Next create a new project and the location of the created project appears on the home page.

new project

The GerbView of the application is displayed on the screen as displayed below.

KiCad

Thus we conclude the installation procedure of KiCad on Ubuntu 17.04.

Tags:
sebastian
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is the KiCad?

A

KiCad is an open source, multi-platform EDA (Electronic Design Automation) package. It will capture your schematics, build your parts libraries and lay out your PCBs. It runs under Windows, various flavors of Linux and has been ported to the Mac OSX.

Q

Where to get the official docs?

A

check it here, http://kicad-pcb.org/help/documentation/

Q

How do I output other netlist formats?

A

have a NetList plugin system. eeschema creates a generic (intermediate) NetList output (generic list of components, list of pins and list of nets). The plugin reads this generic file and creates the new NetList format, and eeschema can run automatically this plugin

Q

How do I copy and paste from one schematic to another?

A

To copy a block from a schematic, open your previous schematic, select the block to copy and in pop-up menu (right click), and choose Save Block (or delete block but DO NOT SAVE YOUR OLD SCHEMATIC).

Q

How to update a part with new modifications from the library

A

There is a bug (in Release: 2006-08-28) that keeps the fields from getting updated - best to delete the part and re-add it at this time if you use fields.

Related Tutorials in How to install KiCad in Ubuntu 17.04

Related Tutorials in How to install KiCad in Ubuntu 17.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install KiCad in Ubuntu 17.04

Related Forums in How to install KiCad in Ubuntu 17.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install KiCad in Ubuntu 17.04

Related News in How to install KiCad in Ubuntu 17.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.