Debian: Difference between revisions - Pyra Wiki

m (added debian software package link)
(moved install/upgrade to here)
Line 1: Line 1:
[[File:Debian logo.png|right|link=https://www.debian.org/]]
The Pyra will, as shipped, run Debian, using the official Debian ARMhf repo for most software, with hardware-specific packages available from a repo on pyra-handheld.com.
The Pyra will, as shipped, run Debian, using the official Debian ARMhf repo for most software, with hardware-specific packages available from a repo on pyra-handheld.com.


Line 6: Line 7:
(check for armhf as the architecture)
(check for armhf as the architecture)


[[File:Debian logo.png|bottom|right|link=https://www.debian.org/]]
 
 
 
== Installing/updating software ==
 
To install software on the command line, try searching for a keyword like this: <code>apt-cache search synthesizer</code>.  Then run <code>sudo apt-get install zynaddsubfx</code> to install the program. Then type in <code>zynaddsubfx</code> to run it. Try to keep your list of available software updated with <code>sudo apt-get update</code>, and keep your installed programs up-to-date via <code>sudo apt-get upgrade</code>.  (For those new to Linux, this is a very quick and painless process compared to other OSes.)
 
Alternatively, there are beginner-friendly package-managers such as Aptitude (curses) and Synaptic (GUI) for users who feel uncomfortable with command-line tools.  Keeping things up to date, searching for available software, and installing it follow the same ideas as above, but with a graphical user interface.
 
== Note ==
 
It's important to keep your Debian software up-to-date as above, but also your [[.dbp|DBP]] Pyra-repository software as well.

Revision as of 21:32, 30 March 2016

The Pyra will, as shipped, run Debian, using the official Debian ARMhf repo for most software, with hardware-specific packages available from a repo on pyra-handheld.com.

Images and Installer at http://packages.pyra-handheld.com/images/

List of software in Debian at https://packages.debian.org/jessie/ (check for armhf as the architecture)



Installing/updating software

To install software on the command line, try searching for a keyword like this: apt-cache search synthesizer. Then run sudo apt-get install zynaddsubfx to install the program. Then type in zynaddsubfx to run it. Try to keep your list of available software updated with sudo apt-get update, and keep your installed programs up-to-date via sudo apt-get upgrade. (For those new to Linux, this is a very quick and painless process compared to other OSes.)

Alternatively, there are beginner-friendly package-managers such as Aptitude (curses) and Synaptic (GUI) for users who feel uncomfortable with command-line tools. Keeping things up to date, searching for available software, and installing it follow the same ideas as above, but with a graphical user interface.

Note

It's important to keep your Debian software up-to-date as above, but also your DBP Pyra-repository software as well.

Back
Top