Quote:
|
Originally Posted by Johnbb
1 To what directory do I download the driver prior to unpacking/etc
|
It doesn't matter. You can use /tmp or your home directory, for example.
Quote:
|
Originally Posted by Johnbb
2 Do I use dpkg with --unpack and then --configure or do I just use -i ie install in one step?
|
You just run
Code:
dpkg -i package.deb
Quote:
|
Originally Posted by Johnbb
3 To what directory do I install this package?
|
dpkg does everything for you so you don't have to worry about the directory.