LinuxMCE Forums

General => Installation issues => Topic started by: huh on August 11, 2009, 06:44:37 am

Title: apt-get update vs aptitude update
Post by: huh on August 11, 2009, 06:44:37 am
Hello,

I was trying to try out the new plasmoid to activate the orbiter but was unable to locate it.  I had just run apt-get update and apt-get dist-upgrade to get the latest alpha.  Making sure it was installed, I did a apt-get install lmce-activate-orbiter-plasmoid and it told me that it would require xx space and asked if it was OK.  After doing this I was able to locate the lmce plasmoid (which works great BTW) in the options.

I got more curious and decided to run an aptitude update and aptitude dist-upgrade and found that some things were not installed using apt-get.

This is a raw 810 latest alpha build- I have not modified any files including the sources.list to change to reflect the sources no longer being at archive.ubuntu.

The wiki page clearly says use apt-get- anyone else experience the plasmoid (or anything else) not being installed but it was using aptitude?
Title: Re: apt-get update vs aptitude update
Post by: merkur2k on August 11, 2009, 07:33:22 am
supposedly aptitude does a better dependancy search or something, at least according to the ubuntu people. Ive had enough issues with it in the past that i dont bother with it, but i suppose it doesnt really matter either way.
Title: Re: apt-get update vs aptitude update
Post by: coley on August 11, 2009, 03:17:27 pm
I ran into this issue too - running apt-get update and apt-get dist-upgrade yesterday.
I didn't run any aptitude commands as I hadn't realised they were that different.

-Coley.
Title: Re: apt-get update vs aptitude update
Post by: pigdog on August 11, 2009, 06:34:16 pm
Hi,

The difference...

apt-get upgrade
This command installs the latest versions of any out-of-date packages on your system.  It never installs a package that is not yet installed.

apt-get dist-upgrade
This command installs up-to-date version of packages, and may install additional packages.

For example...

to go from alpha 2.26 to 2.27 can't be accomplished by "update" it can only be done by "dist-upgrade".
Title: Re: apt-get update vs aptitude update
Post by: huh on August 12, 2009, 12:38:16 am
Pigdog-  I appreciate the info, but this I already knew.  what isn't/wasn't clear before merkur posted is why apt-get dist-upgrade would only get some of the packages and aptitude dist-upgrade would get more/others.   Yes, I agree that the correct procedure is apt-get/aptitude update;  apt-get/aptitude dist-upgrade but I didn't know when to use one over the other of if to run both as that they are as quick and easy to run espicially now with niz's contributions to the last alpha.
Title: Re: apt-get update vs aptitude update
Post by: pigdog on August 12, 2009, 04:08:14 am

http://www.psychocats.net/ubuntu/aptitude

http://digg.com/linux_unix/Aptitude_vs_Apt_Get
Title: Re: apt-get update vs aptitude update
Post by: huh on August 16, 2009, 07:14:21 pm
This maybe related to my other post here:  http://forum.linuxmce.org/index.php?topic=8679.15 (http://forum.linuxmce.org/index.php?topic=8679.15) but I reinstalled the latest alpha and did both aptitude (had to install aptitude on the MD) and apt-get updates and both aptitude/apt-get dist-upgrades and the lmce-activate-orbiter-plasmoid did not install on my MD or my core- I had to manually type:  apt-get update lmce-activate-orbiter-plasmoid to get it installed.

On a side note- with these posts http://forum.linuxmce.org/index.php?topic=8070.15 (http://forum.linuxmce.org/index.php?topic=8070.15) do the dev's want these we'll call them anomalies rather than "bugs" posted here on the threads?  I am not a programmer, but am able to dedicate a fair amount of time and hardware to testing and reporting what happens.  If this is not wanted/needed I will quit posting my problems/experiences.
Title: Re: apt-get update vs aptitude update
Post by: colinjones on August 16, 2009, 11:21:08 pm
Once you have positively identified a bug (ideally, when someone else has confirmed your experience, and none of the gurus have explained the behaviour in another way) then log it on the trac system as a bug so that it is recorded and can be addressed at the right time.
Title: Re: apt-get update vs aptitude update
Post by: ccoudsi on August 17, 2009, 01:25:21 am
Colin,
This was my exact point on my other post last week http://forum.linuxmce.org/index.php?topic=8668.msg58520#msg58520 (http://forum.linuxmce.org/index.php?topic=8668.msg58520#msg58520) if you create a special section just for bugs verification, will make it easier for both developpers and testers, obviously better product overall.
Instead of people posting the same problem over and over again, they can look up that section and verify it if they have similar setup, this way will encourage people to post the issues they find in their installation. Which is very critical if you want to have a great product.