Installing ndisgtk
#1
Hello,

I am having trouble trying to install ndisgtk https://help.ubuntu.com/community/WifiDo...diswrapper from a usb stick. I have tried
Code:
sudo apt-get install /dev/sdg/ndisgtk_0.6-0ubuntu1_all.deb
but to no avail.

I am very new to Linux so I'm just about getting through this stuff but I am getting stuck in places.

Basically I want to eventually be able to install a driver for a Belkin G+ Wireless desktop card, not the easiest of things by the sound of it but I'm sure I'll get there.

Anyone who could help?

Thanks in advance

Harley
Reply
#2
The command "apt-get install" is more appropriate for packages that are in repositories. If you wish to do it from a repository, "sudo apt-get install ndisgtk" would be the proper way to do that.

If you want to install a .deb file, use "sudo dpkg -i (filename)".
Reply
#3
Thanks pashdown,

I've tried your suggestion but I'm getting this message:

"cannot access archive: Not a directory"

Do you have any idea what this could be?

Thanks
Reply
#4
Harley79 Wrote:Thanks pashdown,

I've tried your suggestion but I'm getting this message:

"cannot access archive: Not a directory"

Do you have any idea what this could be?

Thanks

Which command is responding with that error? I gave you two.
Reply
#5
The second one - "sudo dpkg -i (filename)"

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Installing ndisgtk0