|
Home > Archive > Debian Developers > August 2004 > locale.alias: Where do I go?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
locale.alias: Where do I go?
|
|
| Mike Mestnik 2004-08-11, 8:48 pm |
| cheako@overrun:~$ dpkg -S locale.alias
xlibs-data: /usr/X11R6/lib/X11/locale/locale.alias
gettext: /usr/share/gettext/intl/locale.alias
Both of these files seam simular, but this one dose not exist!
cheako@overrun:~$ mozilla
grep: /etc/locale.alias: No such file or directory
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
| |
| Justin Pryzby 2004-08-12, 2:49 am |
| On Wed, Aug 11, 2004 at 07:44:43PM -0700, Mike Mestnik wrote:
> cheako@overrun:~$ dpkg -S locale.alias
> xlibs-data: /usr/X11R6/lib/X11/locale/locale.alias
> gettext: /usr/share/gettext/intl/locale.alias
>
> Both of these files seam simular, but this one dose not exist!
>
> cheako@overrun:~$ mozilla
> grep: /etc/locale.alias: No such file or directory
xlibs-data: /usr/X11R6/lib/X11/locale/locale.alias
gettext: /usr/share/gettext/intl/locale.alias
locales: /usr/share/locale/locale.alias
locales: /etc/locale.alias
apt-file is your friend here.
Justin
| |
| Stephen Cormier 2004-08-12, 2:49 am |
| On August 11, 2004 11:44 pm, Mike Mestnik wrote:
> cheako@overrun:~$ dpkg -S locale.alias
> xlibs-data: /usr/X11R6/lib/X11/locale/locale.alias
> gettext: /usr/share/gettext/intl/locale.alias
>
> Both of these files seam simular, but this one dose not exist!
>
> cheako@overrun:~$ mozilla
> grep: /etc/locale.alias: No such file or directory
You need the locales package and you may want to install the package
apt-file so in the future when a package is not already installed you
can find which one a file belongs to anyways.
>$ dpkg -S /etc/locale.alias
locales: /etc/locale.alias
>$ apt-file search locale.alias
gcal: usr/share/doc/gcal/examples/locale.alias
gcal: usr/share/doc/gcal/examples/locale.alias
gettext: usr/share/gettext/intl/locale.alias
gettext: usr/share/gettext/intl/locale.alias
locales: etc/locale.alias
locales: etc/locale.alias
locales: usr/share/locale/locale.alias
locales: usr/share/locale/locale.alias
locales: usr/share/man/man5/locale.alias.5.gz
locales: usr/share/man/man5/locale.alias.5.gz
xlibs-data: usr/X11R6/lib/X11/locale/locale.alias
xlibs-data: usr/X11R6/lib/X11/locale/locale.alias
BTW this is not really the list to ask these type of questions, you may
want to try debian-user in the future.
Stephen
--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
|
|
|
|
|