On 13 Jun 2002 08:54:44 -0400
Anthony DeRobertis <[EMAIL PROTECTED]> wrote:
> You'd have to add /sw/share/man to MANPATH for that to work without the
> full path.
That words. Thanks.
___
Don't miss the 2002 Sprint PCS Application Deve
> [TiBook:~] jsalort% echo $MANPATH
> /sw/man/man1:/usr/X11R6/man:/usr/local/man:~/man:/usr/local/share/man:/usr/share/man
> [TiBook:~] jsalort% man apt-get
> /usr/bin/man: no entry for apt-get in the manual.
man /sw/share/man/man8/apt-get.8
You'd have to add /sw/share/man to MANPATH for that t
On 12 Jun 2002 22:54:24 -0400
Anthony DeRobertis <[EMAIL PROTECTED]> wrote:
> apt-get --reinstall install package_name
Thanks.
> should do it. See the apt-get manpage for more.
[TiBook:~] jsalort% echo $MANPATH
/sw/man/man1:/usr/X11R6/man:/usr/local/man:~/man:/usr/local/share/man:/usr/share/ma
On Tue, 2002-06-11 at 03:13, Julien Salort wrote:
> 1/ I'd like to know if it is possible to downgrade a package using fink.
Not sure. If you can get it to build the old version, dpkg will install
it. Possibly with a force option.
>
> 2/ Is it possible de reinstall a package using apt-get ?
>
Hi,
1/ I'd like to know if it is possible to downgrade a package using fink.
I know how to upgrade but not how to downgrade.
It may be useful when the latest package has problems.
2/ Is it possible de reinstall a package using apt-get ?
I know it's possible with fink reinstall x
but I haven't f