Results 11 to 11 of 11
Hmm, I guess you can't install a virtual package through dpkg. You should be able to get this through your package manager. I'm guessing you don't have the right repositories ...
- 04-17-2009 #11
Hmm, I guess you can't install a virtual package through dpkg. You should be able to get this through your package manager. I'm guessing you don't have the right repositories enabled, which is why apt wasn't able to find the package. Or you need to refresh your repos.
Search for the package name to see what it's called exactly.Code:sudo apt-get update
If it's not found, post your sources.list. You can open it up as so.Code:sudo apt-cache search linux-restricted-modules
Code:gedit /etc/apt/sources.list


Reply With Quote
