Très bien.
Alors je viens juste d'installer Playonlinux en ligne de commande, suivant les indications de la page suivante :
https://doc.ubuntu-fr.org/playonlinux
Voici le retour des commandes :
sat@sat-XPS-15-9560:~$ sudo add-apt-repository http://deb.playonlinux.com/
[sudo] Mot de passe de sat :
Réception de:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83,2 kB]
Ign:2 http://deb.playonlinux.com bionic InRelease
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease
Err:4 http://deb.playonlinux.com bionic Release
404 Not Found [IP : 51.254.83.230 80]
Atteint:5 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint:6 http://dl.google.com/linux/chrome/deb stable Release
Réception de:7 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Atteint:8 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Réception de:9 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [204 B]
Réception de:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [6832 B]
Réception de:13 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 48x48 Icons [9090 B]
Réception de:14 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [139 kB]
Réception de:15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [31,4 kB]
Réception de:16 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [56,9 kB]
Réception de:17 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [166 kB]
Réception de:18 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 48x48 Icons [172 kB]
Réception de:19 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe DEP-11 64x64 Icons [280 kB]
Réception de:20 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de:21 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [5100 B]
Lecture des listes de paquets... Fait
E: Le dépôt http://deb.playonlinux.com bionic 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.
sat@sat-XPS-15-9560:~$ wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
OK
sat@sat-XPS-15-9560:~$ sudo apt-get update
Atteint:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Atteint:2 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Ign:3 http://deb.playonlinux.com bionic InRelease
Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease
Err:5 http://deb.playonlinux.com bionic Release
404 Not Found [IP : 51.254.83.230 80]
Atteint:6 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease
Atteint:7 http://dl.google.com/linux/chrome/deb stable Release
Atteint:8 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease
Atteint:10 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Lecture des listes de paquets... Fait
E: Le dépôt http://deb.playonlinux.com bionic 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.
sat@sat-XPS-15-9560:~$ sudo apt -V install playonlinux wine
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Le paquet wine est un paquet virtuel fourni par :
winehq-staging 3.16.0~bionic
winehq-stable 3.0.3~bionic
winehq-devel 3.16.0~bionic
wine-development 3.6-1
Vous devez explicitement sélectionner un paquet à installer.
E: Le paquet « wine » n'a pas de version susceptible d'être installée
Puis, lorsque j'essaye de coller le nouveau code source dans un fichier texte, cela ressemble à ce qui suit :
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
#!/bin/bash
# CHANGELOG
# [Quentin PÂRIS] (2012-05-05 14-45)
# Wine version set to 1.5.3, Outlook 2010 compatiblity
# [Quentin PÂRIS] (2012-05-05 15-05)
# Check winbind presence on Linux, required to install
# Adding gettext support
# [Quentin PÂRIS] (2012-05-12 18-36)
# Requires 4.0.18
# [SuperPlumus] (2013-06-09 14-44)
# gettext
# [Quentin PÂRIS] (2014-07-21 17-09)
# Updating with the latest WineHQ version
# [rbelo] (2018-07-22 15-50)
# Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work.
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
PREFIX="Office2010"
WINEVERSION="3.0.2"
TITLE="Microsoft Office 2010"
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 801
POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX"
POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update"
if [ "$POL_OS" = "Linux" ]; then
wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi
POL_Debug_Init
POL_System_SetArch "x86"
POL_SetupWindow_InstallMethod "LOCAL,DVD"
if [ "$INSTALL_METHOD" = "DVD" ]; then
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe"
SetupIs="$CDROM_SETUP"
cd "$CDROM"
else
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
SetupIs="$APP_ANSWER"
fi
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
if [ "$POL_OS" = "Mac" ]; then
# Samba support
POL_Call POL_GetTool_samba3
source "$POL_USER_ROOT/tools/samba3/init"
fi
POL_Wine_WaitBefore "$TITLE"
[ "$CDROM" ] && cd "$CDROM"
if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then
POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")";
fi
POL_Wine "$SetupIs"
POL_Wine_WaitExit "$TITLE"
# See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555
POL_Wine_OverrideDLL "native,builtin" "riched20"
# Fix a crash when loading a file
POL_Call POL_Install_msxml6
POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;"
POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;"
POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;"
POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work?
POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p
POL_Extension_Write doc "Microsoft Word 2010"
POL_Extension_Write docx "Microsoft Word 2010"
POL_Extension_Write xls "Microsoft Excel 2010"
POL_Extension_Write xlsx "Microsoft Excel 2010"
POL_Extension_Write ppt "Microsoft Powerpoint 2010"
POL_Extension_Write pptx "Microsoft Powerpoint 2010"
if [ "$POL_OS" = "Mac" ]; then
POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\""
POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\""
POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\""
POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\""
POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\""
fi
POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE"
POL_SetupWindow_Close
exit
Est-ce les nombres doivent suivre les commandes ? et qu'en est-il de la barre verticale qui n'est pas présente dans le collage ?