diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-26 15:49:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-26 15:49:59 +0100 |
commit | 7c90e65e25f673a9c621c6102ee3d7c130160b01 (patch) | |
tree | b399b10e23f3194d70326eac190f74de473d60d5 /faq/support/0-software.mdwn | |
parent | ab11a8b78ca03dede4b29bbb7a04dac40019042f (diff) | |
parent | 6ded0f6763c776e42d363f2b5714c79a34c9b70f (diff) | |
download | web-7c90e65e25f673a9c621c6102ee3d7c130160b01.tar.gz web-7c90e65e25f673a9c621c6102ee3d7c130160b01.tar.bz2 web-7c90e65e25f673a9c621c6102ee3d7c130160b01.zip |
Merge commit '6ded0f6763c776e42d363f2b5714c79a34c9b70f'
Polish and enhance some pages some more.
Diffstat (limited to 'faq/support/0-software.mdwn')
-rw-r--r-- | faq/support/0-software.mdwn | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/faq/support/0-software.mdwn b/faq/support/0-software.mdwn index 324dbbef..e58e0bd8 100644 --- a/faq/support/0-software.mdwn +++ b/faq/support/0-software.mdwn @@ -11,6 +11,16 @@ License|/fdl]]."]]"""]] [[!meta title="What software is available for GNU?"]] - * Most (3/4) packages from [Debian](http://www.debian.org/) [GNU/Linux](http://www.gnu.org/gnu/linux-and-gnu.html) which aren't linux-specific ([Packages That Won't Be Ported](http://www.debian.org/ports/hurd/hurd-devel-debian)) are expected to work on GNU/Hurd too. See the database in <http://packages.debian.org/>. Notably, [GNOME](http://www.gnome.org), and [KDE](http://www.kde.org) work. See the [[porting/guidelines]] document for some common build problems and their solutions. - * If you can't fetch a package with "apt-get install ", try building it from source: "apt-get source && cd <package\_dir> && debian/rules binary". - * As of March 2013, 78% of Debian packages have been ported on the Hurd. Of course, bug testing is welcome. +As of March 2013, 78% of all [Debian](http://www.debian.org/) +[packages](http://packages.debian.org/) are available for [[Debian +GNU/Hurd|hurd/running/debian]]. Of course, testing and bug fixing is welcome, +as we have obviously not tested all of them. + +Generally, packages +that aren't Linux-specific (see [Packages That Won't Be +Ported](http://www.debian.org/ports/hurd/hurd-devel-debian)) +are expected to work on GNU/Hurd too. Notably, [X.Org](http://www.x.org/), +[GNOME](http://www.gnome.org/), [KDE](http://www.kde.org/), +[Firefox](http://www.mozilla.org/firefox) work. See +the [[hurd/porting/guidelines]] document for some common build problems and their +solutions. |