I am trying to install emacs in offline computer.
but every time I try to build from the source and install it, it doesn't make it.
too complicated.
(terminal ./configure => error try with --without-makeinfo, after a while, error try with --without-x, after a while, error can't find emacs version...(and I also want to use X version))
so I want to download emacs binary file but I can't find for linux one.
where can I download pre-build binary emacs 23.3(lastest) for ubuntu?
I can download emacs 23.3 binary file for windows but not for ubuntu.

apt-get install emacsis definitely easiest way to install a binary, but it might not be 23.3. Do you absolutely need that version? The latest thing in Ubuntu might be 23.2... – drysdam Apr 7 '11 at 12:08