Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Update ppa installation information (#399)
Browse files Browse the repository at this point in the history
* Update ppa installation information

On Linux Mint, default is to NOT install recommends packages (very strange option... anyway...).
So I have added instruction for mint user to force installation of recommended packages...

* Clarify Ubuntu installation

Won't propose "install-suggests" as a valid option for installing KiCad fully
  • Loading branch information
jsreynaud authored and marekr committed Nov 30, 2019
1 parent 40fe380 commit ac370f6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions content/download/_js-reynaud-ppa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ If you prefer to use the shell, you can enter these commands into a terminal:
[source,bash]
sudo add-apt-repository --yes ppa:js-reynaud/kicad-5.1
sudo apt update
sudo apt install --install-suggests kicad
sudo apt install --install-recommends kicad
# If you want demo projects
sudo apt install kicad-demo


This will perform a full installation of KiCad. If you don't want to install all packages you
can use:

[source,bash]
sudo apt install kicad
sudo apt install --no-install-recommends kicad

If you don't do a "full installation" you should be interested to install also:

Expand Down Expand Up @@ -77,11 +80,14 @@ If you prefer to use the shell, you can enter these commands into a terminal:
[source,bash]
sudo add-apt-repository --yes ppa:js-reynaud/kicad-5
sudo apt update
sudo apt install kicad
sudo apt install kicad --install-recommends kicad
# If you want demo projects
sudo apt install kicad-demo

This will perform a full installation of KiCad. If you don't want to install all packages you can use:

You can also install suggested package to have a full install:
[source,bash]
sudo apt install --install-suggests kicad
sudo apt install --no-install-recommends kicad

If you don't do a "full installation" you should be interested to install also:

Expand Down

0 comments on commit ac370f6

Please sign in to comment.