Etch is a code name for the Debian GNU/Linux 4.0 release.
Questions tagged [etch]
5 questions
3
votes
2 answers
How do I install Image::Magick on Debian etch?
I've been trying to install Image::Magick on Debian etch for a while without great success.
I've got graphicsmagick-libmagick-dev-compat installed, but can't find the .deb for Perl's Image::Magick. And cpan -i Image::Magick gives me all sorts of…

jeje
- 3,191
- 3
- 26
- 41
2
votes
1 answer
Debian Etch - Mercurial in Eclipse
I'm running a Debian Etch system with eclipse.
I installed mercurial plugin (http://www.javaforge.com/project/HGE) for eclipse indigo (latest version I guess). And I installed mercurial via the sudo apt-get command.
hg status result in
Mercurial…

froehli
- 904
- 1
- 11
- 35
1
vote
1 answer
"React is not defined" while using etch in atom?
I'm trying to make an atom plugin from scratch. I am using etch for the use of virtual DOM in atom which gives me coding environment like react. Whenever I'm trying to run the package, it says React is not defined, although React is not used in etch…

Ajay Gaur
- 5,140
- 6
- 38
- 60
1
vote
1 answer
Make SetupTools/easy_install aware of installed Debian Packages?
I'm installing an egg with easy_install which requires ruledispatch. It isn't available in PyPI, and when I use PEAK's version it FTBFS. There is, however, a python-dispatch package which provides the same functionality as ruledispatch. How can I…

lfaraone
- 49,562
- 17
- 52
- 70
0
votes
1 answer
Etch a Sketch Issue
I am writing a program in java so it can imitate an etch a sketch. I have it to draw lines but I cant seem to get it to draw a continuous line. I am a beginner at this so much help would be appreciated. Thanks !
here is my code so far..
import…
user2796688