WINE install does not appear in menu?

Asked by Brendan M Basone

I have just set up Mint 18 based on Ubuntu Xenial. And I have downloaded WINE 2.0.1, but even so, WINE does not appear in my program menu. I can find it in a search but cannot open WINE to configure it. From here I am following step 6 and 7:

https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

brendan-ThinkCentre-M92p brendan # ubuntu-support-status
The program 'ubuntu-support-status' is currently not installed. You can install it by typing:
apt install update-manager-core

brendan-ThinkCentre-M92p brendan # cat /etc/dpkg/dpkg.cfg.d/multiarch
cat: /etc/dpkg/dpkg.cfg.d/multiarch: No such file or directory
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # dpkg --print-foreign-architectures
i386
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # sudo grep -R roxy /etc/apt/*
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # grep roxy /etc/environment
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # echo $http_proxy

brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # echo $ftp_proxy

brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # grep roxy /etc/bash.bashrc
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # grep roxy ~/.bashrc
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # sudo fuser -vvv /var/lib/dpkg/lock
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # sudo fuser -vvv /var/cache/apt/archives/lock
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=18
DISTRIB_CODENAME=sarah
DISTRIB_DESCRIPTION="Linux Mint 18 Sarah"
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # uname -a
Linux brendan-ThinkCentre-M92p 4.4.0-79-generic #100-Ubuntu SMP Wed May 17 19:58:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # sudo rm /var/cache/apt/archives/lock
brendan-ThinkCentre-M92p brendan #
brendan-ThinkCentre-M92p brendan # sudo rm /var/lib/dpkg/lock
brendan-ThinkCentre-M92p brendan # sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
brendan-ThinkCentre-M92p brendan # sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
brendan-ThinkCentre-M92p brendan # sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
brendan-ThinkCentre-M92p brendan # sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
brendan-ThinkCentre-M92p brendan # sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
cp: cannot stat '/var/lib/dpkg/available-old': No such file or directory
brendan-ThinkCentre-M92p brendan # sudo rm -rf /var/lib/dpkg/updates/*
brendan-ThinkCentre-M92p brendan # sudo rm -rf /var/lib/apt/lists
brendan-ThinkCentre-M92p brendan # sudo rm /var/cache/apt/*.bin
brendan-ThinkCentre-M92p brendan # sudo mkdir /var/lib/apt/lists
brendan-ThinkCentre-M92p brendan # sudo mkdir /var/lib/apt/lists/partial
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get clean
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
brendan-ThinkCentre-M92p brendan # sudo dpkg --configure -a
brendan-ThinkCentre-M92p brendan # sudo dpkg --clear-avail
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get --fix-missing install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get --purge autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:2 http://archive.canonical.com/ubuntu xenial InRelease [11.5 kB]
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Ign:4 http://packages.linuxmint.com sarah InRelease
Get:5 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease [4689 B]
Ign:5 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease
Get:6 http://packages.linuxmint.com sarah Release [24.1 kB]
Get:7 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages [3340 B]
Get:8 https://dl.winehq.org/wine-builds/ubuntu xenial/main amd64 Packages [9584 B]
Get:9 http://archive.canonical.com/ubuntu xenial/partner i386 Packages [3620 B]
Get:10 http://archive.canonical.com/ubuntu xenial/partner Translation-en [1964 B]
Get:11 https://dl.winehq.org/wine-builds/ubuntu xenial/main i386 Packages [9500 B]
Get:12 http://packages.linuxmint.com sarah Release.gpg [819 B]
Get:13 http://packages.linuxmint.com sarah/main amd64 Packages [16.1 kB]
Get:14 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [284 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:16 http://packages.linuxmint.com sarah/main i386 Packages [15.4 kB]
Get:17 http://packages.linuxmint.com sarah/upstream amd64 Packages [33.0 kB]
Get:18 http://packages.linuxmint.com sarah/upstream i386 Packages [33.0 kB]
Get:19 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages [270 kB]
Get:20 http://packages.linuxmint.com sarah/import amd64 Packages [6716 B]
Get:21 http://packages.linuxmint.com sarah/import i386 Packages [6720 B]
Get:22 http://packages.linuxmint.com sarah/backport amd64 Packages [73.0 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:24 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [121 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1201 kB]
Get:26 http://packages.linuxmint.com sarah/backport i386 Packages [73.1 kB]
Get:27 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7420 B]
Get:28 http://security.ubuntu.com/ubuntu xenial-security/restricted i386 Packages [7420 B]
Get:29 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2428 B]
Get:30 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [131 kB]
Get:31 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages [117 kB]
Get:32 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [67.5 kB]
Get:33 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [2752 B]
Get:34 http://security.ubuntu.com/ubuntu xenial-security/multiverse i386 Packages [2912 B]
Get:35 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1232 B]
Get:36 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages [1196 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial/main Translation-en [568 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [8344 B]
Get:39 http://archive.ubuntu.com/ubuntu xenial/restricted i386 Packages [8684 B]
Get:40 http://archive.ubuntu.com/ubuntu xenial/restricted Translation-en [2908 B]
Get:41 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB]
Get:42 http://archive.ubuntu.com/ubuntu xenial/universe i386 Packages [7512 kB]
Get:43 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 kB]
Get:44 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]
Get:45 http://archive.ubuntu.com/ubuntu xenial/multiverse i386 Packages [140 kB]
Get:46 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]
Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [552 kB]
Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [536 kB]
Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [224 kB]
Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7772 B]
Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/restricted i386 Packages [7772 B]
Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2548 B]
Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [477 kB]
Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [461 kB]
Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [188 kB]
Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [8928 B]
Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [7996 B]
Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [4460 B]
Get:59 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4684 B]
Get:60 http://archive.ubuntu.com/ubuntu xenial-backports/main i386 Packages [4676 B]
Get:61 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en [3216 B]
Get:62 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [5624 B]
Get:63 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [5628 B]
Get:64 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [2872 B]
Fetched 27.2 MB in 36s (737 kB/s)
Reading package lists... Done
W: GPG error: https://dl.winehq.org/wine-builds/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A
W: The repository 'https://dl.winehq.org/wine-builds/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
brendan-ThinkCentre-M92p brendan # LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
Get:1 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease [4689 B]
Ign:1 https://dl.winehq.org/wine-builds/ubuntu xenial InRelease
Ign:2 http://packages.linuxmint.com sarah InRelease
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease
Hit:4 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:5 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:6 http://packages.linuxmint.com sarah Release
Hit:8 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:9 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
Fetched 4689 B in 1s (3284 B/s)
Reading package lists... Done
W: GPG error: https://dl.winehq.org/wine-builds/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 818A435C5FCBF54A
W: The repository 'https://dl.winehq.org/wine-builds/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  base-files dbus dbus-x11 grub-common grub-pc grub-pc-bin grub2-common
  libdbus-1-3 libdbus-1-3:i386 libegl1-mesa libegl1-mesa-drivers libgbm1
  libgl1-mesa-dri:i386 libgl1-mesa-dri libpam-systemd libplymouth4 libsystemd0
  libsystemd0:i386 libudev1 libudev1:i386 libwayland-egl1-mesa libxatracker2
  linux-firmware plymouth plymouth-label plymouth-theme-ubuntu-text systemd
  systemd-sysv udev upstart xserver-common xserver-xorg-core
  xserver-xorg-video-amdgpu xserver-xorg-video-intel
