Apt-get :: baiscs about apt-get



Darn, i messed up the topic title, it is supposed to be "basics". Sorry. Anyway, here goes:

Hi guys!
Im new to linux and i am starting with DSL. Really cool distro. I've been doing a lot of reading on linux, in this forum and elsewhere but i didn't find the answers i was looking for.
Apt-get is a command, right?
To install applications for my linux, in my case DSL?
If it is, how come it works with DSL if it was made for Debian?

Some other questions, not in relation with apt-get:
Can i get other applications installed for my DSL which arent donwloadable through MyDSL?
If yes, how? (I read some stuff about wine for win32 appz to work under linux).
If yes, how do i know which app can be installed to DSL? (for example: skype is not in MyDSL list of appz however DSL-N already has it.)

Forgive my ignorance, i am a noob.
Please answer the questions here, dont send me to general linux sites with general instructions, because i want to learn how to use DSL.
BTW i got DSL 2.4
Thank you

What's your specs? How are you running dsl?

Synaptic is the gui for apt-get so you can see the stuff.

apt-get update <- Updates a list of packages available

apt-get -s install (package name) <-to test if there's going to be a problem with install.

apt-get install (package name)<- to install

apt-get -f install<- to try and fix a screw up

i'm not going to explain everything your going to evetually have to read and learn for your self->
http://www.debian.org/doc/manuals/apt-howto/
http://www.nongnu.org/synaptic/

Hello,

i use dsl 3.0, and made an install to hard drive.

Now i want to install ndiswrapper (1.14), because >1.14 can't run my wlan-USB Stick (netgear wg111 v2).

I look for apt-get but this Application is not installed. The same with make or gcc.

Is there a new package-Manager?

Thanks for your help!

right click>apps>tools> enable apt
Code Sample
root@box:/home/dsl# apt-cache search ndiswrapper-utils
root@box:/home/dsl# apt-cache show ndiswrapper-utils
W: Unable to locate package ndiswrapper-utils
E: No packages found


I try to update apt-get but this didnt slove this. Something i made wrong... but what?

Next Page...
original here.