On 7/23/05, Hal Vaughan <[EMAIL PROTECTED]> wrote:
On Saturday 23 July 2005 12:09 pm, Rajiv Vyas wrote:
> Newbie here. Is there a simple way to install Tomboy and Beagle?
>
> Rajiv
apt-cache search tomboy
produces this output:
tomboy - desktop note taking program using Wiki style links
which tells you that tomboy is a Debian package you can easily install. If
you want more details, try:
apt-cache show tomboy
which gives you:
Package: tomboy
Priority: optional
Section: gnome
Installed-Size: 473
Maintainer: Dave Beckett <[EMAIL PROTECTED]>
Architecture: i386
Version: 0.3.2-9
Depends: mono-jit (>= 1.1.8.1 ), libdbus-cil (>= 0.23.4), libgconf-cil (>=
1.0), libglib-cil (>= 1.0), libglib2.0-0 (>= 2.6.0), libgnome-cil (>= 1.0),
libgtk-cil (>= 1.0), libgtk2.0-0 (>= 2.6.0), libgtkspell0 (>= 2.0.2),
libpanel-applet2-0 (>= 2.10.2), mono-classlib-1.0 (>= 1.0)
Filename: pool/main/t/tomboy/tomboy_0.3.2-9_i386.deb
Size: 147352
MD5sum: fd25ea5b9edec5408e74f7c5c0659261
Description: desktop note taking program using Wiki style links
Tomboy is a desktop note-taking application which is simple and easy to
use. It lets you organise your notes intelligently by allowing you to
easily link ideas together with Wiki style interconnects.
All you have to do to install it is type:
apt-get install tomboy
but if you haven't used apt-get yet, first do:
apt-get update
to make sure all your sources are up to date.
I could not find Beagle when I searched, so there is no Debian package for it,
which means you'll have to download and install it on your own.
Hal