Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/10/2021, à 13:14

LauraB39

Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Bonjour,

Voilà je souhaiterais pouvoir installer WineHQ pour utiliser HiSuite pour étendre la capacité de stockage de mon téléphone Huawei P8Lite.
Mais lors de l'installation de Wine, j'ai fait un mauvais copier / coller avec un espace en moins, et j'ai cette erreur qui m'empêche de terminer l'installation :
E :Entrée 58 mal formée dans list fichier /etc/apt/sources.list (Component)

Voilà ce que retourne la commande

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.save


/etc/apt/sources.list.d/teamviewer.list

     1	###   TeamViewer DEB repository list
     2	
     3	### NOTE: Manual changes to this file
     4	###        - prevent it from being updated by TeamViewer package updates
     5	###        - will be lost after using the 'teamviewer repo' command
     6	###       The original file can be restored with this command:
     7	###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
     8	###       which has the same effect as 'teamviewer repo default'
     9	
    10	### NOTE: It is preferred to use the following commands to edit this file:
    11	###       teamviewer repo                - show current repository configuration
    12	###       teamviewer repo default        - restore default configuration
    13	###       teamviewer repo disable        - disable the repository
    14	###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
    15	###       teamviewer repo preview        - additionally, make feature preview packages available
    16	###       teamviewer repo development    - additionally, make the latest development packages available
    17	
    18	
    19	deb https://linux.teamviewer.com/deb stable main
    20	
    21	# deb https://linux.teamviewer.com/deb preview main
    22	# deb https://linux.teamviewer.com/deb development main

/etc/apt/sources.list.d/wine-ubuntu-wine-builds-focal.list.save


/etc/apt/sources.list.d/google-chrome.list.save


/etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list

     1	deb http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal main

/etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list.save


/etc/apt/sources.list.d/teamviewer.list.save


/etc/apt/sources.list.d/wine-ubuntu-wine-builds-focal.list

     1	deb http://ppa.launchpad.net/wine/wine-builds/ubuntu focal main
     2	# deb-src http://ppa.launchpad.net/wine/wine-builds/ubuntu focal main

/etc/apt/sources.list.d/google-chrome.list

     1	### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2	# You may comment out this entry, but any other modifications may be lost.
     3	deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	# deb http://archive.canonical.com/ubuntu focal partner
    44	# deb-src http://archive.canonical.com/ubuntu focal partner
    45	
    46	deb http://security.ubuntu.com/ubuntu focal-security main restricted
    47	# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
    48	deb http://security.ubuntu.com/ubuntu focal-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu focal-security universe
    50	deb http://security.ubuntu.com/ubuntu focal-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
    52	
    53	# This system was installed using small removable media
    54	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    55	# entries were disabled at the end of the installation process.
    56	# For information about how to configure apt package sources,
    57	# see the sources.list(5) manual.
    58	deb https://dl.winehq.org/wine-builds/ubuntu/hirsute main
    59	# deb-src https://dl.winehq.org/wine-builds/ubuntu/hirsute main
    60	deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
    61	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
    62	deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
    63	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
    64	deb https://dl.winehq.org/wine-builds/ubuntu/focal main
    65	# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Le mieux serait peut-être de tout nettoyer ça et recommander car un coup j'ai mis le build hirsute,puis le focal parceque j'ai Ubuntu 20.04.3LTS et non la 21.04.

Je vous remercie d'avance !
Laura

Hors ligne

#2 Le 20/10/2021, à 13:31

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Redonne les retours des commandes suivantes, ce sera plus simple pour moi de manipuler le contenu des fichiers pour les corriger :

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list

Donne aussi la liste des paquets de Wine éventuellement installés :

dpkg -l | grep wine

En tout cas, il va effectivement falloir nettoyer un peu tout ça : tu as le vieux PPA de Wine qui est obsolète depuis des années, tu as plein de doublons dans le sources.list...

Hors ligne

#3 Le 20/10/2021, à 14:21

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

En effet, de multiples essais d'installations...
Voici les retours des commandes

cat /etc/apt/sources.list
<pre># deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical&apos;s
## &apos;partner&apos; 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 focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching &quot;deb cdrom&quot;
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb https://dl.winehq.org/wine-builds/ubuntu/hirsute main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/hirsute main
deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main focal
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main focal
deb https://dl.winehq.org/wine-builds/ubuntu/focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main
</pre>

Puis :

