Debian/Apps

From Amahi Wiki
Revision as of 15:40, 28 May 2012 by Bigfoot65 (talk | contribs) (→‎apps that use a db)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Apps on Debian/Ubuntu

Apps that work

(12.04) behind the name means this is verified under Ubuntu 12.04, most other packages are verified under 10.04

simple apps

  • Amahi Invaders (12.04)
  • Bible SuperSearch (12.04)
  • Hello World (12.04)
  • kPlaylist (12.04)
  • Linfo (12.04)
  • php Address Book
  • phpMan (12.04)
  • phpSysInfo (12.04)
  • phpyahtzee (12.04)
  • Solitaire (12.04)
  • phpSudoku (12.04)

themes

All themes seem to work without problem. (12.04)

apps that use a db

  • Ampache
  • ArcademSX (12.04)
  • ArcademSX GamePack 1 and 2
  • Clipperz
  • Concrete5
  • Coppermine Photo Gallery
  • Crafty Syntax
  • dokuwiki (12.04)
  • dotProject
  • eFront
  • eyeOS (php-imap depend not installing)
  • Family Connections
  • Gallery 2
  • Gallery 3 (12.04, needs additional dependency on ffmpeg for movies)
  • Geeklog (12.04)
  • GLPI
  • Jinzora 3
  • Journalness
  • knowledgeroot (12.04)
  • LifeType
  • LimeSurvey
  • Log Analyzer (most of the log files need to be remapped for ubuntu); requires PHP with GD support for some functions (12.04)
  • mbrs (12.04)
  • MediaWiki (uninstall produces error as it tries to backup settings)
  • Moodle
  • MyIT CRM
  • My Tiny Todo (12.04)
  • Online Bookmarks
  • OpenDB (12.04)
  • osTicket
  • php Address Book (12.04)
  • phpdb (12.04)
  • phpCoin (12.04)
  • PHP-Fusion (12.04)
  • PhpGedView
  • phpMyAdmin
  • phpMyBackup (12.04)
  • phpMyFAQ
  • phpwcms (12.04)
  • phpWebSite (12.04)
  • Redmine
  • Rnews
  • Roundcube
  • SilverStripe
  • sitebar (12.04)
  • Support Incident Tracker
  • TCExam
  • The Address Book (12.04)
  • The Family Address Book (12.04)
  • TikiWiki
  • TinCanJukebox
  • Tiny Tiny RSS
  • Vanilla
  • vTiger
  • WebCalendar (with fix) (12.04)
  • WebChess
  • WebCollab
  • WikkaWiki (12.04)
  • WikyBlog
  • Wordpress
  • XOOPS

other/unknown

  • Adminer
  • AjaXplorer
  • cups (but requires accepting a certificate)
  • eXtplorer
  • Maps
  • myUPB
  • net2ftp (12.04)
  • phpBB
  • PHP Navigator
  • HAMweather (Sha error when downloading)
  • SpeedTest.net MINI

Apps that DO NOT work

  • 3 day forecast (installs, but does say every address or zip is invalid) (and of course it is US only)
  • Adito (java apps seem to have probs)
  • ajaxterm (install problems)
  • dropbox (install problems, ruby warnings)
  • gitweb
  • HAMweather (installs, but can't enter any location)
  • homeinv (empty web page; needs smarty, but also has casing problems wrt smarty)
  • jenkins (install problem (file location))
  • MediaTomb (see http://bugs.amahi.org/issues/show/809 ); work in progress
  • MindTerm
  • monitorix (installs, gives forbidden when browsed to)
  • myphpmoney (installs, gives sql error on web page)
  • phplist (gives key too long when installing)
  • phpRecipeBook (installs fine, but cannot log in)
  • Pick 'Em (installs fine, login screen is empty; log says php call to undefined function)
  • qbittorrent (hard reference so /sbin/service in install script; ubuntu has /service in /usr/sbin, also has several other install issues)
  • vcddb (empty web page; caused by sql error)
  • webmin (fedora dependencies in install script)
  • znc (install problems)

NOTES

  • Generally applications requiring sudo still seem to have a problem
  • Some PHP depends do not install. Ubuntu uses php5-gd vs Fedora php-gd
  • Apps that use RPM (Webmin, ZNC, Monitorix, etc) need updated to include DEB package.
  • Java JDK in Fedora translates to default-jds in Ubuntu
  • Using in install script to download RPM (Fedora) and DEB (Ubuntu)
if [ -f /etc/fedora-release ]; then
yum localinstall -y package.rpm --nogpgcheck
fi
if [ -f /etc/lsb-release ]; then
dpkg -i package.deb
fi