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

How to install KiCad 4.0.7 on Linux Mint 18.3

2551

To install KiCad 4.0.7 on Linux Mint 18.3

KiCad is an 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 is really so simple to install KiCad 4.0.7 on Linux Mint 18.3 and this tutorial covers the ground on the same process.

installing KiCad 4.0.7

First, make sure you need to update the system repository by making use of the following command.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://archive.canonical.com/ubuntu xenial InRelease [11.5 kB]                                                                 
Get:3 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages [3,132 B]                                                    
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                                        
Get:5 http://archive.canonical.com/ubuntu xenial/partner i386 Packages [3,124 B]                                      
.
.
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [241 kB]                           
Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,080 B]                        
Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [7,064 B]                         
Get:24 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,812 B]                        
Fetched 5,268 kB in 9s (558 kB/s)                                                                                 
Reading package lists... Done


You should now add the necessary repository by making use of the following command.

linuxhelp user # add-apt-repository ppa:js-reynaud/kicad-4
You are about to add the following PPA:
 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

Executing: /tmp/tmp.oSzhkZGyjK/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
910F124E
gpg: requesting key 910F124E from hkp server keyserver.ubuntu.com
gpg: key 910F124E: public key " Launchpad PPA for j2010"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

Again, you need to update the system repository by making use of the following command.

inuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease                                                        
Hit:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                                                   
Ign:4 http://packages.linuxmint.com sylvia InRelease                                                              
Get:5 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial InRelease [17.5 kB]                               
Hit:6 http://security.ubuntu.com/ubuntu xenial-security InRelease                             
Hit:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease                                                 
Hit:8 http://packages.linuxmint.com sylvia Release                                                                
Get:10 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial/main Sources [1,932 B]
Get:11 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial/main amd64 Packages [5,644 B]
Get:12 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial/main i386 Packages [5,640 B]
Get:13 http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu xenial/main Translation-en [1,852 B]
Fetched 32.6 kB in 2s (15.7 kB/s) 
Reading package lists... Done​​​

You shall now install KiCad by making use of the following command.

linuxhelp user # apt-get install kicad
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libboost-context1.58.0 libboost-thread1.58.0 libcurl3 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
Recommended packages:
  kicad-library kicad-doc-en
The following NEW packages will be installed:
.
.
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libboost-context1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ...
Setting up libcurl3:amd64 (7.47.0-1ubuntu2.6) ...
Setting up libwxbase3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) ...
Setting up libwxgtk3.0-0v5:amd64 (3.0.2+dfsg-1.3ubuntu0.1) ...
Setting up python-wxversion (3.0.2.0+dfsg-1build1) ...
Setting up python-wxgtk3.0 (3.0.2.0+dfsg-1build1) ...
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~ubuntu16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...

You have installed KiCad 4.0.7, you shall now launch it from your Linux Mint search field by typing its name.

Linux mint

When the application icon appears, you need to click to click on it to launch it.
icon

The KiCad application now appears on your screen.
KiCad

You can now check the version of the application which you have just installed.
Version

With this, the tutorial to install KiCad 4.0.7 on Linux Mint 18.3 comes to an end.

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Why does KiCad try to connect to the internet?

A

KiCad does not connect to the internet. It uses sockets for client-server communications from eeschema to pcbnew. Some firewalls misinterpret socket access as internet access. ie. When you c

Q

how to remove Kicad application?

A

Run the command as follow "# apt-get remove kicad".

Q

how to check version of kicad?

A

Execute the command as follow
# kicad --version

or

You can find the KiCad version information in the About KiCad go to application > About kicad. On Linux, go to Help > About. then check your kicad application version.

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

Where should i install the libs?

A

KiCad holds the information about installed libs in so called fp-lib-table files. There is a global fp-lib-table located in the home directory of the user. Linus: ~/.config/kicad/fp-lib-tabl

Related Tutorials in How to install KiCad 4.0.7 on Linux Mint 18.3

Related Tutorials in How to install KiCad 4.0.7 on Linux Mint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018
How To Install AnyDesk on Linux Mint 18.3
How To Install AnyDesk on Linux Mint 18.3
Apr 11, 2018

Related Forums in How to install KiCad 4.0.7 on Linux Mint 18.3

Related Forums in How to install KiCad 4.0.7 on Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to install KiCad 4.0.7 on Linux Mint 18.3

Related News in How to install KiCad 4.0.7 on Linux Mint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
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 Ganesh Konka ?
Zentya 6.1 http proxy configuration

please send link for creating zentyal 6.1 for http proxy and firewall as gateway.

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.