Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Debian : dependances pour Mercurial

5 réponses
Avatar
Fabien LE LEZ
Bonjour,

J'ai voulu installer Mercurial sur une Debian Etch.
<http://en.wikipedia.org/wiki/Mercurial_(software)>

J'ai donc tapé :
aptitude install mercurial

Le résultat :

The following NEW packages will be installed:
aspell aspell-en dictionaries-common esound-clients esound-common fam
fontconfig hicolor-icon-theme jackd kdelibs-data kdelibs4c2a kdiff3
libakode2 libart-2.0-2 libarts1-akode libarts1c2a libartsc0
libaspell15 libaudio2 libaudiofile0 libavahi-client3
libavahi-common-data libavahi-common3 libavahi-qt3-1 libesd0 libfam0
libflac7 libglib2.0-0 libglib2.0-data libidn11 libjack0.100.0-0
libjasper-1.701-1 liblcms1 liblua50 liblualib50 libmad0 libmng1
libogg0 liboggflac3 libopenexr2c2a libqt3-mt libsamplerate0
libsndfile1 libspeex1 libvorbis0a libvorbisenc2 libvorbisfile3
libxinerama1 libxslt1.1 menu menu-xdg mercurial perl-suid portmap
python-support tcl8.4 tk8.4
0 packages upgraded, 57 newly installed, 0 to remove and 0 not
upgraded.
Need to get 33.8MB of archives. After unpacking 119MB will be used.

Gnii ? Un "système de gestion de versions" qui a besoin de créer des
fichiers sons (OGG-Vorbis, FLAC...) ? J'ai dû rater quelque chose...

Serait-ce un problème lié à Python ? Même pas : Bazaar, qui fait à peu
près la même chose dans le même langage, a des dépendances bien plus
raisonnables :

aptitude install bazaar
The following NEW packages will be installed:
bazaar gawk libgpgme11 libneon26-gnutls
Need to get 1461kB of archives. After unpacking 4202kB will be used.


Ah ben pourquoi ?

Si quelqu'un peut m'expliquer la logique derrière cette abondance de
dépendances, je l'en remercie par avance.

5 réponses

Avatar
Benoit Izac
Bonjour,

le 30/06/2008 à 17:41, Fabien LE a écrit dans le message
:

J'ai voulu installer Mercurial sur une Debian Etch.
<http://en.wikipedia.org/wiki/Mercurial_(software)>

J'ai donc tapé :
aptitude install mercurial

Le résultat :

The following NEW packages will be installed:
aspell aspell-en dictionaries-common esound-clients esound-common fam
fontconfig hicolor-icon-theme jackd kdelibs-data kdelibs4c2a kdiff3
libakode2 libart-2.0-2 libarts1-akode libarts1c2a libartsc0
libaspell15 libaudio2 libaudiofile0 libavahi-client3
libavahi-common-data libavahi-common3 libavahi-qt3-1 libesd0 libfam0
libflac7 libglib2.0-0 libglib2.0-data libidn11 libjack0.100.0-0
libjasper-1.701-1 liblcms1 liblua50 liblualib50 libmad0 libmng1
libogg0 liboggflac3 libopenexr2c2a libqt3-mt libsamplerate0
libsndfile1 libspeex1 libvorbis0a libvorbisenc2 libvorbisfile3
libxinerama1 libxslt1.1 menu menu-xdg mercurial perl-suid portmap
python-support tcl8.4 tk8.4
0 packages upgraded, 57 newly installed, 0 to remove and 0 not
upgraded.
Need to get 33.8MB of archives. After unpacking 119MB will be used.

Gnii ? Un "système de gestion de versions" qui a besoin de créer des
fichiers sons (OGG-Vorbis, FLAC...) ? J'ai dû rater quelque chose...

Serait-ce un problème lié à Python ? Même pas : Bazaar, qui fait à peu
près la même chose dans le même langage, a des dépendances bien plus
raisonnables :

aptitude install bazaar
The following NEW packages will be installed:
bazaar gawk libgpgme11 libneon26-gnutls
Need to get 1461kB of archives. After unpacking 4202kB will be used.


Ah ben pourquoi ?



Tu n'aurais pas dans ton apt.conf
Install-Recommends "true";
Install-Suggests "true";
?

--
Benoit Izac
Avatar
Fabien LE LEZ
On Mon, 30 Jun 2008 19:50:14 +0200, Benoit Izac :

Tu n'aurais pas dans ton apt.conf
Install-Recommends "true";
Install-Suggests "true";
?



Non.
Avatar
YBM
Fabien LE LEZ a écrit :
Bonjour,

J'ai voulu installer Mercurial sur une Debian Etch.
<http://en.wikipedia.org/wiki/Mercurial_(software)>

J'ai donc tapé :
aptitude install mercurial



utilise apt-get install mercurial ou explique à aptitude
qu'il ne doit pas installer les paquets recommandés.
Avatar
Benoit Izac
Bonjour,

le 30/06/2008 à 21:17, Fabien LE a écrit dans le message
:

Tu n'aurais pas dans ton apt.conf
Install-Recommends "true";
Install-Suggests "true";
?



Non.



(je n'utilise pas aptitude mais apt-get)

Je te conseille la lecture de /usr/share/doc/aptitude/README dont voici
un extrait :
| Option:Apt::Install-Recommends
|
| Default:true

apt-get n'a pas ce comportement par défaut.

Donc, soit tu utilises l'option -R, soit tu modifies /etc/apt/apt.conf
ou ~/.aptitude/config pour qu'il contienne :

Apt::Install-Recommends false;

ou

APT {
Install-Recommends false;
}

--
Benoit Izac
Avatar
jacques.montier
Bonjour à tous,

Je suis sous Gentoo et Xfce est lancé via gdm.
J'ai installé Metisse pour tester.
Tout fonctionne, mais l'affichage des polices des menus de la fenêtre
sont très petites et très moches !
Un petit exemple ici :
http://perso.numericable.fr/jacques.montier/images/Screenshot.jpg
Manifestement ni xfwm4 (de xfce), ni Metisse ne gèrent la taille de ces
polices.
J'ai essayé un DisplaySize dans /etc/X11/xorg.conf ; DisplaySize 420 315
# 96 DPI @ 1600x1200
rien n'a changé.
Comment faire ?

Merci d'avance de votre aide,

--
-- Jacques --