Skip to content

Commit

Permalink
handbook: Guide users towards installing Plasma 6 / KDE 6 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
claucambra committed Oct 7, 2024
1 parent ce21bba commit 9fbceae
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions documentation/content/de/books/handbook/x11/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -945,14 +945,14 @@ Um KDE als Paket zu installieren, geben Sie ein:

[source,shell]
....
# pkg install x11/kde5
# pkg install x11/kde6
....

Um KDE stattdessen aus dem Quellcode zu übersetzen, verwenden Sie das folgende Kommando. Bei der Installation wird ein Menü zur Auswahl der Komponenten angezeigt. KDE ist eine große Anwendung, die sogar auf einem schnellen Computer einige Zeit zum Übersetzen benötigt.

[source,shell]
....
# cd /usr/ports/x11/kde5
# cd /usr/ports/x11/kde6
# make install clean
....

Expand Down
4 changes: 2 additions & 2 deletions documentation/content/en/books/handbook/desktop/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ A desktop environment can range from a simple window manager to a complete suite

| KDE Plasma
| GPL 2.0 or later
| x11/kde5
| x11/kde6

| GNOME
| GPL 2.0 or later
Expand Down Expand Up @@ -123,7 +123,7 @@ To install a minimal KDE Plasma execute:

[source,shell]
....
# pkg install plasma5-plasma
# pkg install plasma6-plasma
....

[TIP]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ FreeBSD has different utilities to set and display sound card mixer values built

| KDE Plasma audio widget
| GPL 2.0
| package:audio/plasma5-plasma-pa[]
| package:audio/plasma6-plasma-pa[]
| Qt

| mixertui
Expand Down
4 changes: 2 additions & 2 deletions documentation/content/fr/books/handbook/x11/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -932,14 +932,14 @@ Pour installer la version pré-compilée de KDE, tapez:

[source,shell]
....
# pkg install x11/kde5
# pkg install x11/kde6
....

Pour plutôt compiler KDE à partir du catalogue des logiciels portés, utilisez la commande qui suit. L'installation du logiciel porté proposera un menu pour sélectionner quel composant à installer. KDE est une application importante en taille et qui demandera un temps notable pour être compilée, et cela, même sur un ordinateur rapide.

[source,shell]
....
# cd /usr/ports/x11/kde5
# cd /usr/ports/x11/kde6
# make install clean
....

Expand Down
4 changes: 2 additions & 2 deletions documentation/content/ja/books/handbook/x11/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -976,14 +976,14 @@ KDE package をインストールするには以下のように実行してく

[source,shell]
....
# pkg install x11/kde5
# pkg install x11/kde6
....

KDE port を構築するには、以下のコマンドを使ってください。 port のインストールでは、 インストールするアプリケーションを選択するためのメニューが表示されます。 KDE は大きなアプリケーションなので、 高速のコンピュータでもコンパイルには時間がかかります。

[source,shell]
....
# cd /usr/ports/x11/kde5
# cd /usr/ports/x11/kde6
# make install clean
....

Expand Down
4 changes: 2 additions & 2 deletions documentation/content/pt-br/books/handbook/x11/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -933,14 +933,14 @@ Para instalar o pacote KDE, digite:

[source,shell]
....
# pkg install x11/kde5
# pkg install x11/kde6
....

Para instalar o KDE via ports, use o seguinte comando. A instalação do ports fornecerá um menu para selecionar quais componentes instalar. O KDE é um aplicativo grande e levará algum tempo para compilar, mesmo em um computador rápido.

[source,shell]
....
# cd /usr/ports/x11/kde5
# cd /usr/ports/x11/kde6
# make install clean
....

Expand Down
4 changes: 2 additions & 2 deletions documentation/content/zh-tw/books/handbook/x11/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -937,14 +937,14 @@ KDE 是另一套易於使用的桌面環境。這個桌面環境提供了一致

[source,shell]
....
# pkg install x11/kde5
# pkg install x11/kde6
....

或者要使用 KDE Port 編譯,可使用以下指令,採用 Port 方式安裝會有選單可以選擇要安裝的元件。KDE 是一個大型的應用程式,即使在較快的電腦上仍需要花費一段時間來編譯。

[source,shell]
....
# cd /usr/ports/x11/kde5
# cd /usr/ports/x11/kde6
# make install clean
....

Expand Down

0 comments on commit 9fbceae

Please sign in to comment.