Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: How does Synaptic work? Apt-Get or Aptitude?

  1. #1
    Join Date
    Jun 2008
    Location
    Florida, USA
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    How does Synaptic work? Apt-Get or Aptitude?

    I've been reading about the differences between apt-get install and aptitude install. I'm curious as to which method is used by Synaptic to install and uninstall programs. If I choose to uninstall xubuntu-desktop through Synaptic, which is how I installed it, will everything that came with it be removed as well?

    Thanks,
    Craig

  2. #2
    Join Date
    Dec 2004
    Location
    hacking on my Debian box
    Beans
    1,305

    Re: How does Synaptic work? Apt-Get or Aptitude?

    I don't know what it's based on but if you remove the xubuntu-desktop, only the meta-package itself will be removed.

  3. #3
    Join Date
    Jul 2007
    Location
    The Shire, Canada
    Beans
    Hidden!

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Synaptic runs on apt. Link: http://www.nongnu.org/synaptic/
    Another round of Ubuntu for my friends here!
    Fighting to bring Pink back to The Pink Ponies archive.
    DELETE INSANITY!

  4. #4
    Join Date
    Jun 2008
    Location
    Florida, USA
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Thanks!

    So, will I have to run the commands here to remove all of xubuntu-desktop and its associations?: http://www.psychocats.net/ubuntu/puregnome .

    I just want to be sure that nothing I use in k/ubuntu will be affected. If it's recommended that I use these commands, is it necessary to include the last one:
    Code:
    sudo apt-get install ubuntu-desktop
    since I already have it?

  5. #5
    Join Date
    Jun 2005
    Beans
    6,115

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Synaptic and aptitude are both front ends for apt.
    HOME BUILT SYSTEM! http://brainstorm.ubuntu.com/idea/22804/ Please vote up!
    remember kiddies: sudo rm -rf= BAD!, if someone tells you to do this, please ignore them unless YOU WANT YOUR SYSTEM WIPED

  6. #6
    Join Date
    Dec 2004
    Location
    hacking on my Debian box
    Beans
    1,305

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Quote Originally Posted by CraigPaleo View Post
    Thanks!

    So, will I have to run the commands here to remove all of xubuntu-desktop and its associations?: http://www.psychocats.net/ubuntu/puregnome .

    I just want to be sure that nothing I use in k/ubuntu will be affected. If it's recommended that I use these commands, is it necessary to include the last one:
    Code:
    sudo apt-get install ubuntu-desktop
    since I already have it?
    Yes, however, all the 3 metapackages (ubu,kubu,xubu) overlap, so you will have to not only use that last command but since you also want kubuntu, you'll also have to install kubuntu-desktop. So some packages will first get removed and then reinstalled. It's not going to be a problem unless you have installed manually newer versions of some packages or removed many packages. It's an unofficial guide so there's no guarantees.

  7. #7
    Join Date
    Jun 2008
    Location
    Florida, USA
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Quote Originally Posted by SunnyRabbiera View Post
    Synaptic and aptitude are both front ends for apt.
    This is confusing. Everything I'd read was about differences in the commands, not front ends. I was wondering which back-end Synaptic used. Now you tell me that Aptitude is a front end to apt????

  8. #8
    Join Date
    Jun 2008
    Location
    Florida, USA
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Quote Originally Posted by glotz View Post
    Yes, however, all the 3 metapackages (ubu,kubu,xubu) overlap, so you will have to not only use that last command but since you also want kubuntu, you'll also have to install kubuntu-desktop. So some packages will first get removed and then reinstalled. It's not going to be a problem unless you have installed manually newer versions of some packages or removed many packages. It's an unofficial guide so there's no guarantees.
    Ahhh! Thank you!

  9. #9
    Join Date
    May 2008
    Beans
    Hidden!

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Quote Originally Posted by CraigPaleo View Post
    This is confusing. Everything I'd read was about differences in the commands, not front ends. I was wondering which back-end Synaptic used. Now you tell me that Aptitude is a front end to apt????
    Everything is built on top of dpkg (to the best of my knowledge). dpkg deals with .debs and not much else.

    apt-get adds repositories to the mix, automatically downloaded packages from the Internet, before installing them with dpkg.

    aptitude brings some more to the system. If you run it without arguments it's a complete ncurses package managar. Then you can also use it to do some higher-level operations, like automatically removing unused packages, the 'reinstall' command, etc.

    Synaptic is just a graphical front-end.

  10. #10
    Join Date
    Jun 2008
    Location
    Florida, USA
    Beans
    Hidden!
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How does Synaptic work? Apt-Get or Aptitude?

    Quote Originally Posted by SunnyRabbiera View Post
    Synaptic and aptitude are both front ends for apt.
    It just dawned on me that you might be thinking of Adept, which is used as a front end by Kubuntu.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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