Nostradamus
Technical User
I've installed cups 1.2.xxx by using
export CVSROOT=
server:anoncvs@cvs.easysw.com:/home/anoncvs
cvs login (press ENTER when asked for a password)
cvs -z3 get -rv1_2_devel -d cups-1.2.x cups
cd cups-1.2.x
autoconf
The package I got was a alpha release and I think that's behind my frequent cupsd crashes.
updating to current release using
cvs -z3 update -dP
autoconf
doesn't work. something about our firewall I suppose.
What I want to do is this.
I've downloaded version 1.1.20 without using cvs and I want to install that.
How do I uninstall the sourcepackage 1.2.x?
Can I just install 1.1.20 above and it will replace all binaries?
Thanks in advance.
/Sören
export CVSROOT=
cvs login (press ENTER when asked for a password)
cvs -z3 get -rv1_2_devel -d cups-1.2.x cups
cd cups-1.2.x
autoconf
The package I got was a alpha release and I think that's behind my frequent cupsd crashes.
updating to current release using
cvs -z3 update -dP
autoconf
doesn't work. something about our firewall I suppose.
What I want to do is this.
I've downloaded version 1.1.20 without using cvs and I want to install that.
How do I uninstall the sourcepackage 1.2.x?
Can I just install 1.1.20 above and it will replace all binaries?
Thanks in advance.
/Sören