به جای aptitude از apt-get استفاده کنین.
نسخه اوبونتو شما چنده؟
نصخه اوبونتو من 11.04
می شه بگین چه جوری استفاده کنم؟
کافیه تو هر دستوری که میخواین اجرا کنین به جای aptitude عبارت apt-get رو تایپ کنین. مثلا:
sudo aptitude install nautilus-image-converter
تبدیل میشه به:
sudo apt-get install nautilus-image-converter
این دفعه می گه
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
xmoto : Depends: libode1 but it is not going to be installed
Depends: libxdg-basedir1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).