At 10:06 AM 07/01/2002, Kaido wrote: >Hi, > > sorry for absurd question. But I'd like to ask you, how to uninstall >any program, e.g. Courier-imap, or anyone else from OBSD! > > Thanks > >Kaido pkg_delete <package name> To see a list of installed packages use the pkg_info command. Of course this only works with applications that were installed via packages or ports. Claus