IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Administration système Discussion :

Problème lors de l'installation des paquets


Sujet :

Administration système

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Femme Profil pro
    Étudiant
    Inscrit en
    Juin 2014
    Messages
    103
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 34
    Localisation : Dominique Rep.

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Juin 2014
    Messages : 103
    Par défaut Problème lors de l'installation des paquets
    Bonjour à toute la famille du forum,
    Je suis débutant sous Linux (Ubuntu 12.04) et je rencontre quelques petits soucis en ce moment. En fait, je souhaiterait installer certains programmes comme "slocate", "screen" et "at" qui ne sont pas préinstallés dans Linux. J'ai mis ma cache de paquets à jour. Mais lorsque je veux installer l'un de ces programmes évoqués, le message suivant apparait:
    ~$ sudo apt-get install screen
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances
    Lecture des informations d'état... Fait
    E: Impossible de trouver le paquet screen


    Que faire pour les télécharger SVP? Merci d'avance

  2. #2
    Membre émérite
    Avatar de matrix788
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    740
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 740
    Billets dans le blog
    2
    Par défaut
    salut,

    avant de pouvoir installer, il faut que ta base de paquets soit à jour. Tu pouvais vérifier que ton paquet était bien présent via la commande
    Bon, avec le message que tu as, on peut se demander si tes dépôts sont à jour via réseau, ou si tu utilises un emplacement cd.

    Pour commencer, fais un:
    sinon indiques nous ton source list

  3. #3
    Expert confirmé Avatar de Flodelarab
    Homme Profil pro
    Inscrit en
    Septembre 2005
    Messages
    5 297
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Charente (Poitou Charente)

    Informations forums :
    Inscription : Septembre 2005
    Messages : 5 297
    Par défaut
    Bonjour

    Si tu utilises plus apt (apt-get install screen par exemple) que aptitude, la commande est presque la même:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    apt-cache search screen
    Si tu ne trouves pas screen, peut-être voudras-tu essayer tmux ? Autre choix.

  4. #4
    Membre confirmé
    Femme Profil pro
    Étudiant
    Inscrit en
    Juin 2014
    Messages
    103
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 34
    Localisation : Dominique Rep.

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Juin 2014
    Messages : 103
    Par défaut
    J'utilise Ubuntu dans une machine virtuelle. Je sais pas si cela requiert une attention particulière. Mais lorsque je tape la commande
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    sudo apt-cache search screen
    cela me donne un ensemble de résultats suivants et je ne sais pas lequel choisir.

    :~$ sudo apt-cache search screen


    fonts-tlwg-waree - Thai Waree font

    gnome-screenshot - screenshot application for GNOME

    shotwell - digital photo organizer

    libxinerama1 - X11 Xinerama extension library

    gnome-settings-daemon - daemon handling the GNOME session settings

    procps - /proc file system utilities

    ncurses-base - basic terminal type definitions

    fonts-tlwg-loma - Thai Loma font

    libwacom2 - Wacom model feature query library

    ncurses-bin - terminal-related programs and man pages

    libutempter0 - A privileged helper for utmp/wtmp updates (runtime)

    mtr-tiny - Full screen ncurses traceroute tool

    gir1.2-atk-1.0 - ATK accessibility toolkit (GObject introspection)

    totem - Simple media player for the GNOME desktop based on GStreamer
    libglu1-mesa - Mesa OpenGL utility library (GLU)

    libxcomposite1 - X11 Composite extension library

    qt-at-spi - accessibility plugin for Qt

    libncurses5 - shared libraries for terminal handling

    compiz-core - OpenGL window and compositing manager

    libwacom-common - Wacom model feature query library (common files)

    libpam-gnome-keyring - PAM module to unlock the GNOME keyring upon login

    gnome-control-center - utilities to configure the GNOME desktop

    gnome-orca - Scriptable screen reader

    x11-apps - X applications

    xdg-utils - desktop integration utilities from freedesktop.org

    fonts-nanum - Nanum Korean fonts

    libxdamage1 - X11 damaged region extension library

    x11-xserver-utils - X server utilities

    libatk1.0-0 - ATK accessibility toolkit

    libreoffice-presentation-minimizer - LibreOffice extension for size-efficient presentations

    brltty - Access software for a blind person using a braille display

    libncursesw5 - shared libraries for terminal handling (wide character support)

    totem-plugins - Plugins for the Totem media player

    ttf-dejavu-core - Vera font family derivate with additional characters

    libtinfo5 - shared low-level terminfo library for terminal handling

    gnome-screensaver - GNOME screen saver and locker

    inputattach - utility to connect serial-attached peripherals to the input subsystem

    acpi-support - scripts for handling many ACPI events

    libatk1.0-data - Common files for the ATK accessibility toolkit

    time - GNU time program for measuring CPU resource usage

    onboard - Simple On-screen Keyboard

    libwayland0 - wayland compositor infrastructure - shared libraries

    lightdm-remote-session-freerdp - Session and configuration to login with FreeRDP

    less - pager program similar to more

  5. #5
    Membre émérite
    Avatar de matrix788
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    740
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 740
    Billets dans le blog
    2
    Par défaut
    j'ai demandé plus haut si tu pouvais nous afficher ton sources list, histoire de savoir où tu vas chercher tes paquets: net ou local.

    En tout cas, aucun de tes résultats n'est screen.

  6. #6
    Expert confirmé Avatar de Flodelarab
    Homme Profil pro
    Inscrit en
    Septembre 2005
    Messages
    5 297
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Charente (Poitou Charente)

    Informations forums :
    Inscription : Septembre 2005
    Messages : 5 297
    Par défaut
    Je dirais même plus: je suis sous Ubuntu sans VM et j'ai ceci:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    $ apt-cache search screen |grep screen
    gnome-screensaver - Économiseur et verrouillage d'écran pour GNOME
    gnome-screenshot - application de capture d'écran pour GNOME
    libjs-jquery-isonscreen - détecte si un élément est visible dans le volet de visualisation actuel de l'utilisateur
    libxcb-screensaver0 - X C Binding, extension screensaver
    libxcb-screensaver0-dbg - X C Binding, extension screensaver, symboles de débogage
    libxcb-screensaver0-dev - X C Binding, extension screensaver, fichiers de développement
    screen - multiplexeur de terminal avec émulation de terminal VT100/ANSI
    screen-dbg - Symboles de débogage pour GNU Screen
    screen-resolution-extra - Extension pour l'applet GNOME de gestion de la résolution d'écran
    byzanz - small screencast creator
    elscreen - Screen for Emacsen
    fonts-croscore - width-compatible fonts for improved on-screen readability
    gir1.2-input-pad-1.0 - On-screen Input Pad to Send Characters with Mouse - introspection data
    glhack - Fullscreen SDL/OpenGL version of NetHack
    i3 - metapackage (i3 window manager, screen locker, menu, statusbar)
    input-pad - On-screen Input Pad to Send Characters with Mouse
    kscreen - KDE monitor hotplug and screen handling
    libinput-pad-xtest - On-screen Input Pad to Send Characters with Mouse - xtest
    libinput-pad1 - On-screen Input Pad to Send Characters with Mouse - libs
    libopengl-xscreensaver-perl - Perl module for writing OpenGL-based XScreenSaver hacks
    libtk-splashscreen-perl - Toplevel mega widget to display a splashscreen
    maliit-keyboard - reference on-screen keyboard for the Maliit framework
    python3-pudb - full-screen, console-based Python3 debugger
    screenbin - use Amazon EC2 to host a shared screen session
    screenie - Lightweight GNU screen(1) wrapper
    shelr - Utility for plain text screencasting
    tapecalc - a full-screen tape editor that lets the user edit a calculation
    termsaver - simple text-based terminal screensaver
    tin - A full-screen easy to use Usenet newsreader
    ubuntu-keyboard-arabic - Ubuntu on-screen keyboard data files - Arabic
    ubuntu-keyboard-chinese-pinyin - Ubuntu on-screen keyboard data files - Chinese Pinyin
    ubuntu-keyboard-czech - Ubuntu on-screen keyboard data files - Czech
    ubuntu-keyboard-danish - Ubuntu on-screen keyboard data files - Danish
    ubuntu-keyboard-dev - Ubuntu on-screen keyboard - development files
    ubuntu-keyboard-dutch - Ubuntu on-screen keyboard data files - Dutch
    ubuntu-keyboard-english - Ubuntu on-screen keyboard data files - English
    ubuntu-keyboard-finnish - Ubuntu on-screen keyboard data files - Finnish
    ubuntu-keyboard-french - Ubuntu on-screen keyboard data files - French
    ubuntu-keyboard-german - Ubuntu on-screen keyboard data files - German
    ubuntu-keyboard-hebrew - Ubuntu on-screen keyboard data files - Hebrew
    ubuntu-keyboard-hungarian - Ubuntu on-screen keyboard data files - Hungarian
    ubuntu-keyboard-italian - Ubuntu on-screen keyboard data files - Italian
    ubuntu-keyboard-polish - Ubuntu on-screen keyboard data files - Polish
    ubuntu-keyboard-portuguese - Ubuntu on-screen keyboard data files - Portuguese
    ubuntu-keyboard-russian - Ubuntu on-screen keyboard data files - Russian
    ubuntu-keyboard-spanish - Ubuntu on-screen keyboard data files - Spanish
    ubuntu-keyboard-swedish - Ubuntu on-screen keyboard data files - Swedish
    vit - full-screen terminal interface for Taskwarrior
    x11-touchscreen-calibrator - X Window System's Touchscreen Calibrator
    xgalaga++ - classic single screen vertical shooter, inspired by xgalaga
    xinput-calibrator - Generic touchscreen calibration program for X.Org
    xscreensaver-screensaver-dizzy - Graphics demo that makes you dizzy (XScreenSaver hack)
    xscreensaver-screensaver-webcollage - Webcollage hack from XScreenSaver
    dtach - émulation de la fonction attacher/détacher de screen
    gnome-screensaver-flags - Economiseur d'écran pour GNOME avec les drapeaux du monde.
    gromit-mpx - GTK based tool to make annotations on screen with multiple pointers
    gtk-vector-screenshot - Prend des captures d'écran des applications sous forme de fichiers PDF ou SVG
    kcometen4 - OpenGL KDE screensaver with lightning and comets
    kscreen-dbg - KDE monitor hotplug and screen handling, debug info
    kscreensaver - Economiseurs d'écran supplémentaire pour KScreenSaver
    kscreensaver-xsavers - Prise en charge de xscreensaver pour KScreenSaver
    kscreensaver-xsavers-webcollage - webcollage screensaver support for KScreenSaver
    libaosd-dev - atheme.org's on screen display library - dev
    libaosd-text2 - atheme.org's on screen display library - text layout
    libaosd2 - atheme.org's on screen display library - main
    libcaribou-common - Configurable on screen keyboard with scanning mode - common files
    libcaribou-dbg - Configurable on screen keyboard - library (debug symbols)
    libcaribou-dev - Configurable on screen keyboard - library (development)
    libcaribou-gtk-module - Configurable on screen keyboard with scanning mode (GTK+ 2.0 module)
    libcaribou-gtk-module-dbg - Configurable on screen keyboard with scanning mode - module
    libcaribou-gtk3-module - Configurable on screen keyboard with scanning mode (GTK+ 3.0 module)
    libcaribou-gtk3-module-dbg - Configurable on screen keyboard with scanning mode - module
    libinput-pad-dev - On-screen Input Pad to Send Characters with Mouse - dev
    libkscreen-dbg - Bibliothèque de gestion d'écran - informations de débogage
    libkscreen-dev - Bibliothèque de gestion d'écran - fichiers de développement
    libkscreen1 - Bibliothèque de gestion d'écran - bibliothèque partagée
    libkscreensaver5 - Bibliothèque du système KDE Screensaver
    monajat-screenlet - Islamic supplications screenlet
    python-input-pad - On-screen Input Pad to Send Characters with Mouse - python
    screenie-qt - Compositeur de captures d'écran fantaisie
    screenkey - Outil de capture d'écran pour afficher vos saisies au clavier
    screenlets - mini-applications ressemblant à des widgets pour GNOME
    screenlets-doc - Mini-applications de type widget pour GNOME - paquet de documentation
    screenlets-pack-all - mini-applications ressemblant à des widgets pour GNOME
    screenlets-pack-basic - mini-applications ressemblant à des widgets pour GNOME
    screenruler - règle pour mesurer des objets à l'écran avec diverses unités
    screensaver-default-images - Fonds d'écran pour les économiseurs d'écran utilisant du traitement d'images
    screentest - utilitaire pour tester la qualité des écrans
    ssh-askpass-fullscreen - Sous Gnome2, demande à l'utilisateur une phrase mot de passe pour ssh-add
    ubuntustudio-screensaver - Économiseur d'écran Ubuntu Studio
    unicode-screensaver - Économiseur d'écran affichant des caractères Unicode
    vokoscreen - créateur de screencast facile à utiliser
    xfce4-screenshooter - Utilitaire de capture d'écran pour Xfce
    xfce4-screenshooter-plugin - Paquet factice de transition pour xfce4-screenshooter
    xplot - simple on-screen x-y column data plotter
    xscreensaver - Économiseur d'écran automatique pour X
    xscreensaver-data - Fichiers de données partagés entre les différentes interfaces d'écrans de veille
    xscreensaver-data-extra - Fichiers de données partagés entre les différentes interfaces d'écrans de veille
    xscreensaver-gl - «*Piratages*» d'écran GL(Mesa) pour xcreensaver
    xscreensaver-gl-extra - «*Piratages*» d'écran GL(Mesa) pour xcreensaver
    xscreensaver-screensaver-bsod - Écran de veille BSOD pour XScreenSaver
    Regarde la 7ème ligne du résultat.

  7. #7
    Membre confirmé
    Femme Profil pro
    Étudiant
    Inscrit en
    Juin 2014
    Messages
    103
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 34
    Localisation : Dominique Rep.

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Juin 2014
    Messages : 103
    Par défaut
    Bonsoir,
    Voici mon fichier sources.list

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release i386 (20130424)]/ raring main restricted
     
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://cm.archive.ubuntu.com/ubuntu/ raring main restricted
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring main restricted
     
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://cm.archive.ubuntu.com/ubuntu/ raring-updates main restricted
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring-updates main restricted
     
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://cm.archive.ubuntu.com/ubuntu/ raring universe
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring universe
    deb http://cm.archive.ubuntu.com/ubuntu/ raring-updates universe
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring-updates universe
     
     
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://cm.archive.ubuntu.com/ubuntu/ raring multiverse
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring multiverse
    deb http://cm.archive.ubuntu.com/ubuntu/ raring-updates multiverse
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring-updates multiverse
     
     
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://cm.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
    deb-src http://cm.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
     
     
    deb http://security.ubuntu.com/ubuntu raring-security main restricted
    deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
    deb http://security.ubuntu.com/ubuntu raring-security universe
    deb-src http://security.ubuntu.com/ubuntu raring-security universe
    deb http://security.ubuntu.com/ubuntu raring-security multiverse
    deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
     
     
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu raring partner
    # deb-src http://archive.canonical.com/ubuntu raring partner
     
     
    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu raring main
    deb-src http://extras.ubuntu.com/ubuntu raring main

Discussions similaires

  1. [WS 2012] Serveur d'impression : problème lors de l'installation des pilotes sur les clients
    Par nicolasfo dans le forum Windows Serveur
    Réponses: 17
    Dernier message: 08/04/2016, 15h16
  2. Réponses: 1
    Dernier message: 10/07/2007, 07h25
  3. Réponses: 3
    Dernier message: 14/11/2005, 19h24
  4. Problème lors de l'installation d'un composant
    Par bm10 dans le forum Composants VCL
    Réponses: 4
    Dernier message: 28/09/2005, 16h42
  5. [JAXB][XSD] Problème lors de la génération des classes
    Par charlot44 dans le forum Persistance des données
    Réponses: 4
    Dernier message: 22/06/2005, 16h10

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo