Amaya: W3C browser for developers
January 28, 2007 by admin
Filed under Explanation
Amaya is a browser developed by the W3C (World Wide Web Consortium). For those of you who don’t know, the W3C creates the standards for web development. Amaya is a browser developed specifically for web developers. It has a ton of features including an Integrated Development Environment (IDE) that allows developers to write code in XHTML, XML, and CSS and validate code on the fly. Amaya will also tell you what section of your code contains errors that won’t validate.
Amaya is an excellent tool that greatly simplifies the process of creating W3C compliant Web sites. Amaya is widely available in the repositories and can be installed using apt with the following command:
apt-get install amaya
Alternatively, you can install Amaya from the W3C Web site:
Link: Download Amaya from the W3C

















root@new:~# apt-get install amaya
-bash: apt-get: command not found
root@new:~#
Maybe you are not using apt. Are you on a Debian-based distro?
Slackware 12 as a nubie
Slackware 12 = no apt
In Debian GNU/Linux 64bit
new:~# apt-get install amaya
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package amaya
new:~# apt-get install Amaya
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package Amaya
new:~#
what do you have as repos? maybe you don’t have it in the repos? check your file sources.list in /etc/apt/
about amaya deb package
for slackware, please check these
http://www.mail-archive.com/amaya@ml.free.fr/msg00116.html
http://www.linuxpackages.net/download.php?id=1254