34 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 60.9 MB of archives.
After this operation, 44.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://packages.linuxmint.com sarah/upstream amd64 base-files all 18.0.2 [87.6 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xserver-common all 2:1.18.4-0ubuntu0.2 [27.0 kB]
Get:3 http://packages.linuxmint.com sarah/upstream amd64 libplymouth4 amd64 0.9.2+mint1+sarah [96.0 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgbm1 amd64 12.0.6-0ubuntu0.16.04.1 [24.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 libgl1-mesa-dri i386 12.0.6-0ubuntu0.16.04.1 [4781 kB]
Get:6 http://packages.linuxmint.com sarah/upstream amd64 plymouth-label amd64 0.9.2+mint1+sarah [17.9 kB]
Get:7 http://packages.linuxmint.com sarah/upstream amd64 plymouth amd64 0.9.2+mint1+sarah [119 kB]
Get:8 http://packages.linuxmint.com sarah/upstream amd64 plymouth-theme-ubuntu-text amd64 0.9.2+mint1+sarah [20.9 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 12.0.6-0ubuntu0.16.04.1 [4344 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 12.0.6-0ubuntu0.16.04.1 [73.9 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-egl1-mesa amd64 12.0.6-0ubuntu0.16.04.1 [5860 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xserver-xorg-core amd64 2:1.18.4-0ubuntu0.2 [1342 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu17 [55.3 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 libudev1 i386 229-4ubuntu17 [58.5 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 229-4ubuntu17 [992 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu17 [115 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 libsystemd0 i386 229-4ubuntu17 [223 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu17 [205 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu17 [3623 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dbus amd64 1.10.6-1ubuntu3.3 [142 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dbus-x11 amd64 1.10.6-1ubuntu3.3 [21.4 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 libdbus-1-3 i386 1.10.6-1ubuntu3.3 [173 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-3 amd64 1.10.6-1ubuntu3.3 [161 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu17 [12.8 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc amd64 2.02~beta2-36ubuntu3.9 [197 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub2-common amd64 2.02~beta2-36ubuntu3.9 [510 kB]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc-bin amd64 2.02~beta2-36ubuntu3.9 [888 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-common amd64 2.02~beta2-36ubuntu3.9 [1706 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 libegl1-mesa-drivers amd64 12.0.6-0ubuntu0.16.04.1 [4744 B]
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxatracker2 amd64 12.0.6-0ubuntu0.16.04.1 [1038 kB]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-firmware all 1.157.10 [38.7 MB]
Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 upstart amd64 1.13.2-0ubuntu21.1 [392 kB]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xserver-xorg-video-amdgpu amd64 1.1.2-0ubuntu0.16.04.1 [52.6 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xserver-xorg-video-intel amd64 2:2.99.917+git20160325-1ubuntu1.2 [717 kB]
Fetched 60.9 MB in 1min 10s (865 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 274305 files and directories currently installed.)
Preparing to unpack .../base-files_18.0.2_all.deb ...
Unpacking base-files (18.0.2) over (18.0.1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for cracklib-runtime (2.9.2-1build2) ...
Processing triggers for mintsystem (8.2.9) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.2-3ubuntu13) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-79-generic
Warning: No support for locale: en_AU.utf8
Setting up base-files (18.0.2) ...
(Reading database ... 274305 files and directories currently installed.)
Preparing to unpack .../xserver-common_2%3a1.18.4-0ubuntu0.2_all.deb ...
Unpacking xserver-common (2:1.18.4-0ubuntu0.2) over (2:1.18.3-1ubuntu2) ...
Preparing to unpack .../libgbm1_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
Unpacking libgbm1:amd64 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up libgbm1:amd64 (12.0.6-0ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
(Reading database ... 274305 files and directories currently installed.)
Preparing to unpack .../libgl1-mesa-dri_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
De-configuring libgl1-mesa-dri:i386 (11.2.0-1ubuntu2) ...
Unpacking libgl1-mesa-dri:amd64 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Preparing to unpack .../libgl1-mesa-dri_12.0.6-0ubuntu0.16.04.1_i386.deb ...
Unpacking libgl1-mesa-dri:i386 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Preparing to unpack .../libegl1-mesa_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
Unpacking libegl1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up libgl1-mesa-dri:amd64 (12.0.6-0ubuntu0.16.04.1) ...
Installing new version of config file /etc/drirc ...
Setting up libgl1-mesa-dri:i386 (12.0.6-0ubuntu0.16.04.1) ...
Setting up libegl1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
(Reading database ... 274305 files and directories currently installed.)
Preparing to unpack .../libwayland-egl1-mesa_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
Unpacking libwayland-egl1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up libwayland-egl1-mesa:amd64 (12.0.6-0ubuntu0.16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
(Reading database ... 274305 files and directories currently installed.)
Preparing to unpack .../xserver-xorg-core_2%3a1.18.4-0ubuntu0.2_amd64.deb ...
Unpacking xserver-xorg-core (2:1.18.4-0ubuntu0.2) over (2:1.18.3-1ubuntu2) ...
Preparing to unpack .../libudev1_229-4ubuntu17_i386.deb ...
De-configuring libudev1:amd64 (229-4ubuntu4) ...
Unpacking libudev1:i386 (229-4ubuntu17) over (229-4ubuntu4) ...
Preparing to unpack .../libudev1_229-4ubuntu17_amd64.deb ...
Unpacking libudev1:amd64 (229-4ubuntu17) over (229-4ubuntu4) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up libudev1:amd64 (229-4ubuntu17) ...
Setting up libudev1:i386 (229-4ubuntu17) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
(Reading database ... 274305 files and directories currently installed.)
Preparing to unpack .../udev_229-4ubuntu17_amd64.deb ...
Unpacking udev (229-4ubuntu17) over (229-4ubuntu4) ...
Preparing to unpack .../libpam-systemd_229-4ubuntu17_amd64.deb ...
Unpacking libpam-systemd:amd64 (229-4ubuntu17) over (229-4ubuntu4) ...
Preparing to unpack .../libsystemd0_229-4ubuntu17_amd64.deb ...
De-configuring libsystemd0:i386 (229-4ubuntu4) ...
Unpacking libsystemd0:amd64 (229-4ubuntu17) over (229-4ubuntu4) ...
Preparing to unpack .../libsystemd0_229-4ubuntu17_i386.deb ...
Unpacking libsystemd0:i386 (229-4ubuntu17) over (229-4ubuntu4) ...
Preparing to unpack .../systemd_229-4ubuntu17_amd64.deb ...
Unpacking systemd (229-4ubuntu17) over (229-4ubuntu4) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up libsystemd0:amd64 (229-4ubuntu17) ...
Setting up libsystemd0:i386 (229-4ubuntu17) ...
Setting up systemd (229-4ubuntu17) ...
Installing new version of config file /etc/systemd/system.conf ...
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
Processing triggers for dbus (1.10.6-1ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
(Reading database ... 274295 files and directories currently installed.)
Preparing to unpack .../dbus_1.10.6-1ubuntu3.3_amd64.deb ...
Unpacking dbus (1.10.6-1ubuntu3.3) over (1.10.6-1ubuntu3) ...
Preparing to unpack .../dbus-x11_1.10.6-1ubuntu3.3_amd64.deb ...
Unpacking dbus-x11 (1.10.6-1ubuntu3.3) over (1.10.6-1ubuntu3) ...
Preparing to unpack .../libdbus-1-3_1.10.6-1ubuntu3.3_amd64.deb ...
De-configuring libdbus-1-3:i386 (1.10.6-1ubuntu3) ...
Unpacking libdbus-1-3:amd64 (1.10.6-1ubuntu3.3) over (1.10.6-1ubuntu3) ...
Preparing to unpack .../libdbus-1-3_1.10.6-1ubuntu3.3_i386.deb ...
Unpacking libdbus-1-3:i386 (1.10.6-1ubuntu3.3) over (1.10.6-1ubuntu3) ...
Preparing to unpack .../systemd-sysv_229-4ubuntu17_amd64.deb ...
Unpacking systemd-sysv (229-4ubuntu17) over (229-4ubuntu4) ...
Processing triggers for systemd (229-4ubuntu17) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up systemd-sysv (229-4ubuntu17) ...
(Reading database ... 274295 files and directories currently installed.)
Preparing to unpack .../grub-pc_2.02~beta2-36ubuntu3.9_amd64.deb ...
Unpacking grub-pc (2.02~beta2-36ubuntu3.9) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub2-common_2.02~beta2-36ubuntu3.9_amd64.deb ...
Unpacking grub2-common (2.02~beta2-36ubuntu3.9) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub-pc-bin_2.02~beta2-36ubuntu3.9_amd64.deb ...
Unpacking grub-pc-bin (2.02~beta2-36ubuntu3.9) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3.9_amd64.deb ...
Unpacking grub-common (2.02~beta2-36ubuntu3.9) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../libegl1-mesa-drivers_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
Unpacking libegl1-mesa-drivers:amd64 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Preparing to unpack .../libplymouth4_0.9.2+mint1+sarah_amd64.deb ...
Unpacking libplymouth4:amd64 (0.9.2+mint1+sarah) over (0.9.2-3ubuntu13) ...
Preparing to unpack .../libxatracker2_12.0.6-0ubuntu0.16.04.1_amd64.deb ...
Unpacking libxatracker2:amd64 (12.0.6-0ubuntu0.16.04.1) over (11.2.0-1ubuntu2) ...
Preparing to unpack .../linux-firmware_1.157.10_all.deb ...
Unpacking linux-firmware (1.157.10) over (1.157.1) ...
Preparing to unpack .../plymouth-label_0.9.2+mint1+sarah_amd64.deb ...
Unpacking plymouth-label (0.9.2+mint1+sarah) over (0.9.2-3ubuntu13) ...
Preparing to unpack .../plymouth_0.9.2+mint1+sarah_amd64.deb ...
Unpacking plymouth (0.9.2+mint1+sarah) over (0.9.2-3ubuntu13) ...
Preparing to unpack .../plymouth-theme-ubuntu-text_0.9.2+mint1+sarah_amd64.deb ...
Unpacking plymouth-theme-ubuntu-text (0.9.2+mint1+sarah) over (0.9.2-3ubuntu13) ...
Preparing to unpack .../upstart_1.13.2-0ubuntu21.1_amd64.deb ...
Unpacking upstart (1.13.2-0ubuntu21.1) over (1.13.2-0ubuntu21) ...
Preparing to unpack .../xserver-xorg-video-amdgpu_1.1.2-0ubuntu0.16.04.1_amd64.deb ...
Unpacking xserver-xorg-video-amdgpu (1.1.2-0ubuntu0.16.04.1) over (1.1.0-1) ...
Preparing to unpack .../xserver-xorg-video-intel_2%3a2.99.917+git20160325-1ubuntu1.2_amd64.deb ...
Unpacking xserver-xorg-video-intel (2:2.99.917+git20160325-1ubuntu1.2) over (2:2.99.917+git20160325-1ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for systemd (229-4ubuntu17) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for libc-bin (2.23-0ubuntu7) ...
Setting up xserver-common (2:1.18.4-0ubuntu0.2) ...
Setting up udev (229-4ubuntu17) ...
addgroup: The group `input' already exists as a system group. Exiting.
update-initramfs: deferring update (trigger activated)
Setting up libdbus-1-3:amd64 (1.10.6-1ubuntu3.3) ...
Setting up libdbus-1-3:i386 (1.10.6-1ubuntu3.3) ...
Setting up xserver-xorg-core (2:1.18.4-0ubuntu0.2) ...
Setting up dbus (1.10.6-1ubuntu3.3) ...
A reboot is required to replace the running dbus-daemon.
Please reboot the system when convenient.
Setting up libpam-systemd:amd64 (229-4ubuntu17) ...
Setting up dbus-x11 (1.10.6-1ubuntu3.3) ...
Setting up grub-common (2.02~beta2-36ubuntu3.9) ...

Configuration file '/etc/grub.d/10_linux'
 ==> Modified (by you or by a script) since installation.
 ==> Package distributor has shipped an updated version.
   What would you like to do about it ? Your options are:
    Y or I : install the package maintainer's version
    N or O : keep your currently-installed version
      D : show the differences between the versions
      Z : start a shell to examine the situation
 The default action is to keep your current version.
*** 10_linux (Y/I/N/O/D/Z) [default=N] ?
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up grub2-common (2.02~beta2-36ubuntu3.9) ...
Setting up grub-pc-bin (2.02~beta2-36ubuntu3.9) ...
Setting up grub-pc (2.02~beta2-36ubuntu3.9) ...
Installing for i386-pc platform.
Installation finished. No error reported.
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-79-generic
Found initrd image: /boot/initrd.img-4.4.0-79-generic
Found linux image: /boot/vmlinuz-4.4.0-21-generic
Found initrd image: /boot/initrd.img-4.4.0-21-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found Windows 7 (loader) on /dev/sda2
Found Linux Mint 18 Sarah (18) on /dev/sda5
Found Linux Mint 18 Sarah (18) on /dev/sda7
Found Linux Mint 18 Sarah (18) on /dev/sda8
done
Setting up libegl1-mesa-drivers:amd64 (12.0.6-0ubuntu0.16.04.1) ...
Setting up libplymouth4:amd64 (0.9.2+mint1+sarah) ...
Setting up libxatracker2:amd64 (12.0.6-0ubuntu0.16.04.1) ...
Setting up linux-firmware (1.157.10) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-79-generic
Warning: No support for locale: en_AU.utf8
update-initramfs: Generating /boot/initrd.img-4.4.0-21-generic
Warning: No support for locale: en_AU.utf8
Setting up plymouth (0.9.2+mint1+sarah) ...
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up plymouth-label (0.9.2+mint1+sarah) ...
Setting up plymouth-theme-ubuntu-text (0.9.2+mint1+sarah) ...
update-initramfs: deferring update (trigger activated)
Setting up upstart (1.13.2-0ubuntu21.1) ...
Setting up xserver-xorg-video-amdgpu (1.1.2-0ubuntu0.16.04.1) ...
Setting up xserver-xorg-video-intel (2:2.99.917+git20160325-1ubuntu1.2) ...
Processing triggers for initramfs-tools (0.122ubuntu8.8) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-79-generic
Warning: No support for locale: en_AU.utf8
Processing triggers for libc-bin (2.23-0ubuntu7) ...
brendan-ThinkCentre-M92p brendan # find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list.d/official-package-repositories.list

     1 # Do not edit this file manually, use Software Sources instead.
     2
     3 deb http://packages.linuxmint.com sarah main upstream import backport #id:linuxmint_main
     4
     5 deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
     6 deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse
     7 deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse
     8
     9 deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
    10 deb http://archive.canonical.com/ubuntu/ xenial partner
/etc/apt/sources.list.d/additional-repositories.list

     1 deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main

/etc/apt/sources.list

     1 #deb cdrom:[Linux Mint 18 _Sarah_ - Release amd64 20160628]/ xenial contrib main non-free
brendan-ThinkCentre-M92p brendan # sudo dpkg --audit
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # sudo rm /var/lib/apt/lists/lock
brendan-ThinkCentre-M92p brendan #

brendan-ThinkCentre-M92p brendan # apt install update-manager-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  python3-distupgrade python3-update-manager ubuntu-release-upgrader-core
The following NEW packages will be installed:
  python3-distupgrade python3-update-manager ubuntu-release-upgrader-core
  update-manager-core
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 171 kB of archives.
After this operation, 1365 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
brendan-ThinkCentre-M92p brendan #

PREVIOUSLY there was no WINE installed.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Mint is not supported here. None of the "Ubuntu based" distributions are supported here or by the Ubuntu community. I suggest you post on the Mint forum here:

https://forums.linuxmint.com

Thanks

Can you help with this problem?

Provide an answer of your own, or ask Brendan M Basone for more information if necessary.

To post a message you must log in.