Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Sep. 24 2007,03:31 |
|
The beauty of dsl is that if you break something, you can just reboot and everything will be OK (except on a traditional hd install).
If you use apt-get and the installation fails, the deb package will be somewhere in /var/apt/cache (or something like that) and you can use "dpkg -i force-all" on it. Otherwise, the apt command should be "apt-get -o APT::Get::force-yes install packagename", but I don't remember if this works or not.
|