Jump to content

Pinta: Difference between revisions

From Wiki
No edit summary
No edit summary
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}}
  sudo add-apt-repository ppa:pinta-maintainers/pinta-stable
  {{Terminal|sudo apt-get update}}
 
  {{Terminal|sudo apt install pinta}}
  sudo apt-get update
 
  sudo apt install pinta


==Referensi==
==Referensi==

Revision as of 23:38, 11 November 2021

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

Referensi