Find the answer to your Linux question:
Results 1 to 4 of 4
HI, New to ubuntu and linux in general not used it for years, I need to know the difference between installing via the software center and installing via the terminal ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    14

    The Difference Between Ubuntu Software Center Install & Terminal

    HI,

    New to ubuntu and linux in general not used it for years, I need to know the difference between installing via the software center and installing via the terminal sudo apt -get

    Do they both do exactly the same thing except the software center is the GUI method and the terminal is the old school method?

    For instance I wish to install cairo dock and I can do this via the sofware center by simply typing cairo dock and then when it appears click install or typing into a terminal the following;

    sudo add-apt-repository ppa:cairo-dock-team/ppa

    sudo apt-get update

    sudo apt-get install cairo-dock

    would either method do exactly the same thing?

    Please explain this better and I would really appreciate if someone could explain "repositories" and how they work, the ppa's

    thanks in advance.

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by Idris View Post
    Do they both do exactly the same thing except the software center is the GUI method and the terminal is the old school method?

    Please explain this better and I would really appreciate if someone could explain "repositories" and how they work, the ppa's
    Yes, that's pretty much it. Some folks (myself included) prefer to do things using the command line while others prefer to use a GUI tool, at least for certain chores.

    You can find a nice article explaining the Ubuntu repositories here:

    https://help.ubuntu.com/community/Repositories/Ubuntu

    ...more on repositories here:

    Software repository - Wikipedia, the free encyclopedia
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Jul 2006
    Posts
    36
    Doesn't installing via the package manager insure that packages are updated where via CLI they are not?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Installer of Software Center and Synaptic Package managers are just front-ends of apt-get. Both are user friendly interfaces. Whatever you install through apt-get will be updated by Updater too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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