CAD

How to install KiCad on Ubuntu 22.04 (LTS)

If you are looking for a software to make simulations and create PCB designs, then the KiCad software is the one as there are two reasons for which this can be your best choice: one it’s completely free and second it has a lot of features that are not available in other softwares.

Similarly, this software gives you the opportunity to view your design in 3D which can give you a better illustration of how your circuit will look in actuality. For your ease we have explained three ways how to install the KiCad software on Ubuntu in a detailed way.

Installing KiCad on Ubuntu 22.04 (LTS)

The three methods to install the KiCad software on Ubuntu are:

  1. Installing KiCad using Ubuntu default repository
  2. Installing KiCad using KiCad developer’s repository
  3. Installing KiCad using Ubuntu Software Center

1 – Installing KiCad using Ubuntu default repository

To install the KiCad using the Ubuntu default repository open the terminal by pressing ctrl +Alt and T, next before jumping installation it is a good practice to update your repository by executing the following command:

$ sudo apt update

Text Description automatically generated

Next to install the KiCad simply execute the following command:

$ sudo apt install kicad

Text Description automatically generated

2 – Installing KiCad using KiCad developer’s repository

Another method by which KiCad software can be installed on Ubuntu is by using the KiCad developer’s repository. So first we will add the repository of KiCad by executing the following command:

$ sudo add-apt-repository ppa:kicad/kicad-6.0-releases

Text Description automatically generated

Once you have saved the repository, update your repository by executing the update command:

$ sudo apt update

Text Description automatically generated

Next to install the Kicad execute the following command:

$ sudo apt install kicad

Text Description automatically generated

3 – Installing KiCad using Ubuntu Software Center

The third and the last method for installing the KiCad on Ubuntu is using Ubuntu Software Center which you can open by clicking on the Ubuntu software icon and search for the KiCad in the search bar:

Graphical user interface Description automatically generated with medium confidence

Next select the KiCad and click on the install icon and your installation will begin as shown in the image below:

The KiCad is complete suite that comes with multiple editors and other applications which you can access by clicking on the KiCad in your application menu:

Graphical user interface, application Description automatically generated

How to uninstall kiCad from Ubuntu

If you want to uninstall the KiCad software, you can do it in two ways, one by using the terminal and the other by using the Ubuntu Software Center:

Uninstalling KiCad from Ubuntu using terminal: To uninstall the Ubuntu using the terminal just execute the following command and you are good to go:

$ sudo apt remove --autoremove kicad

Text Description automatically generated

Uninstalling KiCad software from Ubuntu from Software Center: To uninstall the KiCad software open the Ubuntu Software Center and from there go to the installation tab and search for KiCad software. Click on the remove button to uninstall the KiCad software as in the image below:

Graphical user interface, application, Word Description automatically generated

Conclusion

For the users who want to make circuits, schematics, PCB designs and want to enjoy premium features for free then the KiCad can be the one that you are looking for. Using this software you can make your own symbols that can be used in the circuit schematics and KiCad provides you with its big library from where you can choose different customized symbols as well. Keeping in view of its features we have explained the three ways to install KiCad on Ubuntu.

About the author

Aaliyan Javaid

I am an electrical engineer and a technical blogger. My keen interest in embedded systems has led me to write and share my knowledge about them.