Re: [DIGImend-users] Genius EasyPen i405X
Brought to you by:
spb_nick
From: Favux ... <fav...@gm...> - 2012-04-25 14:25:43
|
Hi Jorge, The packages Nick is linking you to are called .deb packages. Those are the ones you are interested in, the ones that end in .deb. The .deb is short for Debian and that is the package format that is native to Debian and Debian derivatives like Ubuntu. All you have to do is double click on them and the Debian package installer will install them. The .deb packages compromise a complete kernel. There are two package sets, one for 64 bit installs (amd64) and the other for 32 bit installs (i386). If you don't know which you have just enter in a terminal the following command: uname -m If the returned output is x86_64 it is amd64. It won't hurt if you down load the wrong packages because the Debian installer won't let you install the wrong one. So you would just waste some time. Good luck! Favux |