Find the answer to your Linux question:
Results 1 to 6 of 6
I putting together this old dell laptop, decided to go with debian, and I want to use nothing but apt-get this time...been using synaptics for 3 years now. question is, ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2007
    Posts
    223

    apt-get terminology ?

    I putting together this old dell laptop, decided to go with debian, and I want to use nothing but apt-get this time...been using synaptics for 3 years now. question is, how do you know what to call the apps you're going after ? since terminal is so specific, like i need gsstreamer right now, but is it sudo apt-get gsstreamer ? or is there something else it's called in terminal ? thanks

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695

  3. #3

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Synaptic is a Graphical Interface of apt-get only. If you are familiar with apt-get commands, just install Synaptic.
    Code:
    su -
    apt-get install synaptic
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    5
    Another real good idea, if you're unaware of it, I just found it out not too long ago, is that apt-get tries to complete your package name if you're unsure. So, if you do like sudo apt-get install perl[tab][tab], you'll see the available ones.

    Also, you don't even need to put anything in if you're bored and want some light reading material (well, light for linux). You can go and read up on all 35000 packages! I.e. sudo apt-get install [tab][tab]

  6. #6
    Just Joined! sathiya's Avatar
    Join Date
    Feb 2008
    Location
    Bangalore, India
    Posts
    97

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...