Flatpak/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "* paczki AppImage * paczki Snap")
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 6: Line 6:
===Wersja stabilna===
===Wersja stabilna===


If you want to install at the user level or don't have sudo privileges add the {{incode|--user}} flag to the following commands.
Jeśli chcesz przeprowadzić instalację na poziomie użytkownika lub nie masz uprawnień sudo, dodaj flagę {{incode|--user}} do następujących poleceń:


{{code|lang=bash|code=
{{code|lang=bash|code=
Line 14: Line 14:
}}
}}


=== Development versions ===
===Wersja rozwojowa===


If you want to install at the user level or don't have sudo privileges add the {{incode|--user}} flag to the following commands.
Jeśli chcesz przeprowadzić instalację na poziomie użytkownika lub nie masz uprawnień sudo, dodaj flagę {{incode|--user}} do następujących poleceń:


{{code|lang=bash|code=
{{code|lang=bash|code=
Line 24: Line 24:
}}
}}


== Running ==
==Uruchomienie==


Możesz uruchomić flatpak za pomocą ikonki pulpitu lub za pomocą następującego polecenia:
You may start the flatpak using the desktop file or using the following command:


{{code|lang=bash|code=
{{code|lang=bash|code=
Line 32: Line 32:
}}
}}


The different branches can be installed in parallel. To choose which one to run use the {{incode|--branch}} flag:
Różne gałęzie mogą być instalowane równolegle. Aby wybrać, która z nich ma być uruchomiona, użyj flagi {{incode|--branch}}:


{{code|lang=bash|code=
{{code|lang=bash|code=
Line 38: Line 38:
}}
}}


To run a specific executable (for example {{incode|FreeCADCmd}} to run without GUI) from the flatpak use the {{incode|--command}} flag:
Aby uruchomić konkretny plik wykonywalny ''(na przykład {{incode|FreeCADCmd}}, aby uruchomić bez GUI)'' flatpaka użyj flagi {{incode|--command}}:


{{code|lang=bash|code=
{{code|lang=bash|code=
Line 44: Line 44:
}}
}}
== Repository ==
==Repozytorium==


* https://github.com/flathub/org.freecadweb.FreeCAD
* https://github.com/flathub/org.freecadweb.FreeCAD


=== Maintainer(s) ===
===Opiekunowie===


* [https://github.com/hfiguiere hfiguiere]
* [https://github.com/hfiguiere hfiguiere]
Line 55: Line 55:


* paczki [[AppImage/pl|AppImage]]
* paczki [[AppImage/pl|AppImage]]
* paczki [[Snap/pl|Snap]]
* paczki [[Ubuntu_Snap/pl|Snap]]





Latest revision as of 11:19, 31 July 2022

Other languages:

Instalacja

Wersja stabilna

Jeśli chcesz przeprowadzić instalację na poziomie użytkownika lub nie masz uprawnień sudo, dodaj flagę --user do następujących poleceń:

# add flathub repo just to be sure as it might not be enabled if it is your first time using flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freecadweb.FreeCAD

Wersja rozwojowa

Jeśli chcesz przeprowadzić instalację na poziomie użytkownika lub nie masz uprawnień sudo, dodaj flagę --user do następujących poleceń:

# flathub-beta repo is not enabled by default
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.freecadweb.FreeCAD

Uruchomienie

Możesz uruchomić flatpak za pomocą ikonki pulpitu lub za pomocą następującego polecenia:

flatpak run org.freecadweb.FreeCAD

Różne gałęzie mogą być instalowane równolegle. Aby wybrać, która z nich ma być uruchomiona, użyj flagi --branch:

flatpak run --branch=beta org.freecadweb.FreeCAD

Aby uruchomić konkretny plik wykonywalny (na przykład FreeCADCmd, aby uruchomić bez GUI) flatpaka użyj flagi --command:

flatpak run --command=FreeCADCmd org.freecadweb.FreeCAD

Repozytorium

Opiekunowie

Powiązane