Jump to content

Pinta: Difference between revisions

From Wiki
No edit summary
m Kangtain moved page Software/Pinta to Pinta over redirect
 
(6 intermediate revisions by the same user not shown)
Line 6: Line 6:
*Adding this PPA to your system
*Adding this PPA to your system
*You can update your system with unsupported packages from this untrusted PPA by adding ppa:pinta-maintainers/pinta-stable to your system's Software Sources. (Read about installing)
*You can update your system with unsupported packages from this untrusted PPA by adding ppa:pinta-maintainers/pinta-stable to your system's Software Sources. (Read about installing)
{{Terminal|sudo add-apt-repository ppa:pinta-maintainers/pinta-stable}}
 
{{Terminal|sudo apt-get update}}
<syntaxhighlight lang="shell">sudo add-apt-repository ppa:pinta-maintainers/pinta-stable</syntaxhighlight>
{{Terminal|sudo apt install pinta}}
 
<syntaxhighlight lang="shell">sudo apt-get update</syntaxhighlight>
 
<syntaxhighlight lang="shell">sudo apt install pinta</syntaxhighlight>
 
==Terkait==
*[[Pinta:Installasi di Debian]]


==Referensi==
==Referensi==

Latest revision as of 22:07, 19 November 2022

Installasi

PPA for the latest official releases of Pinta.

It is strongly recommended to also ensure that Mono 6.10 or higher is installed on your system (run `mono --version` to check), as earlier 6.x versions can produce random crashes. You can install the latest Mono version from mono-project.com

  • Adding this PPA to your system
  • You can update your system with unsupported packages from this untrusted PPA by adding ppa:pinta-maintainers/pinta-stable to your system's Software Sources. (Read about installing)
sudo add-apt-repository ppa:pinta-maintainers/pinta-stable
sudo apt-get update
sudo apt install pinta

Terkait

Referensi