Install sl-modem-dkms
Installing sl-modem-dkms package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install sl-modem-dkms
sl-modem-dkms package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | sl-modem-dkms |
version | 2.9.11~20110321-12 |
description | SmartLink software modem driver – module building source |
subsection | kernel |
website | linmodems.technion.ac.il / packages / smartlink / |
maintainer | أحمد المحمودي (Ahmed El-Mahmoudy) |
Uninstall sl-modem-dkms
To remove just sl-modem-dkms package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove sl-modem-dkms
Uninstall sl-modem-dkms and it’s dependent packages
To remove the sl-modem-dkms package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove sl-modem-dkms
Purging sl-modem-dkms
If you also want to delete configuration and/or data files of sl-modem-dkms from Debian Sid then this will work:
sudo apt-get purge sl-modem-dkms
To delete configuration and/or data files of sl-modem-dkms and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove sl-modem-dkms