ls /etc/apt/sources.list.d
google-chrome.list
google-chrome.list.save
morphis-ubuntu-anbox-support-focal.list
morphis-ubuntu-anbox-support-focal.list.save
teamviewer.list
teamviewer.list.save
wine-ubuntu-wine-builds-focal.list
wine-ubuntu-wine-builds-focal.list.save

Et enfin :

cat /etc/apt/sources.list.d/*.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
deb http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal main
# deb-src http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal main
###   TeamViewer DEB repository list

### NOTE: Manual changes to this file
###        - prevent it from being updated by TeamViewer package updates
###        - will be lost after using the 'teamviewer repo' command
###       The original file can be restored with this command:
###       cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
###       which has the same effect as 'teamviewer repo default'

### NOTE: It is preferred to use the following commands to edit this file:
###       teamviewer repo                - show current repository configuration
###       teamviewer repo default        - restore default configuration
###       teamviewer repo disable        - disable the repository
###       teamviewer repo stable         - make all regular TeamViewer packages available (default)
###       teamviewer repo preview        - additionally, make feature preview packages available
###       teamviewer repo development    - additionally, make the latest development packages available


deb https://linux.teamviewer.com/deb stable main

# deb https://linux.teamviewer.com/deb preview main
# deb https://linux.teamviewer.com/deb development main
deb http://ppa.launchpad.net/wine/wine-builds/ubuntu focal main
# deb-src http://ppa.launchpad.net/wine/wine-builds/ubuntu focal main

Voilà, à noter qu'il n'est pas indispensable de garder teamviewer...
Merci !

Hors ligne

#4 Le 20/10/2021, à 14:46

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Avant tout chose, une question importante : dans le premier bloc (contenu du sources.list), il y a des balises HTML <pre> au début et à la fin. On est d'accord qu'elles ne sont pas dans le fichier et qu'elles sont dues à une erreur de manip en postant sur le forum ?

Pour ce qui est de la version d'Ubuntu, tu es bien en 20.04 (focal) ?

Dernière modification par abelthorne (Le 20/10/2021, à 14:46)

Hors ligne

#5 Le 20/10/2021, à 15:15

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Erreur de manip' en effet  roll Pas de balises <pre></pre> dans la réponse du terminal !
Désolée.
Ma version d'Ubuntu Ubuntu 20.04.3 LTS, focal oui.

Dernière modification par LauraB39 (Le 20/10/2021, à 15:20)

Hors ligne

#6 Le 20/10/2021, à 15:31

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Édite le sources.list :

sudo nano /etc/apt/sources.list

Supprime les 8 dernières lignes, celles qui ont trait à des dépôts Wine, tout ce bloc-là :

deb https://dl.winehq.org/wine-builds/ubuntu/hirsute main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/hirsute main
deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ hirsute main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main focal
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main focal
deb https://dl.winehq.org/wine-builds/ubuntu/focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Note : tu peux utiliser ctrl + K dans Nano pour effacer rapidement une ligne entière.

Une fois que c'est fait, enregistre avec ctrl + O, valide le nom de fichier indiqué avec entrée, puis ferme Nano avec ctrl + X.

On va ensuite créer un fichier dédié pour le dépôt de Wine, ce sera plus simple à manipuler :

sudo nano /etc/apt/sources.list.d/winehq.list

Dedans, colle ces deux lignes :

deb https://dl.winehq.org/wine-builds/ubuntu/focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Enregistre comme précédemment (ctrl + O, entrée, ctrl + X).

Supprime au passage les fichiers du vieux PPA obsolète :

sudo rm /etc/apt/sources.list.d/wine-ubuntu-wine-builds-focal.list /etc/apt/sources.list.d/wine-ubuntu-wine-builds-focal.list.save

Et ça devrait être bon. Recharge la liste des dépôts et donne le retour pour vérifier que tout va bien :

sudo apt-get update

Avant de l'installer depuis le nouveau dépôt, tu ne m'as pas donné la liste éventuelle de paquets Wine installés :

dpkg -l | grep wine

Comme la version de WineHQ n'est pas packagée de la même façon et ne remplace pas la version installée depuis les dépôts Ubuntu, je voudrais m'assurer que Wine n'est pas déjà installé depuis ceux-ci.

Hors ligne

#7 Le 20/10/2021, à 15:45

nany

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Bonjour,


abelthorne a écrit :

Dedans, colle ces deux lignes :

deb https://dl.winehq.org/wine-builds/ubuntu/focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/focal main

Il manque l’espace avant focal.

Hors ligne

#8 Le 20/10/2021, à 15:51

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Oups, effectivement, j'ai pas vu l'espace manquante. Édite à nouveau le fichier winehq.list :

sudo nano /etc/apt/sources.list.d/winehq.list

Corrige-le comme suit (espace avant focal sur les deux lignes) :

deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main

Enregistre (ctrl + O, entrée, ctrl + X) et recharge la liste des dépôts :

sudo apt-get update

Hors ligne

#9 Le 20/10/2021, à 15:52

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

J'ai modifié le fichier et lancé sudo apt-get update :

Atteint :1 http://dl.google.com/linux/chrome/deb stable InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease                        
Réception de :3 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]  
Ign :4 http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal InRelease          
Réception de :5 https://dl.winehq.org/wine-builds/ubuntu focal InRelease [8041 B]    
Err :6 http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release            
  404  Not Found [IP : 2001:67c:1560:8008::19 80]
Atteint :7 https://linux.teamviewer.com/deb stable InRelease                          
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Réception de :9 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Réception de :10 https://dl.winehq.org/wine-builds/ubuntu focal/main all Packages [896 B]
Réception de :11 https://dl.winehq.org/wine-builds/ubuntu focal/main i386 Packages [268 kB]
Réception de :12 https://dl.winehq.org/wine-builds/ubuntu focal/main amd64 Packages [266 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [283 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [19,4 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [516 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [504 B]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [362 kB]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [10,4 kB]
Réception de :20 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [28,9 kB]
Réception de :21 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [63,6 kB]
Réception de :22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2464 B]
Lecture des listes de paquets... Fait              
E: Le dépôt http://ppa.launchpad.net/morphis/anbox-support/ubuntu focal Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

et dpkg -l | grep wine ne me renvoie rien.

Hors ligne

#10 Le 20/10/2021, à 15:59

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Pour Wine, c'est bon. En revanche, le PPA pour anbox est obsolète. Après vérification, il s'arrête à disco (Ubuntu 19.04).

Anbox est apparemment dans les dépôts depuis focal mais le nom du paquet est différent (ou ce n'est pas tout à fait la même chose qui est packagée).

On va de toute façon supprimer ce dépôt obsolète :

sudo rm /etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list /etc/apt/sources.list.d/morphis-ubuntu-anbox-support-focal.list.save

Ensuite, recharge à nouveau la liste :

sudo apt-get update

Tu ne devrais plus avoir d'erreur mais on va vérifier les éventuels paquets orphelins :

apt list | grep "installé, local"

Hors ligne

#11 Le 20/10/2021, à 16:10

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Super, en effet plus d'erreur

Atteint :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease                
Atteint :3 http://dl.google.com/linux/chrome/deb stable InRelease                     
Atteint :4 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease              
Atteint :5 http://security.ubuntu.com/ubuntu focal-security InRelease                 
Atteint :6 https://linux.teamviewer.com/deb stable InRelease                          
Atteint :7 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Lecture des listes de paquets... Fait

Et :

apt list | grep "installé, local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

virtualbox-6.1/now 6.1.14-140239~Ubuntu~eoan amd64  [installé, local]

Que me conseillez-vous pour l'installation de WineHQ ?
Merci d'avance

Hors ligne

#12 Le 20/10/2021, à 16:15

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

J'ai lancé l'installation avec

sudo apt install --install-recommends winehq-stable

Je pense que ça devrait aller.
Merci beaucoup pour votre aide et pour le nettoyage !

Hors ligne

#13 Le 20/10/2021, à 16:25

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Tu as un vieux paquet de Virtualbox en version eoan (19.10) qui traîne. Supprime-le :

sudo apt-get remove --purge virtualbox-6.1

Ensuite, si tu as besoin de VirtualBox, deux possibilités :
- soit tu réinstalles la version libre qui est dans les dépôts Ubuntu :

sudo apt-get install virtualbox

- soit tu veux la version proprio d'Oracle, auquel cas il y aurait un dépôt à rajouter.

EDIT : concernant Anbox, tu en as l'utilité ?

Dernière modification par abelthorne (Le 20/10/2021, à 16:26)

Hors ligne

#14 Le 20/10/2021, à 16:45

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Concernant Anbox, je n'en n'est pas l'utilité, il peut donc être supprimé.

Hors ligne

#15 Le 20/10/2021, à 16:50

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Il n'était pas installé, en fait. Je posais la question surtout pour savoir s'il fallait le faire, vu que le nom du paquet dans les dépôts Ubuntu n'est pas le même, qu'il y a peut-être des formats alternatifs...

Hors ligne

#16 Le 20/10/2021, à 16:51

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Il s'avère que tous ces efforts ne m'aident pas dans mon premier projet, à savoir installer HiSuite via Wine pour modifier la version Android de mon téléphone.
Je vais ouvrir un nouveau topic pour ce nouveau problème, à moins qu'ici vous ne sachiez comment faire ça ? Au pire, j'atendrais d'avoir accès à un PC sous Windows...
Merci en tout cas pour l'aide !

Hors ligne

#17 Le 20/10/2021, à 16:53

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Si HiSuite est un soft qui communique avec le téléphone via USB, pas sûr qu'il puisse fonctionner avec Wine.

Pour commencer, est-ce que le soft se lance ou pas du tout ?

Hors ligne

#18 Le 20/10/2021, à 17:04

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Non, il ne se  lance pas. Lors de son installation, ça m'a installé un raccourci, et lorsque je clique dessus, ça chercher 5sec puis rien. Pareil quand je lance le logiciel depuis le terminal. (alors que l'installateur a bien fonctionné)

Hors ligne

#19 Le 20/10/2021, à 17:11

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Tu as le retour du terminal quand tu lances l'exe avec wine ?

Hors ligne

#20 Le 20/10/2021, à 17:18

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Voilà le retour du terminal

0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0060:fixme:win:RegisterDeviceNotificationA The notification filter will requires an A->W when filter support is implemented
0060:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented.
0060:fixme:win:RegisterDeviceNotificationA The notification filter will requires an A->W when filter support is implemented
0060:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented.
0064:err:service:device_notify_proc failed to open RPC handle, error 1722
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
MESA-INTEL: warning: ../src/intel/vulkan/anv_device.c:169: The kernel reported a GTT size larger than 2 GiB but not support for 48-bit addresses
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

0080:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0080:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0098:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0098:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0128:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0128:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:err:module:LdrInitializeThunk "DuiLib_ext.dll" failed to initialize, aborting
0024:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program Files (x86)\\HiSuite\\HiSuite.exe" failed, status c0000005

Hors ligne

#21 Le 20/10/2021, à 17:22

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Il a l'air de planter sur l'ouverture d'une DLL (DuiLib_ext.dll). Est-ce qu'elle est présente dans le dossier de HiSuite ?

Hors ligne

#22 Le 20/10/2021, à 17:42

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

La  DLL est bien présente.

Hors ligne

#23 Le 20/10/2021, à 17:43

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

À tout hasard, quelle(s) commande(s) est-ce que tu tapes exactement pour lancer l'exe ?

Hors ligne

#24 Le 20/10/2021, à 17:50

LauraB39

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Je me rend dans le dossier HiSuite et lance simplement

wine Hisuite.exe

Je viens d'essayer avec la commande start, même résultat.

wine start 'HiSuite.exe'
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0060:fixme:win:RegisterDeviceNotificationA The notification filter will requires an A->W when filter support is implemented
0060:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented.
0060:fixme:win:RegisterDeviceNotificationA The notification filter will requires an A->W when filter support is implemented
0060:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented.
0064:err:service:device_notify_proc failed to open RPC handle, error 1722
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
MESA-INTEL: warning: ../src/intel/vulkan/anv_device.c:169: The kernel reported a GTT size larger than 2 GiB but not support for 48-bit addresses
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

0080:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0080:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
009c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
009c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0130:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0130:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
laura@laura-desktop:~/.wine/drive_c/Program Files (x86)/HiSuite$ 0138:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0138:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0138:err:module:LdrInitializeThunk "DuiLib_ext.dll" failed to initialize, aborting
0138:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program Files (x86)\\HiSuite\\HiSuite.exe" failed, status c0000005

Dernière modification par LauraB39 (Le 20/10/2021, à 17:52)

Hors ligne

#25 Le 20/10/2021, à 17:56

abelthorne

Re : Installation winehq Entrée 58 mal formée dans list fichier /etc/apt/so

Je demandais surtout pour savoir si tu te plaçais d'abord dans le bon dossier et te suggérer de le faire si ce n'était pas le cas.

Du coup, je n'ai pas vraiment d'idée mais je me dis qu'il y a de fortes chances que ton appli ne puisse pas tourner avec Wine.

Hors ligne