Debian/Ubuntu Linux apt-get vs. aptitude

Welcome to Linux Screw! If you're new here, you may want to subscribe our RSS feed.

Being an Ubuntu/Debian user (yes, I use and advocate both), I have fallen in love with the Advanced Packaging Tool, also known as apt. Before Ubuntu, I played in the world of RPM hell, with distros such as Red Hat itself, Mandrake (as it was called back then), and even SuSE. I would find some piece of software, try to install it, only to find that it would choke, saying that it relied on some certain dependencies. I would install the dependencies, only to find conflicting versions with newer software. Hell indeed. So when I discovered the Debian way of installing software, I wondered why no one had mentioned it to me before. It was heaven. This is the way to software, I thought. Read more…

 
 
» You might also be interested in the following articles:
Get suspend/hibernate working fast in Ubuntu Feisty Fawn (7.04) and Edgy Eft (6.10)
Review of sticky notes applications for GNOME
Funny aptitude trick in Ubuntu and Debian…
Linux pop-up terminal/console utilities
Update Dell laptop BIOS with Ubuntu



» Want to stay up to date? Subscribe to our E-MAIL or RSS feed!


6 Responses to “Debian/Ubuntu Linux apt-get vs. aptitude”


  1. 1 Taurai Mhokore

    Im duplicating same installation on various hdd and would like to create a dump CD which I can just use to create on new hdd.

    How should I do it (create one copy which I can use on new hdd to save time and to standardise my installations)?

    Please help.

    URGENT

  2. 2 artiomix

    Taurai Mhokore, there are several ways to get done this. First way is t use Unix “dump” utility. Here is an example how to use this utility.

    To create dump of whole filesystem (let say root / filesystem) you can use the following command:

    dump -0uan -f - / | ssh artemn@192.168.0.1 “dd of=/root/dumps/dump-l0.bak”

    This will create full dump of root filesystem and will store it to /root/dumps/dump-l0.bak at 192.168.0.1. Make sure your server has access to 192.168.0.1 before you perform this command. After dump is finished and is /root/dumps/dump-l0.bak you can use restore command as it’s described here.

    Good luck!

  1. 1 Get suspend/hibernate working fast in Ubuntu Feisty Fawn (7.04) and Edgy Eft (6.10) | Linux Screw
  2. 2 Review of sticky notes applications for GNOME | Linux Screw
  3. 3 Nokia E61/E62 sync with Gnome Evolution with Kubuntu | Linux Screw
  4. 4 Nokia E-series sync with Evolution via Bluetooth in Ubuntu | Linux Screw

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word




Friendly Sites:Who is behind Linux Screw?
Aspiring Sysadmin | GeekyBits³ | Bash Cures Cancer | TOTMS
Linux Operating System | Small Linux Deployments | My SysAd Blog
The Danesh Project | ZEPY | Linux config Wiki | Planet Sysadmin
The Sys Admin | {buhay sysad} | a non-geek's linux notes
Linux HOWTOs, Tutorials & Projects with Adam Palmer | LinuxAlt.Com
My name is Artem Nosulchik (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››