Re: remove .deb package and install previose version

1998-08-27 Thread Martin Bialasinski
a> Does somebody know how can I remove .deb package and install a> previouse version of the package? Fetch the package from the ftp server and do a dpkg -i package.deb a> I've removed the package using dselect, and removed lines a> in apt configuration file (/etc/apt/sources.list/) that a> poi

Re: remove .deb package and install previose version

1998-08-27 Thread surak
For these type questions, dpkg -h is probably the most useful thing you can do. To remove a package, just run dpkg --remove package_name. If you want to replace it with an older package, dpkg --force-dowgrade package_filename will do the trick. If it doesn't work just remove the package as describe