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

Linux Discussion :

Comment installer Opera à partir de son tar.gz ?


Sujet :

Linux

  1. #1
    Futur Membre du Club
    Profil pro
    Inscrit en
    Septembre 2009
    Messages
    10
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2009
    Messages : 10
    Points : 8
    Points
    8
    Par défaut Comment installer Opera à partir de son tar.gz ?
    Bonjour, je viens de télécharger opera.tar.gz sur mon bureau, puis je l'ai extrait par le command tar -xvzf opera, et ça me donne un dossier opera. Et voici ce que contient ce dossier :

    Code X : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    root@user-pc:/home/user/Bureau/opera# ls -l 
    total 148 
    drwxr-xr-x 2 user user 4096 2009-08-30 18:22 etc 
    -rwxr-xr-x 1 user user 48336 2009-09-11 12:52 install 
    -rwxr-xr-x 1 user user 48336 2009-08-30 18:22 install.sh 
    -rw-r--r-- 1 user user 13867 2009-08-30 18:22 LICENSE 
    -rw-r--r-- 1 user user 14046 2009-08-30 18:22 Manifest.md5 
    -rwxr-xr-x 1 user user 10228 2009-08-30 18:22 opera 
    drwxr-xr-x 4 user user 4096 2009-08-30 18:18 usr

    Maintenant, je ne sais pas ce qu'il faut faire pour l'installer.

    Savez-vous, comment je dois faire ?

    Merci, cordialement

  2. #2
    Membre régulier
    Inscrit en
    Février 2009
    Messages
    204
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 204
    Points : 123
    Points
    123
    Par défaut
    Pourquoi n'utilises-tu pas ton gestionnaire de paquets ?

  3. #3
    Futur Membre du Club
    Profil pro
    Inscrit en
    Septembre 2009
    Messages
    10
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2009
    Messages : 10
    Points : 8
    Points
    8
    Par défaut
    Parce que je veux apprendre à installer des programmes à partir du code source.
    Et pourquoi ?
    Parce qu'il y a des programmes qui ne sont pas dans le gestionnaire de paquet et qui m'interessent, et qu'ils ne sont installables que à partir du code source.

  4. #4
    Membre régulier
    Inscrit en
    Février 2009
    Messages
    204
    Détails du profil
    Informations forums :
    Inscription : Février 2009
    Messages : 204
    Points : 123
    Points
    123
    Par défaut
    Pour opera, c'est super simple, il suffit d'exécuter le script install.sh...

  5. #5
    Futur Membre du Club
    Profil pro
    Inscrit en
    Septembre 2009
    Messages
    10
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2009
    Messages : 10
    Points : 8
    Points
    8
    Par défaut
    J'ai fait ce que tu m'as dit, voilà ce qui est affiché :

    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
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    root@user-pc:/home/user/Bureau/opera# sh install.sh 
     
    Files shall be installed as follows: 
    ----------------------------------------------------------- 
    Wrapper Script : /usr/bin 
    Binaries : /usr/lib/opera/10.00 
    Plugins : /usr/lib/opera/plugins 
    Shared files : /usr/share/opera 
    Documentation : /usr/share/doc/opera 
    Manual page : /usr/share/man 
    ----------------------------------------------------------- 
    Is this correct [ y,n,c | yes,no,cancel ] ? 
    y 
    usr/share/icons/hicolor/22x22/apps/opera.png: OK 
    usr/share/icons/hicolor/48x48/apps/opera.png: OK 
    usr/share/icons/hicolor/scalable/apps/opera.svg: OK 
    usr/share/icons/hicolor/32x32/apps/opera.png: OK 
    usr/share/icons/hicolor/128x128/apps/opera.png: OK 
    usr/share/icons/hicolor/16x16/apps/opera.png: OK 
    usr/share/opera/locale/pl/pl.lng: OK 
    usr/share/opera/locale/pl/bookmarks.adr: OK 
    usr/share/opera/locale/pl/search.ini: OK 
    usr/share/opera/locale/pl/standard_speeddial.ini: OK 
    usr/share/opera/locale/nl/nl.lng: OK 
    usr/share/opera/locale/tr/tr.lng: OK 
    usr/share/opera/locale/pt-BR/pt-BR.lng: OK 
    usr/share/opera/locale/be/be.lng: OK 
    usr/share/opera/locale/es-ES/es-ES.lng: OK 
    usr/share/opera/locale/zh-hk/turbosettings.xml: OK 
    usr/share/opera/locale/zh-hk/browser.js: OK 
    usr/share/opera/locale/ko/ko.lng: OK 
    usr/share/opera/locale/en/license.txt: OK 
    usr/share/opera/locale/en/en.zip: OK 
    usr/share/opera/locale/en/bookmarks.adr: OK 
    usr/share/opera/locale/en/search.ini: OK 
    usr/share/opera/locale/en/standard_speeddial.ini: OK 
    usr/share/opera/locale/en/en.lng: OK 
    usr/share/opera/locale/pt/pt.lng: OK 
    usr/share/opera/locale/sr/sr.lng: OK 
    usr/share/opera/locale/el/el.lng: OK 
    usr/share/opera/locale/zh-tw/zh-tw.lng: OK 
    usr/share/opera/locale/zh-tw/turbosettings.xml: OK 
    usr/share/opera/locale/zh-tw/browser.js: OK 
    usr/share/opera/locale/ja/ja.lng: OK 
    usr/share/opera/locale/ja/license.txt: OK 
    usr/share/opera/locale/ja/bookmarks.adr: OK 
    usr/share/opera/locale/ja/search.ini: OK 
    usr/share/opera/locale/ja/standard_speeddial.ini: OK 
    usr/share/opera/locale/ru/ru.lng: OK 
    usr/share/opera/locale/ru/bookmarks.adr: OK 
    usr/share/opera/locale/ru/search.ini: OK 
    usr/share/opera/locale/ru/standard_speeddial.ini: OK 
    usr/share/opera/locale/te/te.lng: OK 
    usr/share/opera/locale/ka/ka.lng: OK 
    usr/share/opera/locale/zh-cn/zh-cn.lng: OK 
    usr/share/opera/locale/zh-cn/bookmarks.adr: OK 
    usr/share/opera/locale/zh-cn/search.ini: OK 
    usr/share/opera/locale/zh-cn/standard_speeddial.ini: OK 
    usr/share/opera/locale/zh-cn/turbosettings.xml: OK 
    usr/share/opera/locale/zh-cn/browser.js: OK 
    usr/share/opera/locale/et/et.lng: OK 
    usr/share/opera/locale/hu/hu.lng: OK 
    usr/share/opera/locale/bg/bg.lng: OK 
    usr/share/opera/locale/es-LA/es-LA.lng: OK 
    usr/share/opera/locale/mk/mk.lng: OK 
    usr/share/opera/locale/sv/sv.lng: OK 
    usr/share/opera/locale/nn/nn.lng: OK 
    usr/share/opera/locale/lt/lt.lng: OK 
    usr/share/opera/locale/hr/hr.lng: OK 
    usr/share/opera/locale/cs/cs.lng: OK 
    usr/share/opera/locale/de/de.lng: OK 
    usr/share/opera/locale/de/bookmarks.adr: OK 
    usr/share/opera/locale/de/search.ini: OK 
    usr/share/opera/locale/de/standard_speeddial.ini: OK 
    usr/share/opera/locale/ro/ro.lng: OK 
    usr/share/opera/locale/fi/fi.lng: OK 
    usr/share/opera/locale/nb/nb.lng: OK 
    usr/share/opera/locale/ta/ta.lng: OK 
    usr/share/opera/locale/hi/hi.lng: OK 
    usr/share/opera/locale/hi/standard_speeddial.ini: OK 
    usr/share/opera/locale/sk/sk.lng: OK 
    usr/share/opera/locale/en-GB/en-GB.lng: OK 
    usr/share/opera/locale/en-GB/standard_speeddial.ini: OK 
    usr/share/opera/locale/uk/uk.lng: OK 
    usr/share/opera/locale/fy/fy.lng: OK 
    usr/share/opera/locale/id/id.lng: OK 
    usr/share/opera/locale/id/bookmarks.adr: OK 
    usr/share/opera/locale/id/standard_speeddial.ini: OK 
    usr/share/opera/locale/da/da.lng: OK 
    usr/share/opera/locale/da/bookmarks.adr: OK 
    usr/share/opera/locale/fr-CA/fr-CA.lng: OK 
    usr/share/opera/locale/fr/fr.lng: OK 
    usr/share/opera/locale/it/it.lng: OK 
    usr/share/opera/extra/missingplugin.svg: OK 
    usr/share/opera/extra/missingpluginhover.svg: OK 
    usr/share/opera/extra/svg-mo.dat: OK 
    usr/share/opera/extra/svg-mobd.dat: OK 
    usr/share/opera/extra/svg-sa.dat: OK 
    usr/share/opera/extra/svg-sabd.dat: OK 
    usr/share/opera/extra/svg-se.dat: OK 
    usr/share/opera/extra/svg-sebd.dat: OK 
    usr/share/opera/scripts/common.js: OK 
    usr/share/opera/scripts/substance.js: OK 
    usr/share/opera/skin/standard_skin.zip: OK 
    usr/share/opera/ui/dialog.ini: OK 
    usr/share/opera/ui/fastforward.ini: OK 
    usr/share/opera/ui/standard_keyboard.ini: OK 
    usr/share/opera/ui/standard_keyboard_compat.ini: OK 
    usr/share/opera/ui/standard_menu.ini: OK 
    usr/share/opera/ui/standard_mouse.ini: OK 
    usr/share/opera/ui/standard_toolbar.ini: OK 
    usr/share/opera/ui/standard_trusted_repositories.ini: OK 
    usr/share/opera/ui/unix_keyboard.ini: OK 
    usr/share/opera/java/opera.jar: OK 
    usr/share/opera/java/opera.policy: OK 
    usr/share/opera/styles/user/accessibility.css: OK 
    usr/share/opera/styles/user/altdebugger.css: OK 
    usr/share/opera/styles/user/classid.css: OK 
    usr/share/opera/styles/user/contrastbw.css: OK 
    usr/share/opera/styles/user/contrastwb.css: OK 
    usr/share/opera/styles/user/disablebreaks.css: OK 
    usr/share/opera/styles/user/disablefloats.css: OK 
    usr/share/opera/styles/user/disableforms.css: OK 
    usr/share/opera/styles/user/disablepositioning.css: OK 
    usr/share/opera/styles/user/disabletables.css: OK 
    usr/share/opera/styles/user/outline.css: OK 
    usr/share/opera/styles/user/structureblock.css: OK 
    usr/share/opera/styles/user/structureinline.css: OK 
    usr/share/opera/styles/user/structuretables.css: OK 
    usr/share/opera/styles/user/tablelayout.css: OK 
    usr/share/opera/styles/user/toc.css: OK 
    usr/share/opera/styles/images/bar.png: OK 
    usr/share/opera/styles/images/bullet.png: OK 
    usr/share/opera/styles/images/center.png: OK 
    usr/share/opera/styles/images/customize.gif: OK 
    usr/share/opera/styles/images/darkBox.png: OK 
    usr/share/opera/styles/images/defaultFavicon.png: OK 
    usr/share/opera/styles/images/error.png: OK 
    usr/share/opera/styles/images/file.png: OK 
    usr/share/opera/styles/images/flag.png: OK 
    usr/share/opera/styles/images/folder.png: OK 
    usr/share/opera/styles/images/header-expanded.png: OK 
    usr/share/opera/styles/images/header.png: OK 
    usr/share/opera/styles/images/info-header.png: OK 
    usr/share/opera/styles/images/opera.png: OK 
    usr/share/opera/styles/images/Opera_256x256.png: OK 
    usr/share/opera/styles/images/page-bot.png: OK 
    usr/share/opera/styles/images/red_center.png: OK 
    usr/share/opera/styles/images/red_left.png: OK 
    usr/share/opera/styles/images/red_right.png: OK 
    usr/share/opera/styles/images/root.png: OK 
    usr/share/opera/styles/images/section.png: OK 
    usr/share/opera/styles/images/smartGroup.png: OK 
    usr/share/opera/styles/images/top.png: OK 
    usr/share/opera/styles/images/warning.png: OK 
    usr/share/opera/styles/about.css: OK 
    usr/share/opera/styles/cache.css: OK 
    usr/share/opera/styles/certinfo.css: OK 
    usr/share/opera/styles/config.css: OK 
    usr/share/opera/styles/contentblock.css: OK 
    usr/share/opera/styles/dir.css: OK 
    usr/share/opera/styles/debug.css: OK 
    usr/share/opera/styles/error.css: OK 
    usr/share/opera/styles/history.css: OK 
    usr/share/opera/styles/Inconsolata.otf: OK 
    usr/share/opera/styles/image.css: OK 
    usr/share/opera/styles/im.css: OK 
    usr/share/opera/styles/info.css: OK 
    usr/share/opera/styles/mathml.css: OK 
    usr/share/opera/styles/message.css: OK 
    usr/share/opera/styles/mime.css: OK 
    usr/share/opera/styles/opera.css: OK 
    usr/share/opera/styles/plugins.css: OK 
    usr/share/opera/styles/search.css: OK 
    usr/share/opera/styles/warning.css: OK 
    usr/share/opera/styles/wml.css: OK 
    usr/share/opera/styles/unstyledxml.css: OK 
    usr/share/opera/styles/webfeeds.html: OK 
    usr/share/opera/styles/m2_welcome_message.mbs: OK 
    usr/share/opera/styles/mail.css: OK 
    usr/share/opera/defaults/feedreaders.ini: OK 
    usr/share/opera/defaults/standard_trusted_repositories.ini: OK 
    usr/share/opera/defaults/mailproviders.xml: OK 
    usr/share/opera/defaults/webmailproviders.ini: OK 
    usr/share/opera/defaults/xmlentities.ini: OK 
    usr/share/opera/defaults/bookmarks.adr: OK 
    usr/share/opera/defaults/search.ini: OK 
    usr/share/opera/defaults/standard_speeddial.ini: OK 
    usr/share/opera/defaults/license.txt: OK 
    usr/share/opera/defaults/filehandler.ini: OK 
    usr/share/opera/defaults/font.ini: OK 
    usr/share/opera/defaults/pluginpath.ini: OK 
    usr/share/opera/lngcode.txt: OK 
    usr/share/opera/html40_entities.dtd: OK 
    usr/share/opera/encoding.bin: OK 
    usr/share/doc/opera/LICENSE: OK 
    usr/share/doc/opera/LGPL: OK 
    usr/share/man/man1/opera.1: OK 
    usr/share/pixmaps/opera.xpm: OK 
    usr/lib/opera/missingsyms.so: OK 
    usr/lib/opera/spellcheck.so: OK 
    usr/lib/opera/opera: OK 
    usr/lib/opera/works: OK 
    usr/lib/opera/operaplugincleaner: OK 
    usr/lib/opera/operapluginwrapper: OK 
    etc/operaprefs_fixed.ini: OK 
    etc/operaprefs_default.ini: OK 
    opera: OK 
     
    System wide configuration files: 
    /etc/operaprefs_default.ini 
    /etc/operaprefs_fixed.ini 
    would be ignored if installed with the prefix "/usr". 
    Do you want to install them in /etc [ y,n | yes,no ] ? 
    y
    Mais à la fin, quand le je lance opéra, il m'affiche des erreurs :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    root@user-pc:/home/user/Bureau/opera# opera 
    ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored. 
    ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored. 
    /usr/lib/opera/10.00/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
    Maintenant, qu'est-ce que je dois faire ?
    Est-ce que quelqu'un a déjà réussi à installer Opera à partir du tar.gz ?

  6. #6
    Rédacteur

    Avatar de ok.Idriss
    Homme Profil pro
    IS Consultant
    Inscrit en
    Février 2009
    Messages
    5 220
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : IS Consultant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Février 2009
    Messages : 5 220
    Points : 19 450
    Points
    19 450
    Par défaut
    Salut.

    Généralement, il y a un fichier README dans le dossier désarchivé, fichier qui signifie "lisez-moi" donc à lire avant de commencer.

  7. #7
    Membre chevronné Avatar de jeanbi
    Profil pro
    Inscrit en
    Avril 2003
    Messages
    1 703
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2003
    Messages : 1 703
    Points : 2 247
    Points
    2 247
    Par défaut
    bonjour,
    http://www.opera.com/download/index.dml?platform=linux
    c'est plus simple et c'est fait pour
    a+

  8. #8
    Membre habitué
    Avatar de Spidermeu
    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Février 2006
    Messages
    147
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Février 2006
    Messages : 147
    Points : 151
    Points
    151
    Par défaut
    Tu as le fichier install qui doit très probablement d'indiquer comment installer opera (sorte de readme quoi) :
    -rwxr-xr-x 1 user user 48336 2009-09-11 12:52 install
    aussi, il doit te manquer la librairie libqt-mt.so et peut-être même ld.so.
    Vérifie si elles sont bien installé, sinon installe les.

  9. #9
    Membre confirmé
    Avatar de MaliciaR
    Inscrit en
    Juillet 2008
    Messages
    513
    Détails du profil
    Informations personnelles :
    Âge : 42

    Informations forums :
    Inscription : Juillet 2008
    Messages : 513
    Points : 600
    Points
    600
    Par défaut
    Citation Envoyé par JeSouffreAvecLinux Voir le message
    Parce que je veux apprendre à installer des programmes à partir du code source.
    Et pourquoi ?
    Parce qu'il y a des programmes qui ne sont pas dans le gestionnaire de paquet et qui m'interessent, et qu'ils ne sont installables que à partir du code source.
    Oui, certes, mais dans ces cas c'est à toi de suivre pour les mises à jour et des les faire. Egalement, pas tous les programmes s'installent comme ici, avec un (ba)sh install.sh, tu as du make et du build aussi qui servent à l'installation. Ce qui est important de faire quand tu installes à la main, c'est :
    * vérifier que toutes les dépendances sont satisfaites;
    * lire le README ou INSTALL ou tout autre document fourni qui explique comment exactement procéder.

    Sinon, voici des explications supplémentaires sur l'installation d'Opera sur Ubuntu (je crois que c'est ta distri) : https://help.ubuntu.com/community/OperaBrowser

  10. #10
    Membre à l'essai
    Inscrit en
    Août 2008
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Août 2008
    Messages : 7
    Points : 13
    Points
    13
    Par défaut Java runtime
    peut être , il te manque JDK ?
    ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded:ignored.

    ou si tu utilise le lien http://www.opera.com/download/index.dml?platform=linux
    opera utilise l'environnement Qt
    ==> si tu est en KDE plutôt utilise le lien sinon installe un environnement java

Discussions similaires

  1. Comment installer son logiciel?
    Par stof dans le forum MFC
    Réponses: 10
    Dernier message: 02/10/2012, 15h33
  2. Comment installer XP à partir d'un disque dur Externe
    Par tresorkoul dans le forum Windows XP
    Réponses: 1
    Dernier message: 08/10/2009, 19h12
  3. [Installation] comment installer SVN à partir de code source sous Debian
    Par bliml dans le forum Subversion
    Réponses: 1
    Dernier message: 23/08/2007, 08h05
  4. [Forum] Comment installer un forum sur son site
    Par oceanne dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 3
    Dernier message: 23/06/2007, 11h36
  5. Comment installer à partir d'un repertoire
    Par elalaoui.omar dans le forum Debian
    Réponses: 12
    Dernier message: 14/07/2006, 03h37

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