#1 Le 28/11/2019, à 22:43
- Domi68
Cura [Résolu]
Bonjour, je n'arrive pas à installer Cura.
J'ai essayé de décomprésser les AppImage de Ultimaker_Cura-4.4.0 et d'autres versions , cela n'a pas fonctionné.
Puis j'ai fait avec le terminal pour installer le ppa de thopiekar mais il me dit qu'il ne trouve pas le paquet cura.
Or j'ai déja installé curaByDagoma qui est je suppose une version bridée de Cura.
Voici ce que j'ai dans le Terminal
henry@henry-LIFEBOOK-T731:~$ sudo add-apt-repository ppa:thopiekar/cura
[sudo] Mot de passe de henry :
This PPA is related to this website:
* https://thopiekar.eu/cura/ppa/
Feedback/Questions/Used packaging files:
* https://github.com/thopiekar/Cura-packaging
Instructions:
* https://thopiekar.eu/cura/ppa/installation/
Plus d’info : https://launchpad.net/~thopiekar/+archive/ubuntu/cura
Appuyez sur [ENTRÉE] pour continuer ou Ctrl-C pour annuler l’ajout
gpg: le porte-clefs « /tmp/tmp7hmbckvy/secring.gpg » a été créé
gpg: le porte-clefs « /tmp/tmp7hmbckvy/pubring.gpg » a été créé
gpg: demande de la clef 9FFECCF3 sur le serveur hkp keyserver.ubuntu.com
gpg: /tmp/tmp7hmbckvy/trustdb.gpg : base de confiance créée
gpg: clef 9FFECCF3 : clef publique « Launchpad PPA for Thomas Pietrowski » importée
gpg: Quantité totale traitée : 1
gpg: importées : 1 (RSA: 1)
OK
henry@henry-LIFEBOOK-T731:~$ sudo apt-get update
Atteint:1 http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial InRelease
Lecture des listes de paquets... Fait
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list:2 and /etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list:3
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list:2 and /etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list:3
henry@henry-LIFEBOOK-T731:~$ sudo apt-get install cura
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 cura
henry@henry-LIFEBOOK-T731:~$
J'ai aussi installé les dépendances suivantes ( j'ai trouvé cela sur un wiki debian)
apt-get install python-serial python-wxgtk2.8 python-wxversion python-opengl
Merci.
Dernière modification par Domi68 (Le 30/11/2019, à 15:54)
Hors ligne
#2 Le 28/11/2019, à 22:50
- xubu1957
Re : Cura [Résolu]
Bonjour,
Quelle est la version utilisée d'Ubuntu ?
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list:2 and /etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list:3
Il ressort xenial, la 16.04.
Le PPA n'a pas de paquet pour la 16.04 > launchpad.net/~thopiekar/+archive/ubuntu/cura/+packages
Montre le sources.list :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#3 Le 28/11/2019, à 22:58
- Domi68
Re : Cura [Résolu]
Bonjour,
C'est bien la 16.04.
Voici le sources.list:
henry@henry-LIFEBOOK-T731:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 12.04.5 LTS _Precise Pangolin_ - Release i386 (20140807.1)]/ precise main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8
9 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
10 ## team. Also, please note that software in universe WILL NOT receive any
11 ## review or updates from the Ubuntu security team.
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team, and may not be under a free licence. Please satisfy yourself as to
15 ## your rights to use the software. Also, please note that software in
16 ## multiverse WILL NOT receive any review or updates from the Ubuntu
17 ## security team.
18
19 ## N.B. software from this repository may not have been tested as
20 ## extensively as that contained in the main release, although it includes
21 ## newer versions of some applications which may provide useful features.
22 ## Also, please note that software in backports WILL NOT receive any review
23 ## or updates from the Ubuntu security team.
24
25
26 ## Uncomment the following two lines to add software from Canonical's
27 ## 'partner' repository.
28 ## This software is not part of Ubuntu, but is offered by Canonical and the
29 ## respective vendors as a service to Ubuntu users.
30 # deb http://archive.canonical.com/ubuntu precise partner
31 # deb-src http://archive.canonical.com/ubuntu precise partner
32
/etc/apt/sources.list.d/precise-partner.list
1 # deb http://archive.canonical.com/ubuntu xenial partner #Added by software-center
/etc/apt/sources.list.d/heyarje-libav-11-precise.list
1 # deb http://ppa.launchpad.net/heyarje/libav-11/ubuntu trusty main # désactivé pour la mise à niveau vers trusty
2 # deb-src http://ppa.launchpad.net/heyarje/libav-11/ubuntu trusty main # désactivé pour la mise à niveau vers trusty
/etc/apt/sources.list.d/thopiekar-ubuntu-cura-xenial.list
1 deb http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial main
2 deb-src http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial main
3 deb-src http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial main
4 # deb-src http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial main
/etc/apt/sources.list.d/rvm-smplayer-trusty.list
1 # deb http://ppa.launchpad.net/rvm/smplayer/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
2 # deb-src http://ppa.launchpad.net/rvm/smplayer/ubuntu trusty main
/etc/apt/sources.list.d/google-chrome.list
1 # deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers trusty
henry@henry-LIFEBOOK-T731:~$
Hors ligne
#4 Le 28/11/2019, à 23:09
- Domi68
Re : Cura [Résolu]
En fait, je ne faisais pas les mises à jour car mon ordinateur se met à chauffer assez facilement, et je suppose que plus les versions sont récentes plus elles sont lourdes.
Mais si une version légère de Ubuntu 18 ou 19 règle le problème cela me convient parfaitement.
Hors ligne
#5 Le 28/11/2019, à 23:15
- xubu1957
Re : Cura [Résolu]
Dans la page du PPA, on peut lire :
This PPA currently publishes packages for Eoan, Disco, Cosmic, and Bionic.
Plus de support pour Xenial.
_ _ _
Tu avais vu ce tutoriel pour Appimage > tutorialforlinux.com/2018/08/14/how-to-install-cura-on-ubuntu-16-04-xenial-lts ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#6 Le 28/11/2019, à 23:33
- xubu1957
Re : Cura [Résolu]
Fournis les noyaux présents :
echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr
et :
dpkg -l | grep -v ^ii
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#7 Le 29/11/2019, à 00:07
- Domi68
Re : Cura [Résolu]
Je vais aller voir sur le tutoriel pour AppImage.
Sinon voici les noyaux présents:
henry@henry-LIFEBOOK-T731:~$ echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr
ii linux-image-extra-3.13.0-139-generic 3.13.0-139.188 i386
ii linux-image-3.13.0-139-generic 3.13.0-139.188 i386
ii linux-generic 4.4.0.119.125 i386
ii linux-headers-generic 4.4.0.119.125 i386
ii linux-image-generic 4.4.0.119.125 i386
ii linux-headers-4.4.0-119 4.4.0-119.143 all
ii linux-image-extra-4.4.0-119-generic 4.4.0-119.143 i386
ii linux-headers-4.4.0-119-generic 4.4.0-119.143 i386
ii linux-image-4.4.0-119-generic 4.4.0-119.143 i386
4.4.0-119-generic i686
henry@henry-LIFEBOOK-T731:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-============================================-============================================-============-================================================================================
rc account-plugin-identica 0.11+14.04.20140409.1-0ubuntu2 all GNOME Control Center account plugin for single signon - identica
rc account-plugin-twitter 0.12+16.04.20160126-0ubuntu1 all GNOME Control Center account plugin for single signon - twitter
rc adobe-flashplugin 1:20170411.1-0ubuntu0.12.04.1 i386 Adobe Flash Player plugin
rc appmenu-gtk:i386 0.3.92-0ubuntu1.1 i386 Export GTK menus over DBus
rc appmenu-gtk3:i386 0.3.92-0ubuntu1.1 i386 Export GTK menus over DBus
rc avidemux 1:2.5.4-0ubuntu14 i386 a free video editor - GTK version
rc checkbox 0.17.6-0ubuntu6 all System testing application (transitional package)
rc dbus-property-service 0.9 all allow users to access properties in an android container
rc dleyna-server 0.4.0-1 i386 DBus service to interact with DLNA Digital Media Servers
rc fonts-droid 1:4.3-3ubuntu1.2 all handheld device font with extensive style and language support
rc foomatic-filters 4.0.16-0ubuntu0.4 i386 OpenPrinting printer support - filters
rc gnome-control-center 1:3.6.3-0ubuntu56.1 i386 utilities to configure the GNOME desktop
rc gnome-control-center-data 1:3.18.2-1ubuntu6 all configuration applets for GNOME - data files
rc gnome-media 3.4.0-1ubuntu2 i386 GNOME media utilities
rc gs-cjk-resource 1.20100103-3 all Resource files for gs-cjk, ghostscript CJK-TrueType extension
rc gstreamer0.10-plugins-good:i386 0.10.31-3+nmu1ubuntu5.3 i386 GStreamer plugins from the "good" set
rc guile-1.8-libs 1.8.8+1-8ubuntu3 i386 Core Guile libraries
rc gwibber 3.4.2-0ubuntu2.4 i386 Open source social networking client for GNOME
rc im-switch 1.20ubuntu5.2 all Input method switch framework
rc indicator-network 0.7.1+16.04.20160406.1-0ubuntu1 i386 Systems settings menu service - Network indicator
rc jockey-common 0.9.7-0ubuntu7.16 all user interface and desktop integration for driver management
rc jockey-gtk 0.9.7-0ubuntu7.16 all GNOME user interface and desktop integration for driver management
rc k3b 2.0.2-7ubuntu1 i386 Sophisticated CD/DVD burning application
rc k3b-data 2.0.2-7ubuntu1 all Sophisticated CD/DVD burning application - data files
rc language-pack-kde-en-base 1:12.04+20140106 all KDE translations for language English
rc language-pack-kde-fr-base 1:12.04+20140106 all KDE translations for language French
rc libamd2.3.1:i386 1:4.2.1-3ubuntu1 i386 approximate minimum degree ordering library for sparse matrices
rc libappindicator1 12.10.1+13.10.20130920-0ubuntu4.1 i386 Application Indicators
rc libapt-inst1.4:i386 0.8.16~exp12ubuntu10.27 i386 deb package format runtime library
rc libapt-inst1.5:i386 1.0.1ubuntu2.17 i386 deb package format runtime library
rc libapt-pkg4.12:i386 1.0.1ubuntu2.17 i386 package management runtime library
rc libarchive12:i386 3.0.3-6ubuntu1.4 i386 Multi-format archive and compression library (shared library)
rc libass4:i386 0.10.1-3ubuntu1 i386 library for SSA/ASS subtitles rendering
rc libatkmm-1.6-1:i386 2.22.7-2ubuntu1 i386 C++ wrappers for ATK accessibility toolkit (shared libraries)
rc libattica0.3 0.3.0-0ubuntu2 i386 a Qt library that implements the Open Collaboration Services API
rc libavcodec53:i386 4:0.8.17-0ubuntu0.12.04.2 i386 Libav codec library
rc libavcodec54:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav codec library
rc libavdevice53:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav device handling library
rc libavfilter2:i386 4:0.8.17-0ubuntu0.12.04.2 i386 Libav video filtering library
rc libavfilter3:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav video filtering library
rc libavformat53:i386 4:0.8.17-0ubuntu0.12.04.2 i386 Libav file format library
rc libavformat54:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav file format library
rc libavidemux0 1:2.5.4-0ubuntu14 i386 a free video editor - shared libraries
rc libavresample1:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav audo resampling library
rc libavutil51:i386 4:0.8.17-0ubuntu0.12.04.2 i386 Libav utility library
rc libavutil52:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav utility library
rc libbabl-0.0-0 0.0.22-1.1 i386 Dynamic, any to any, pixel format conversion library
rc libbaloocore4 4:4.14.3-0ubuntu5 i386 Core funcationality for Baloo
rc libbaloofiles4 4:4.14.3-0ubuntu5 i386 Files funcationality for Baloo
rc libbalooxapian4 4:4.14.3-0ubuntu5 i386 Xapian funcationality for Baloo
rc libbamf0:i386 0.2.126-0ubuntu1 i386 Window matching library - shared library
rc libbamf3-0:i386 0.2.126-0ubuntu1 i386 Window matching library - shared library
rc libbasicusageenvironment0 2014.01.13-1 i386 multimedia RTSP streaming library (BasicUsageEnvironment class)
rc libbind9-80 1:9.8.1.dfsg.P1-4ubuntu0.22 i386 BIND9 Shared Library used by BIND
rc libbind9-90 1:9.9.5.dfsg-3ubuntu0.17 i386 BIND9 Shared Library used by BIND
rc libbonobo2-0:i386 2.32.1-0ubuntu5 i386 Bonobo CORBA interfaces library
rc libbonobo2-common 2.32.1-0ubuntu5 all Bonobo CORBA interfaces library -- support files
rc libboost-date-time1.54.0:i386 1.54.0-4ubuntu3.1 i386 set of date-time libraries based on generic programming concepts
rc libboost-program-options1.54.0:i386 1.54.0-4ubuntu3.1 i386 program options library for C++
rc libboost-regex1.54.0:i386 1.54.0-4ubuntu3.1 i386 regular expression library for C++
rc libboost-serialization1.46.1 1.46.1-7ubuntu3 i386 serialization library for C++
rc libboost-signals1.54.0:i386 1.54.0-4ubuntu3.1 i386 managed signals and slots library for C++
rc libboost-system1.54.0:i386 1.54.0-4ubuntu3.1 i386 Operating system (e.g. diagnostics support) library
rc libbrlapi0.5 4.3-1ubuntu5 i386 braille display access via BRLTTY - shared library
rc libcairomm-1.0-1:i386 1.10.0-1ubuntu3 i386 C++ wrappers for Cairo (shared libraries)
rc libcamd2.3.1:i386 1:4.2.1-3ubuntu1 i386 symmetric approximate minimum degree library for sparse matrices
rc libcamel-1.2-29 3.2.3-0ubuntu7.2 i386 Evolution MIME message handling library
rc libcamel-1.2-45 3.10.4-0ubuntu1.5 i386 Evolution MIME message handling library
rc libccolamd2.8.0:i386 1:4.2.1-3ubuntu1 i386 constrained column approximate library for sparse matrices
rc libcdr-0.0-0 0.0.15-1ubuntu1 i386 library for reading and converting Corel DRAW files
rc libcdt4 2.26.3-10ubuntu1.2 i386 rich set of graph drawing tools - cdt library
rc libcelt0-0 0.7.1-1 i386 The CELT codec runtime library
rc libcgraph5 2.26.3-10ubuntu1.2 i386 rich set of graph drawing tools - cgraph library
rc libcheese-gtk23:i386 3.10.2-0ubuntu2 i386 tool to take pictures and videos from your webcam - widgets
rc libcheese7:i386 3.10.2-0ubuntu2 i386 tool to take pictures and videos from your webcam - base library
rc libcholmod2.1.2:i386 1:4.2.1-3ubuntu1 i386 sparse Cholesky factorization library for sparse matrices
rc libclucene-contribs1:i386 2.3.3.4-4build1 i386 language specific text analyzers (runtime)
rc libclucene-core1:i386 2.3.3.4-4build1 i386 core library for full-featured text search engine (runtime)
rc libclucene0ldbl 0.9.21b-2 i386 library for full-featured text search engine (runtime)
rc libcmis-0.2-0 0.1.0-1 i386 CMIS protocol client library
rc libcmis-0.4-4 0.4.1-3ubuntu4 i386 CMIS protocol client library
rc libcogl-pango0:i386 1.10.0-0ubuntu2 i386 Object oriented GL/GLES Abstraction/Utility Layer
rc libcogl-pango15:i386 1.16.2-1 i386 Object oriented GL/GLES Abstraction/Utility Layer
rc libcogl15:i386 1.16.2-1 i386 Object oriented GL/GLES Abstraction/Utility Layer
rc libcogl9:i386 1.10.0-0ubuntu2 i386 Object oriented GL/GLES Abstraction/Utility Layer
rc libcoin80 3.1.4~abc9f50-4ubuntu2 i386 high-level 3D graphics kit implementing the Open Inventor API
rc libcolamd2.8.0:i386 1:4.2.1-3ubuntu1 i386 column approximate minimum degree ordering library for sparse matrices
rc libcolord1:i386 1.0.6-1 i386 system service to manage device colour profiles -- runtime
rc libcolorhug1:i386 1.0.6-1 i386 library to access the ColorHug colourimeter -- runtime
rc libcolumbus1:i386 1.1.0+14.04.20140325.3-0ubuntu1 i386 error tolerant matching engine - shared library
rc libcupsdriver1:i386 1.5.3-0ubuntu8.7 i386 Common UNIX Printing System(tm) - Driver library
rc libcurl3-nss:i386 7.35.0-1ubuntu2.13 i386 easy-to-use client-side URL transfer library (NSS flavour)
rc libdb5.1:i386 5.1.29-7ubuntu1 i386 Berkeley v5.1 Database Libraries [runtime]
rc libdbus-cpp5:i386 5.0.0+15.10.20151022.1-0ubuntu1 i386 header-only dbus-binding leveraging C++-11
rc libdconf-dbus-1-0:i386 0.20.0-1 i386 simple configuration storage system - D-Bus library
rc libdconf-qt0 0.0.0.110722-0ubuntu4 i386 dconf Qt bindings (library)
rc libdconf0:i386 0.12.0-0ubuntu1.1 i386 simple configuration storage system - runtime library
rc libdee-qt5-3:i386 3.3+14.04.20140317-0ubuntu1 i386 Qt5 binding for Dee - shared library
rc libdirac-encoder0:i386 1.0.2-6ubuntu1 i386 open and royalty free high quality video codec - encoder library
rc libdiscid0:i386 0.6.1-2 i386 library for creating MusicBrainz DiscIDs
rc libdleyna-core-1.0-3:i386 0.4.0-1 i386 Utility functions for higher level dLeyna components
rc libdns100 1:9.9.5.dfsg-3ubuntu0.17 i386 DNS Shared Library used by BIND
rc libdns81 1:9.8.1.dfsg.P1-4ubuntu0.22 i386 DNS Shared Library used by BIND
rc libdotconf1.0 1.0.13-3 i386 Configuration file parser library - runtime files
rc libdrm-nouveau1a:i386 2.4.52-1~precise2 i386 Userspace interface to nouveau-specific kernel DRM services -- runtime
rc libdvbpsi7 0.2.2-1 i386 library for MPEG TS and DVB PSI tables decoding and generating
rc libdvbpsi8:i386 1.0.0-3 i386 library for MPEG TS and DVB PSI tables decoding and generating
rc libebackend-1.2-1 3.2.3-0ubuntu7.2 i386 Utility library for evolution data servers
rc libebackend-1.2-7 3.10.4-0ubuntu1.5 i386 Utility library for evolution data servers
rc libebml3:i386 1.2.2-2+deb7u1build0.12.04.1 i386 access library for the EBML format (shared library)
rc libebml4:i386 1.3.0-2+deb8u1build0.14.04.1 i386 access library for the EBML format (shared library)
rc libebook-1.2-12 3.2.3-0ubuntu7.2 i386 Client library for evolution address books
rc libebook-1.2-14 3.10.4-0ubuntu1.5 i386 Client library for evolution address books
rc libebook-contacts-1.2-0 3.10.4-0ubuntu1.5 i386 Client library for evolution contacts books
rc libecal-1.2-10 3.2.3-0ubuntu7.2 i386 Client library for evolution calendars
rc libecal-1.2-16 3.10.4-0ubuntu1.5 i386 Client library for evolution calendars
rc libedata-book-1.2-11 3.2.3-0ubuntu7.2 i386 Backend library for evolution address books
rc libedata-book-1.2-20 3.10.4-0ubuntu1.5 i386 Backend library for evolution address books
rc libedata-cal-1.2-13 3.2.3-0ubuntu7.2 i386 Backend library for evolution calendars
rc libedata-cal-1.2-23 3.10.4-0ubuntu1.5 i386 Backend library for evolution calendars
rc libedataserver-1.2-15 3.2.3-0ubuntu7.2 i386 Utility library for evolution data servers
rc libedataserver-1.2-18 3.10.4-0ubuntu1.5 i386 Utility library for evolution data servers
rc libedataserverui-3.0-1 3.2.3-0ubuntu7.2 i386 GUI utility library for evolution data servers
rc libelfg0:i386 0.8.13-5 i386 an ELF object file access library
rc libept1.4.12:i386 1.0.12 i386 High-level library for managing Debian package information
rc libepub0 0.2.2-4build1 i386 library to work with the EPUB file format - runtime library
rc libevince3-3 3.4.0-0ubuntu1.8 i386 Document (PostScript, PDF) rendering library
rc libexiv2-11 0.22-2 i386 EXIF/IPTC metadata manipulation library
rc libexiv2-12 0.23-1ubuntu2 i386 EXIF/IPTC metadata manipulation library
rc libexttextcat0 3.2.0-1ubuntu1 i386 Language detection library
rc libfarstream-0.1-0:i386 0.1.2-1ubuntu3 i386 Audio/Video communications framework: core library
rc libfarstream-0.2-2:i386 0.2.3-1ubuntu2 i386 Audio/Video communications framework: core library
rc libfftw3-long3:i386 3.3.3-7ubuntu3 i386 Library for computing Fast Fourier Transforms - Long precision
rc libflac++6:i386 1.3.0-2ubuntu0.14.04.1 i386 Free Lossless Audio Codec - C++ runtime library
rc libfreerdp1:i386 1.0.2-2ubuntu1.1 i386 RDP client for Windows Terminal Services (library)
rc libfriends0:i386 0.1.2+14.04.20131108.1-0ubuntu1 i386 Provides an API for accessing social networks
rc libgcrypt11:i386 1.5.3-2ubuntu4.5 i386 LGPL Crypto library - runtime library
rc libgd2-xpm:i386 2.0.36~rc1~dfsg-6ubuntu2.4 i386 GD Graphics Library version 2
rc libgdata13 0.14.1-1 i386 Library for accessing GData webservices - shared libraries
rc libgdu-gtk0:i386 3.0.2-2ubuntu7 i386 GTK+ standard dialog library for libgdu
rc libgdu0:i386 3.0.2-2ubuntu7 i386 GObject based Disk Utility Library
rc libgee2:i386 0.6.8-1ubuntu1 i386 GObject based collection library
rc libgegl-0.0-0 0.0.22-2ubuntu3 i386 Generic Graphics Library
rc libgegl-0.2-0:i386 0.2.0-4ubuntu1 i386 Generic Graphics Library
rc libges-1.0-0 1.2.0-2 i386 GStreamer editing services (shared library)
rc libgexiv2-1 0.4.1-1build1 i386 GObject-based wrapper around the Exiv2 library
rc libgif4:i386 4.1.6-11 i386 library for GIF images (library)
rc libgl1-mesa-dri-lts-trusty:i386 3:6 i386 Transitional package for libgl1-mesa-dri
rc libglamor0:i386 0.6.0-0ubuntu4 i386 shared graphics acceleration library based on OpenGL
rc libglew1.10:i386 1.10.0-3 i386 OpenGL Extension Wrangler - runtime environment
rc libglew1.6:i386 1.6.0-4 i386 OpenGL Extension Wrangler - runtime environment
rc libglewmx1.10:i386 1.10.0-3 i386 OpenGL Extension Wrangler (Multiple Rendering Contexts)
rc libglewmx1.6:i386 1.6.0-4 i386 OpenGL Extension Wrangler - runtime environment
rc libglibmm-2.4-1c2a:i386 2.39.93-0ubuntu1 i386 C++ wrapper for the GLib toolkit (shared libraries)
rc libgnome-bluetooth11 3.8.2.1-0ubuntu4.2 i386 GNOME Bluetooth tools - support library
rc libgnome-bluetooth8 3.2.2-0ubuntu5.1 i386 GNOME Bluetooth tools - support library
rc libgnome-control-center1 1:3.6.3-0ubuntu56.1 i386 utilities to configure the GNOME desktop
rc libgnome-desktop-3-2 3.4.2-0ubuntu0.2 i386 Utility library for loading .desktop files - runtime files
rc libgnome-desktop-3-7 3.8.4-0ubuntu3.2 i386 Utility library for loading .desktop files - runtime files
rc libgnome-media-profiles-3.0-0 3.0.0-1ubuntu2 i386 GNOME Media Profiles library
rc libgnome-menu2 3.0.1-0ubuntu9 i386 GNOME implementation of the freedesktop menu specification
rc libgnome2-0:i386 2.32.1-4ubuntu1 i386 The GNOME library - runtime files
rc libgnome2-common 2.32.1-4ubuntu1 all The GNOME library - common files
rc libgnomekbd7 3.4.0.2-1ubuntu0.1 i386 GNOME library to manage keyboard configuration - shared library
rc libgnutls26:i386 2.12.23-12ubuntu2.8 i386 GNU TLS library - runtime library
rc libgnutls28:i386 3.2.11-2ubuntu1.1 i386 GNU TLS library - main runtime library
rc libgoa-1.0-0:i386 3.4.0-0ubuntu1.1 i386 library for GNOME Online Accounts
rc libgphoto2-2:i386 2.4.13-1ubuntu1.2 i386 gphoto2 digital camera library
rc libgphoto2-port0:i386 2.4.13-1ubuntu1.2 i386 gphoto2 digital camera port library
rc libgphoto2-port10:i386 2.5.3.1-1ubuntu2.2 i386 gphoto2 digital camera port library
rc libgrail5 3.0.6-0ubuntu0.12.04.01 i386 Gesture Recognition And Instantiation Library
rc libgraph4 2.26.3-10ubuntu1.2 i386 rich set of graph drawing tools - graph library
rc libgrip0 0.3.9+15.10.20150729-0ubuntu1 i386 multitouch gestures for GTK+ apps
rc libgroupsock1 2014.01.13-1 i386 multimedia RTSP streaming library (network interfaces and sockets)
rc libgsl0ldbl 1.16+dfsg-1ubuntu1 i386 GNU Scientific Library (GSL) -- library package
rc libgstreamer-plugins-bad0.10-0:i386 0.10.23-7.2ubuntu1.3 i386 GStreamer shared libraries from the "bad" set
rc libgtkmm-2.4-1c2a:i386 1:2.24.4-1ubuntu1 i386 C++ wrappers for GTK+ (shared libraries)
rc libgtkmm-3.0-1:i386 3.10.1-0ubuntu2 i386 C++ wrappers for GTK+ (shared libraries)
rc libgtksourceview-3.0-0:i386 3.4.2-0ubuntu1 i386 shared libraries for the GTK+ syntax highlighting widget
rc libgtkspell-3-0 3.0.0~hg20110814-1 i386 spell-checking addon for GTK's TextView widget
rc libgtop2-7 2.28.5-2 i386 gtop system monitoring library (shared)
rc libgupnp-igd-1.0-4:i386 0.2.4-1 i386 library to handle UPnP IGD port mapping
rc libgvc5 2.26.3-10ubuntu1.2 i386 rich set of graph drawing tools - gvc library
rc libgvpr1 2.26.3-10ubuntu1.2 i386 rich set of graph drawing tools - gvpr library
rc libgweather-3-0 3.4.1-0ubuntu1 i386 GWeather shared library
rc libgwibber-gtk2 3.4.2-0ubuntu2.4 i386 Gwibber GTK Widgets
rc libgwibber2 3.4.2-0ubuntu2.4 i386 Gwibber - shared library
rc libhogweed2:i386 2.7.1-1ubuntu0.2 i386 low level cryptographic library (public-key cryptos)
rc libibus-1.0-0:i386 1.4.1-3ubuntu1 i386 Intelligent Input Bus - shared library
rc libical0 0.48-1ubuntu3 i386 iCalendar library implementation in C (runtime)
rc libical1 1.0-0ubuntu1 i386 iCalendar library implementation in C (runtime)
rc libicu48 4.8.1.1-3ubuntu0.7 i386 International Components for Unicode
rc libicu52:i386 52.1-3ubuntu0.7 i386 International Components for Unicode
rc libidl0:i386 0.8.14-0.2ubuntu4 i386 library for parsing CORBA IDL files
rc libilmbase6:i386 1.0.1-6ubuntu1 i386 several utility libraries from ILM used by OpenEXR
rc libimobiledevice2 1.1.1-4 i386 Library for communicating with the iPhone and iPod Touch
rc libimobiledevice4:i386 1.1.5+git20140313.bafe6a9e-0ubuntu1.1 i386 Library for communicating with the iPhone and iPod Touch
rc libindicate-gtk3 12.10.1-0ubuntu3 i386 library for raising indicators via DBus - GTK+ bindings
rc libindicate5 12.10.1-0ubuntu3 i386 library for raising indicators via DBus
rc libindicator-messages-status-provider1 0.6.0-0ubuntu2 i386 indicator status provider - shared library
rc libindicator7 12.10.2+14.04.20141007.1-0ubuntu1 i386 panel indicator applet - shared library
rc libisc83 1:9.8.1.dfsg.P1-4ubuntu0.22 i386 ISC Shared Library used by BIND
rc libisc95 1:9.9.5.dfsg-3ubuntu0.17 i386 ISC Shared Library used by BIND
rc libisccc80 1:9.8.1.dfsg.P1-4ubuntu0.22 i386 Command Channel Library used by BIND
rc libisccc90 1:9.9.5.dfsg-3ubuntu0.17 i386 Command Channel Library used by BIND
rc libisccfg82 1:9.8.1.dfsg.P1-4ubuntu0.22 i386 Config File Handling Library used by BIND
rc libisccfg90 1:9.9.5.dfsg-3ubuntu0.17 i386 Config File Handling Library used by BIND
rc libisl10:i386 0.12.2-1 i386 manipulating sets and relations of integer points bounded by linear constraints
rc libk3b6 2.0.2-7ubuntu1 i386 KDE CD/DVD burning application library - runtime files
rc libkactivities-models1 4:4.13.3-0ubuntu0.2 i386 Activities models library
rc libkcddb4 4:4.13.3-0ubuntu0.1 i386 CDDB library for KDE Platform (runtime)
rc libkcompactdisc4 4:4.13.2-0ubuntu0.1 i386 CD drive library for KDE Platform (runtime)
rc libkpathsea5 2009-11ubuntu2 i386 TeX Live: path search library for TeX (runtime part)
rc libkubuntu0 14.04ubuntu4 i386 library for Kubuntu platform integration
rc liblaunchpad-integration-3.0-1 0.1.56.1 i386 library for launchpad integration
rc liblcms1:i386 1.19.dfsg-1.2ubuntu5 i386 Little CMS color management library
rc liblinear1 1.8+dfsg-1ubuntu1 i386 Library for Large Linear Classification
rc liblivemedia23 2014.01.13-1 i386 multimedia RTSP streaming library
rc libllvm3.4:i386 1:3.4-1ubuntu3 i386 Modular compiler and toolchain technologies, runtime library
rc liblouis2:i386 2.5.3-2ubuntu1.2 i386 Braille translation library - shared libs
rc liblua5.1-0:i386 5.1.5-5ubuntu0.1 i386 Shared library for the Lua interpreter version 5.1
rc liblwres80 1:9.8.1.dfsg.P1-4ubuntu0.22 i386 Lightweight Resolver Library used by BIND
rc liblwres90 1:9.9.5.dfsg-3ubuntu0.17 i386 Lightweight Resolver Library used by BIND
rc libmagick++4 8:6.6.9.7-5ubuntu3.9 i386 object-oriented C++ interface to ImageMagick
rc libmagick++5:i386 8:6.7.7.10-6ubuntu3.9 i386 object-oriented C++ interface to ImageMagick
rc libmagickcore4 8:6.6.9.7-5ubuntu3.9 i386 low-level image manipulation library
rc libmagickcore5:i386 8:6.7.7.10-6ubuntu3.9 i386 low-level image manipulation library
rc libmagickwand4 8:6.6.9.7-5ubuntu3.9 i386 image manipulation library
rc libmagickwand5:i386 8:6.7.7.10-6ubuntu3.9 i386 image manipulation library
rc libmatroska5 1.3.0-1 i386 extensible open standard audio/video container format (shared library)
rc libmatroska6:i386 1.4.1-2+deb8u1build0.14.04.1 i386 extensible open standard audio/video container format (shared library)
rc libmbim-glib0:i386 1.6.0-2ubuntu0.1 i386 Support library to use the MBIM protocol
rc libmetacity-private0 1:2.34.1-1ubuntu11 i386 library for the Metacity window manager
rc libmetacity-private0a 1:2.34.13-0ubuntu4.1 i386 library for the Metacity window manager
rc libminiupnpc8 1.6-3ubuntu2.14.04.3 i386 UPnP IGD client lightweight library
rc libmjpegtools-1.9 1:1.9.0-0.5ubuntu7 i386 MJPEG video capture/editting/playback MPEG encoding
rc libmlt4 0.7.6+git20120204-2 i386 multimedia framework (runtime)
rc libmng1:i386 1.0.10-3 i386 Multiple-image Network Graphics library
rc libmpc2:i386 0.9-4 i386 multiple precision complex floating-point library
rc libmspub-0.0-0 0.0.6-1ubuntu2 i386 library for parsing the mspub file structure
rc libmuparser2:i386 2.2.3-3 i386 fast mathematical expressions parser library (runtime)
rc libmusicbrainz3-6 3.0.2-2.1 i386 library to access the MusicBrainz.org database
rc libmusicbrainz5-0:i386 5.0.1-2 i386 Library to access the MusicBrainz.org database
rc libnepomuk4 4:4.13.3-0ubuntu0.5 i386 Nepomuk Meta Data Library
rc libnepomukcleaner4 4:4.13.3-0ubuntu0.2 i386 Nepomuk Index Cleaner library
rc libnepomukcore4abi1 4:4.13.3-0ubuntu0.2 i386 Nepomuk Meta Data Library
rc libnepomukdatamanagement4 4:4.8.5-0ubuntu0.3 i386 Basic Nepomuk data manipulation interface
rc libnepomukquery4a 4:4.13.3-0ubuntu0.5 i386 Nepomuk Query Library for the KDE Platform
rc libnepomuksync4 4:4.8.5-0ubuntu0.3 i386 Nepomuk sync interface for the Backup and Sync service
rc libnepomukutils4 4:4.13.3-0ubuntu0.5 i386 Nepomuk Utility Library
rc libnettle4:i386 2.7.1-1ubuntu0.2 i386 low level cryptographic library (symmetric and one-way cryptos)
rc libnice10:i386 0.1.13-0ubuntu2 i386 ICE library (shared library)
rc libnux-2.0-0 2.14.1-0ubuntu1 i386 Visual rendering toolkit for real-time applications - shared lib
rc liboce-foundation8:i386 0.15-4 i386 OpenCASCADE Community Edition CAE platform shared library
rc liboce-modeling8:i386 0.15-4 i386 OpenCASCADE Community Edition CAE platform shared library
rc liboce-ocaf-lite8:i386 0.15-4 i386 OpenCASCADE Community Edition CAE platform shared library
rc liboce-ocaf8:i386 0.15-4 i386 OpenCASCADE Community Edition CAE platform shared library
rc liboce-visualization8:i386 0.15-4 i386 OpenCASCADE Community Edition CAE platform shared library
rc liboil0.3:i386 0.3.17-2ubuntu4 i386 Library of Optimized Inner Loops
rc libopencv-calib3d2.3 2.3.1-7 i386 computer vision Camera Calibration library
rc libopencv-calib3d2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Camera Calibration library
rc libopencv-contrib2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision contrib library
rc libopencv-core2.3 2.3.1-7 i386 computer vision core library
rc libopencv-core2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision core library
rc libopencv-features2d2.3 2.3.1-7 i386 computer vision Feature Detection and Descriptor Extraction library
rc libopencv-features2d2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Feature Detection and Descriptor Extraction library
rc libopencv-flann2.3 2.3.1-7 i386 computer vision Clustering and Search in Multi-Dimensional spaces library
rc libopencv-flann2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Clustering and Search in Multi-Dimensional spaces library
rc libopencv-highgui2.3 2.3.1-7 i386 computer vision High-level GUI and Media I/O library
rc libopencv-highgui2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision High-level GUI and Media I/O library
rc libopencv-imgproc2.3 2.3.1-7 i386 computer vision Image Processing library
rc libopencv-imgproc2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Image Processing library
rc libopencv-legacy2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision legacy library
rc libopencv-ml2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Machine Learning library
rc libopencv-objdetect2.3 2.3.1-7 i386 computer vision Object Detection library
rc libopencv-objdetect2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Object Detection library
rc libopencv-video2.4:i386 2.4.8+dfsg1-2ubuntu1 i386 computer vision Video analysis library
rc libopenexr6:i386 1.6.1-7ubuntu1 i386 runtime files for the OpenEXR image library
rc libopenjpeg2:i386 1.3+dfsg-4.7ubuntu1 i386 JPEG 2000 image compression/decompression library
rc libopenobex1 1.5-2.1 i386 OBEX protocol library
rc libopenspc0 0.3.99a-2 i386 library for playing SPC files
rc libopenvg1-mesa:i386 10.1.3-0ubuntu0.6 i386 free implementation of the OpenVG API -- runtime
rc liborbit-2-0:i386 1:2.14.19-0.3 i386 high-performance CORBA implementation - common libraries
rc liborbit2:i386 1:2.14.19-0.3 i386 high-performance CORBA implementation - extra libraries
rc liborcus-0.6-0 0.5.1-7 i386 library for processing spreadsheet documents
rc liboverlay-scrollbar-0.2-0 0.2.16-0ubuntu1.1 i386 Scrollbar overlayed widget - shared lib
rc liboverlay-scrollbar3-0.2-0 0.2.16-0ubuntu1.1 i386 Scrollbar overlayed widget - shared lib
rc libpackagekit-glib2-14 0.7.2-4ubuntu3 i386 Library for accessing PackageKit using GLib
rc libpangomm-1.4-1:i386 2.34.0-1ubuntu1 i386 C++ Wrapper for pango (shared libraries)
rc libparted0debian1:i386 2.3-19ubuntu1.14.04.1 i386 disk partition manipulator - shared library
rc libplist1:i386 1.10-1ubuntu0.1 i386 Library for handling Apple binary and XML property lists
rc libplymouth2:i386 0.8.8-0ubuntu17.1 i386 graphical boot animation and logger - shared libraries
rc libpocketsphinx1 0.8.0+real-0ubuntu6 i386 lightweight speech recognition - library
rc libpod-latex-perl 0.61-2 all module to convert Pod data to formatted LaTeX
rc libpoppler19:i386 0.18.4-1ubuntu3.2 i386 PDF rendering library
rc libpoppler44:i386 0.24.5-2ubuntu4.9 i386 PDF rendering library
rc libpostproc52 6:0.git20120821-4 i386 FFmpeg derived postprocessing library
rc libprocps3:i386 1:3.3.9-1ubuntu2.2 i386 library for accessing process information from /proc
rc libprotobuf7 2.4.1-1ubuntu2 i386 protocol buffers C++ library
rc libprotobuf8:i386 2.5.0-9ubuntu1 i386 protocol buffers C++ library
rc libprotoc7 2.4.1-1ubuntu2 i386 protocol buffers compiler library
rc libprotoc8:i386 2.5.0-9ubuntu1 i386 protocol buffers compiler library
rc libproxy1:i386 0.4.11-0ubuntu4 i386 automatic proxy configuration management library (shared)
rc libpth20:i386 2.0.7-19ubuntu1 i386 GNU Portable Threads
rc libpurple0 1:2.10.9-0ubuntu3.4 i386 multi-protocol instant messaging library
rc libpython3.4:i386 3.4.3-1ubuntu1~14.04.6 i386 Shared Python runtime library (version 3.4)
rc libpython3.4-minimal:i386 3.4.3-1ubuntu1~14.04.6 i386 Minimal subset of the Python language (version 3.4)
rc libpyzy-1.0-0 1.0.1-4 i386 Chinese PinYin and Bopomofo conversion library
rc libqapt-runtime 1.3.1-0ubuntu2 i386 Runtime components for the QApt library
rc libqapt1 1.3.1-0ubuntu2 i386 QApt library package
rc libqapt2 2.1.70-0ubuntu4.2 i386 QApt library package
rc libqapt2-runtime 2.1.70-0ubuntu4.2 i386 Runtime components for the QApt library
rc libqapt3-runtime 3.0.2-0ubuntu1.2 i386 Runtime components for the QApt library
rc libqhull6:i386 2012.1-4 i386 calculate convex hulls and related structures (shared library)
rc libqjson0:i386 0.8.1-3 i386 Qt-based library that maps JSON data to QVariant objects
rc libqmi-glib0:i386 1.4.0-1 i386 Support library to use the Qualcomm MSM Interface (QMI) protocol
rc libqpdf13:i386 5.1.1-1 i386 runtime library for PDF transformation/inspection software
rc libqtbamf1 0.2.4-0ubuntu2 i386 Qt binding and QML plugin for bamf - shared library
rc libqtdee2 0.2.4-0ubuntu1 i386 Qt binding and QML plugin for Dee - shared library
rc libqtgconf1 0.1-0ubuntu5 i386 Qt binding and QML plugin for GConf - shared library
rc libraw5 0.14.4-0ubuntu2.2 i386 raw image decoder library
rc libraw9:i386 0.15.4-1ubuntu0.1 i386 raw image decoder library
rc librhythmbox-core5 2.96-0ubuntu4.3 i386 support library for the rhythmbox music player
rc librhythmbox-core8 3.0.2-0ubuntu2 i386 support library for the rhythmbox music player
rc librtmp0:i386 2.4+20121230.gitdf6c518-1ubuntu0.1 i386 toolkit for RTMP streams (shared library)
rc libseed-gtk3-0 3.8.1-1 i386 GObject JavaScript bindings for the webkit engine - Runtime
rc libsidplay1 1.36.59-5ubuntu1 i386 SID (MOS 6581) emulation library
rc libsidplay2 2.1.1-14 i386 SID (MOS 6581) emulation library
rc libsigc++-2.0-0c2a:i386 2.2.10-0.2ubuntu2 i386 type-safe Signal Framework for C++ - runtime
rc libslp1 1.2.1-9ubuntu0.2 i386 OpenSLP libraries
rc libsnmp15 5.4.3~dfsg-2.4ubuntu1.3 i386 SNMP (Simple Network Management Protocol) library
rc libsoundtouch0:i386 1.7.1-5 i386 Sound stretching library
rc libsox1b 14.3.2-3 i386 SoX library of audio effects and processing
rc libsphinxbase1 0.8-0ubuntu10 i386 Sphinx base libraries
rc libstlport4.6ldbl 4.6.2-7 i386 STLport C++ class library
rc libstreamanalyzer0 0.7.8-1ubuntu2 i386 streamanalyzer library for Strigi Desktop Search
rc libstreams0 0.7.8-1ubuntu2 i386 streams library for Strigi Desktop Search
rc libswscale2:i386 6:9.20-0ubuntu0.14.04.1 i386 Libav video scaling library
rc libsyncdaemon-1.0-1 3.0.2-0ubuntu2.2 i386 Ubuntu One synchronization daemon library
rc libsysfs2:i386 2.1.0+repack-3ubuntu1 i386 interface library to sysfs
rc libsystemd-daemon0:i386 204-5ubuntu20.25 i386 systemd utility library
rc libsystemd-journal0:i386 204-5ubuntu20.25 i386 systemd journal utility library
rc libsystemd-login0:i386 204-5ubuntu20.25 i386 systemd login utility library
rc libt1-5 5.1.2-3.6ubuntu1 i386 Type 1 font rasterizer library - runtime
rc libtag1-vanilla:i386 1.9.1-2 i386 audio meta-data library - vanilla flavour
rc libtar0 1.2.20-4 i386 C library for manipulating tar archives
rc libtasn1-3:i386 2.10-1ubuntu1.5 i386 Manage ASN.1 structures (runtime)
rc libtelepathy-farstream2:i386 0.4.0-3ubuntu2 i386 Glue library between telepathy and farstream - 0.4 series
rc libtelepathy-farstream3:i386 0.6.1-0ubuntu1 i386 Glue library between telepathy and farstream
rc libtelepathy-logger2:i386 0.4.0-0ubuntu1 i386 Telepathy logger service - utility library
rc libthumbnailer0:i386 1.1+14.04.20150205-0ubuntu1 i386 generate thumbnails from files
rc libtiff4:i386 3.9.5-2ubuntu1.9 i386 Tag Image File Format (TIFF) library
rc libtotem-plparser17 3.4.1-1 i386 Totem Playlist Parser library - runtime files
rc libts-0.0-0:i386 1.0-12 i386 touch screen library
rc libu1db-qt5-3:i386 0.1.5+14.04.20140313-0ubuntu2 i386 Qt5 binding for U1DB - shared library
rc libudev0:i386 175-0ubuntu9.10 i386 udev library
rc libumfpack5.6.2:i386 1:4.2.1-3ubuntu1 i386 sparse LU factorization library
rc libunique-3.0-0 3.0.2-2ubuntu1 i386 Library for writing single instance applications - shared libraries
rc libunity-core-5.0-5 5.20.0-0ubuntu3 i386 Core library for the Unity interface.
rc libunityvoice1:i386 0.1+14.04.20140304-0ubuntu1 i386 client library for Unity voice service
rc libupnp3 1:1.6.6-5.1ubuntu0.12.04.1 i386 Portable SDK for UPnP Devices, version 1.6 (shared libraries)
rc libupower-glib1:i386 0.9.23-2ubuntu1 i386 abstraction for power management - shared library
rc libusageenvironment1 2014.01.13-1 i386 multimedia RTSP streaming library (UsageEnvironment classes)
rc libusbmuxd1 1.0.7-2ubuntu0.1 i386 USB multiplexor daemon for iPhone and iPod Touch devices - library
rc libusbmuxd2 1.0.8-2ubuntu1 i386 USB multiplexor daemon for iPhone and iPod Touch devices - library
rc libvirtodbc0 6.1.6+repack-0ubuntu5 i386 high-performance database - ODBC libraries
rc libvisio-0.0-0 0.0.31-1ubuntu2 i386 library for parsing the visio file structure
rc libvlccore5 2.0.8-0ubuntu0.12.04.1 i386 base library for VLC and its modules
rc libvlccore7 2.1.6-0ubuntu14.04.4 i386 base library for VLC and its modules
rc libvncserver0:i386 0.9.9+dfsg-1ubuntu1.2 i386 API to write one's own vnc server
rc libvpx1:i386 1.3.0-2 i386 VP8 video codec (shared library)
rc libvte-2.90-9 1:0.34.9-1ubuntu2 i386 Terminal emulator widget for GTK+ 3.0 - runtime files
rc libvte-2.90-common 1:0.34.9-1ubuntu2 all Terminal emulator widget for GTK+ 3.0 - common files
rc libwayland-ltst-client0:i386 1.4.0-1ubuntu1~precise2 i386 wayland compositor infrastructure - client library
rc libwayland-ltst-server0:i386 1.4.0-1ubuntu1~precise2 i386 wayland compositor infrastructure - server library
rc libwpd-0.9-9 0.9.9-1 i386 Library for handling WordPerfect documents (shared library)
rc libwpg-0.2-2 0.2.2-1ubuntu1 i386 WordPerfect graphics import/convert library (shared library)
rc libwps-0.2-2 0.2.9-2ubuntu1 i386 Works text file format import filter library (shared library)
rc libx264-120:i386 2:0.120.2151+gita3f4407-2 i386 x264 video coding library
rc libx264-142:i386 2:0.142.2389+git956c8d8-2 i386 x264 video coding library
rc libxapian22 1.2.16-2ubuntu1 i386 Search engine library
rc libxcb-util0:i386 0.3.8-2ubuntu1 i386 utility libraries for X C Binding -- atom, aux and event
rc libxp6:i386 1:1.0.2-1ubuntu1 i386 X Printing Extension (Xprint) client library
rc libxrandr-ltst2:i386 2:1.4.2-1~precise1 i386 X11 RandR extension library
rc libxtables10 1.4.21-1ubuntu1 i386 netfilter xtables library
rc libyajl1 1.0.12-2 i386 Yet Another JSON Library
rc libzip2 0.10.1-1.2 i386 library for reading, creating, and modifying zip archives (runtime)
rc libzip4:i386 1.0.1-0ubuntu1 i386 library for reading, creating, and modifying zip archives (runtime)
rc libzipios++0c2a 0.1.5.9+cvs.2007.04.28-5.1 i386 a small C++ library for reading zip files (library)
rc linux-image-3.13.0-117-generic 3.13.0-117.164 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
rc linux-image-3.13.0-32-generic 3.13.0-32.57 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP
rc linux-image-3.2.0-126-generic-pae 3.2.0-126.169 i386 Linux kernel image for version 3.2.0 on 32 bit x86 SMP
rc mcp-account-manager-uoa 3.8.6-0ubuntu9.2 i386 GNOME multi-protocol chat and call client (UOA plugin)
rc nepomuk-core-data 4:4.13.3-0ubuntu0.2 all Nepomuk Semantik Desktop core libraries -- shared data files
rc network-manager-openvpn 1.1.93-1ubuntu1.1 i386 network management framework (OpenVPN plugin core)
rc obex-data-server 0.4.6-0ubuntu4 i386 D-Bus service for OBEX client and server side functionality
rc odbcinst 2.3.1-4.1 i386 Helper program for accessing odbc ini files
rc ofono 1.17.bzr6912+16.04.20160314.3-0ubuntu1 i386 Mobile telephony stack (daemon)
rc openvpn 2.3.10-1ubuntu2.1 i386 virtual private network daemon
rc overlay-scrollbar-gtk3:i386 0.2.16+r359+14.04.20131129-0ubuntu1 i386 GTK 3 module for overlay scrollbars
rc perl-modules 5.18.2-2ubuntu1.3 all Core Perl modules
rc pidgin-data 1:2.10.12-0ubuntu5.2 all multi-protocol instant messaging client - data files
rc python-apport 2.14.1-0ubuntu3.27 all Python library for Apport crash report handling
rc python-aptdaemon.pkcompat 0.43+bzr805-0ubuntu10 all PackageKit compatibilty for AptDaemon
rc python-cupshelpers 1.4.3+20140219-0ubuntu2.6 all Python modules for printer configuration with CUPS
rc python-support 1.0.15 all automated rebuilding support for Python modules
rc python-ubuntuone-client 3.0.2-0ubuntu2.2 all Ubuntu One client Python libraries
rc python-ubuntuone-storageprotocol 3.0.2-0ubuntu1 all Python library for Ubuntu One file storage and sharing service
rc python3.4 3.4.3-1ubuntu1~14.04.6 i386 Interactive high-level object-oriented language (version 3.4)
rc python3.4-minimal 3.4.3-1ubuntu1~14.04.6 i386 Minimal subset of the Python language (version 3.4)
rc realmd 0.16.2-2 i386 DBus service for configuring kerberos and other online identities
rc system-image-common 3.1+16.04.20160407-0ubuntu1 all Ubuntu system image updater
rc system-image-dbus 3.1+16.04.20160407-0ubuntu1 all Ubuntu system image updater command line client
rc systemd-services 204-5ubuntu20.25 i386 systemd runtime services
rc telepathy-indicator 0.3.1+14.10.20140908-0ubuntu1 i386 Desktop service to integrate Telepathy with the messaging menu.
rc telepathy-mission-control-5 1:5.16.3-1ubuntu6 i386 management daemon for Telepathy real-time communication framework
rc tsconf 1.0-12 all touch screen library common files
rc ttf-indic-fonts-core 1:0.5.14ubuntu1 all Core collection of free fonts for languages of India
rc ttf-punjabi-fonts 1:0.5.14ubuntu1 all Free TrueType fonts for the Punjabi language
rc ubuntuone-client 3.0.2-0ubuntu2.2 all Ubuntu One client
rc udisks 1.0.5-1 i386 storage media interface
rc unity-common 5.20.0-0ubuntu3 all Common files for the Unity interface.
rc unity-lens-friends 0.1.3+14.04.20140317-0ubuntu1 i386 Friends scope for unity
rc urfkill 0.6.0~20150318.103828.5539c0d.1-0ubuntu4 i386 wireless killswitch management daemon for laptops
rc webaccounts-extension-common 0.5-0ubuntu2.14.04.1 i386 Ubuntu Online Accounts browser extension - common files
rc xfonts-mathml 6ubuntu1 all Type1 Symbol font for MathML
rc xfs 1:1.0.8-7 i386 X font server
rc xserver-xorg-video-vmware-lts-trusty 3:6 i386 Transitional package for xserver-xorg-video-vmware
henry@henry-LIFEBOOK-T731:~$
Hors ligne
#8 Le 29/11/2019, à 00:13
- xubu1957
Re : Cura [Résolu]
Le noyau actuel pour une 16.04 est le 4.4.0.169 > linux-headers-generic
_ _ _
Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers,
exécuter :dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#9 Le 29/11/2019, à 00:38
- Domi68
Re : Cura [Résolu]
Merci, les suppressions sont faites.
J'ai fait une première tentative avec le tutoriel mais il n'a pas trouvé Cura à la fin. Je recommence avec une autre version.
Hors ligne
#10 Le 29/11/2019, à 00:56
- Domi68
Re : Cura [Résolu]
La deuxième tentative ne fonctionne pas non plus. Il ne trouve pas le fichier dans Téléchargements. En fait si j'ai bien compris ce tutoriel, chmod donne les droits pour executer ce fichier comme un programme or je l'avais déja fait graphiquement: clique droit puis permissions puis cocher autoriser l'execuion du fichier commeun programme.
Hors ligne
#11 Le 29/11/2019, à 01:12
- Domi68
Re : Cura [Résolu]
Par contre, j'ai téléchargé les versions un peu au hasard, Ultimaker_Cura-4.4.0, 4.3.0, 3.1.0 et 2.7.0.
Hors ligne
#12 Le 29/11/2019, à 10:17
- DRbuntu91
Re : Cura [Résolu]
Bonjour Domi68
Je suis un peu surpris par tes difficultés. Je suis dans le même cas que toi (Ubuntu1604) et je n'ai aucune difficulté pour installer Cura version AppImage
J'avais déjà 2 anciennes versions (qui se lancent normalement) puis ce matin juste pour voir je viens d'installer la dernière version de Cura (4.4.0).
Après avoir autorisé l’exécution (moi je fais ça en mode graphique donc Nautilus) ça se lance sans souci:
Drb@CLEVO:~/MesApplications/Cura$ ls -l *.AppImage
-rwxrwxr-x 1 Drb Drb 146735104 mars 9 2019 Cura-4.0.0-BETA-2.AppImage
-rwxrwxr-x 1 Drb Drb 142540800 janv. 11 2019 Ultimaker_Cura-3.6.0.AppImage
-rwxrwxr-x 1 Drb Drb 139808744 nov. 29 09:06 Ultimaker_Cura-4.4.0.AppImage
PS: Je n'utilise que très rarement Cura (j'ai une imprimante Prusa - donc j'utilise plutôt leur logiciel)
PS: Perso pour une question d’organisation j'installe mes applications dans un répertoire dédié (~/MesApplications/Cura) mais a mon avis ça ne change rien
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#13 Le 29/11/2019, à 10:35
- DRbuntu91
Re : Cura [Résolu]
@Domi68
Que ce passe-t-il quand tu lances l'AppImage dans un Terminal comme ceci?
Drb@CLEVO:~/MesApplications/Cura$ ./Ultimaker_Cura-4.4.0.AppImage
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number
qml: TableViewSelection: index out of range
qml: TableViewSelection: index out of range
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#14 Le 29/11/2019, à 15:33
- Domi68
Re : Cura [Résolu]
Bonjour,
Il ne se passe rien quand je lance l'AppImage en ligne de commande. Par contre quand je double clic sur l’icône d'une des AppImage cela me donne un fichier avec des caractères bizarres (le fichier à pour nom F@@@8@ (codage non valide)).
henry@henry-LIFEBOOK-T731:~$ cd ~/Bureau
henry@henry-LIFEBOOK-T731:~/Bureau$ cd Cura-3.1.0
henry@henry-LIFEBOOK-T731:~/Bureau/Cura-3.1.0$ .Ultimaker_Cura-3.1.0.AppImage
.Ultimaker_Cura-3.1.0.AppImage : commande introuvable
henry@henry-LIFEBOOK-T731:~/Bureau/Cura-3.1.0$ cd ~/Bureau
henry@henry-LIFEBOOK-T731:~/Bureau$ .Ultimaker_Cura-4.3.0.AppImage
.Ultimaker_Cura-4.3.0.AppImage : commande introuvable
henry@henry-LIFEBOOK-T731:~/Bureau$ .Ultimaker_Cura-4.4.0.AppImage
.Ultimaker_Cura-4.4.0.AppImage : commande introuvable
henry@henry-LIFEBOOK-T731:~/Bureau$
Hors ligne
#15 Le 29/11/2019, à 17:20
- DRbuntu91
Re : Cura [Résolu]
Bonjour
Il manque ./ devant le nom du fichier
Moi par exemple j'ai fait ./Ultimaker_Cura-4.4.0.AppImage
Puis avant de lancer fait un ls -l pour etre sur du nom de fichier a lancer
PS; Je ne suis pas assez expert pour explique pourquoi il faut ./
Dernière modification par DRbuntu91 (Le 29/11/2019, à 17:22)
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#16 Le 29/11/2019, à 17:34
- Domi68
Re : Cura [Résolu]
Merci DRbuntu91,
Voila ce que donne la console avec le bon nom.
henry@henry-LIFEBOOK-T731:~$ cd ~/Bureau
henry@henry-LIFEBOOK-T731:~/Bureau$ ./Ultimaker_Cura-4.4.0.AppImage
bash: ./Ultimaker_Cura-4.4.0.AppImage : impossible d’exécuter le fichier binaire : Erreur de format pour exec()
Dernière modification par Domi68 (Le 29/11/2019, à 17:41)
Hors ligne
#17 Le 29/11/2019, à 17:55
- DRbuntu91
Re : Cura [Résolu]
La je sèche - il faudra l'aide d'autres intervenants (pour moi c'est un pb. d'environnement mais je ne suis pas assez compétent.
Tu es sur que tu utilise un ordi 64 bits et un version Ubuntu 64 bits?
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#18 Le 29/11/2019, à 18:12
- Domi68
Re : Cura [Résolu]
En fait j'ai un doute je crois que mon ordi est un 64 bits mais que ma version est en 32 bits (il me semble que quand je l'ai installée j'avais un doute (que j'ai toujours!!!) aussi j'ai pris la version qui m'a semblée la plus sûre.
Hors ligne
#19 Le 29/11/2019, à 19:10
- DRbuntu91
Re : Cura [Résolu]
Dans un Terminal donne le retour de uname -a
Chez moi j'ai ceci:
uname -a
Linux CLEVO 4.4.0-169-generic #198-Ubuntu SMP Tue Nov 12 10:38:00 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#20 Le 29/11/2019, à 19:15
- Domi68
Re : Cura [Résolu]
Voila le retour de uname -a:
[henry@henry-LIFEBOOK-T731:~$ uname -a
Linux henry-LIFEBOOK-T731 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:22 UTC 2018 i686 i686 i686 GNU/Linux
henry@henry-LIFEBOOK-T731:~$
Hors ligne
#21 Le 29/11/2019, à 20:03
- DRbuntu91
Re : Cura [Résolu]
Il faudrait d'autres avis mais a mon avis i686 indique une version 32 bits!
Ton ordi est 64 bits?
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#22 Le 29/11/2019, à 20:07
- DRbuntu91
Re : Cura [Résolu]
Donne le retour le la commande lshw -C cpu
Chez moi:
Drb@CLEVO:~$ lshw -C cpu
ATTENTION: ce programme devrait être lancé en tant que super-utilisateur.
*-cpu
produit: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz
fabriquant: Intel Corp.
identifiant matériel: 1
information bus: cpu@0
taille: 2500MHz
capacité: 3100MHz
bits: 64 bits
.........
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#23 Le 29/11/2019, à 22:02
- Domi68
Re : Cura [Résolu]
Je pensais que c'était un i686 mais ici c'est écrit i7-2640M donc je devrais peut-être installer un Ubuntu en 64 bits?
Voici le retour de la commande lshw -C cpu
henry@henry-LIFEBOOK-T731:~$ lshw -C cpu
ATTENTION: ce programme devrait être lancé en tant que super-utilisateur.
*-cpu
produit: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
fabriquant: Intel Corp.
identifiant matériel: 1
information bus: cpu@0
version: 6.10.7
numéro de série: 0002-06A7-0000-0000-0000-0000
taille: 2382MHz
capacité: 3500MHz
bits: 64 bits
fonctionnalités: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp x86-64 constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb rsb_ctxsw retpoline tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts cpufreq
configuration: id=1
*-logicalcpu:0
description: CPU Logique
identifiant matériel: 1.1
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:1
description: CPU Logique
identifiant matériel: 1.2
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:2
description: CPU Logique
identifiant matériel: 1.3
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:3
description: CPU Logique
identifiant matériel: 1.4
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:4
description: CPU Logique
identifiant matériel: 1.5
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:5
description: CPU Logique
identifiant matériel: 1.6
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:6
description: CPU Logique
identifiant matériel: 1.7
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:7
description: CPU Logique
identifiant matériel: 1.8
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:8
description: CPU Logique
identifiant matériel: 1.9
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:9
description: CPU Logique
identifiant matériel: 1.a
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:10
description: CPU Logique
identifiant matériel: 1.b
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:11
description: CPU Logique
identifiant matériel: 1.c
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:12
description: CPU Logique
identifiant matériel: 1.d
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:13
description: CPU Logique
identifiant matériel: 1.e
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:14
description: CPU Logique
identifiant matériel: 1.f
bits: 64 bits
fonctionnalités: logical
*-logicalcpu:15
description: CPU Logique
identifiant matériel: 1.10
bits: 64 bits
fonctionnalités: logical
ATTENTION: les informations sont potentiellement incomplètes ou erronées, vous devriez lancer ce programme en tant que super-utilisateur.
henry@henry-LIFEBOOK-T731:~$
Dernière modification par Domi68 (Le 29/11/2019, à 23:27)
Hors ligne
#24 Le 29/11/2019, à 23:55
- DRbuntu91
Re : Cura [Résolu]
Effectivement tu as une machine 64 bits
Je n'ai pas assez d'expertise mais a mon avis le plus facile est de "ré-installer" une version 64 bits en effaçant celle de 32 bits (bien sûr après avoir sauvegarder tes données)
Portable CLEVO W55SU1, Intel i5-4200M, RAM=8Go, DD=500Go mSATA, BIOS 4.6.5 AMI, Ubuntu 16.04 LTS a jour
Puis pour bidouiller un vieux portable Dell Precision M4600 avec W10 + DEBIAN-Buster
Utilisateur Ubuntu depuis Janvier 2017
Hors ligne
#25 Le 30/11/2019, à 15:51
- Domi68
Re : Cura [Résolu]
Merci DRbuntu91, c'est ce que je vais faire.
Hors ligne