Issue adding PPA for Wine on Linux Mint 19 (SOLVED)

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Boca
Level 5
Level 5
Posts: 691
Joined: Sun Feb 15, 2015 5:02 am

Issue adding PPA for Wine on Linux Mint 19 (SOLVED)

Post by Boca »

Starkman wrote: Sun Apr 07, 2019 12:14 am Like this poster, I'm having an issue as well with installing Wine.

I followed these instructions, and the last step running

Code: Select all

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
I have a related problem so hope it is ok to add to this thread.
when I try to add the repository, i get a > curser and am unsure what to do...

Code: Select all

tony@tony-Latitude-E6430:~$ sudo dpkg --add-architecture i386 
[sudo] password for tony:        
tony@tony-Latitude-E6430:~$ wget -nc https://dl.winehq.org/wine-builds/winehq.key
--2019-04-07 14:58:44--  https://dl.winehq.org/wine-builds/winehq.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.62.217
Connecting to dl.winehq.org (dl.winehq.org)|151.101.62.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3220 (3.1K) [application/pgp-keys]
Saving to: ‘winehq.key’

winehq.key          100%[===================>]   3.14K  --.-KB/s    in 0s      

2019-04-07 14:58:44 (12.1 MB/s) - ‘winehq.key’ saved [3220/3220]

tony@tony-Latitude-E6430:~$ sudo apt-key add winehq.key

OK
tony@tony-Latitude-E6430:~$ 
tony@tony-Latitude-E6430:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/
> 
Thanks, Tony

Code: Select all

tony@tony-Latitude-E6430:~$ inxi -Fx
System:    Host: tony-Latitude-E6430 Kernel: 4.15.0-47-generic x86_64
           bits: 64 gcc: 7.3.0
           Desktop: MATE 1.20.1 (Gtk 3.22.30-1ubuntu2)
           Distro: Linux Mint 19 Tara
Machine:   Device: laptop System: Dell product: Latitude E6430 v: 01 serial: N/A
           Mobo: Dell model: 0CPWYR v: A00 serial: N/A
           BIOS: Dell v: A07 date: 10/08/2012
Battery    BAT0: charge: 62.2 Wh 157.0% condition: 39.6/62.2 Wh (64%)
           model: SMP DELL MKD6223 status: Full
CPU:       Dual core Intel Core i5-3210M (-MT-MCP-) 
           arch: Ivy Bridge rev.9 cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9967
           clock speeds: max: 3100 MHz 1: 2890 MHz 2: 2890 MHz 3: 2890 MHz
           4: 2890 MHz
Graphics:  Card: Intel 3rd Gen Core processor Graphics Controller
           bus-ID: 00:02.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1366x768@60.01hz
           OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile
           version: 4.2 Mesa 18.2.8 Direct Render: Yes
Audio:     Card-1 Intel 7 Series/C216 Family High Def. Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Generalplus driver: USB Audio usb-ID: 003-004
           Sound: Advanced Linux Sound Architecture v: k4.15.0-47-generic
Network:   Card-1: Intel 82579LM Gigabit Network Connection (Lewisville)
           driver: e1000e v: 3.2.6-k port: f080 bus-ID: 00:19.0
           IF: eno1 state: up speed: 100 Mbps duplex: full
           mac: e0:db:55:d2:7c:26
           Card-2: Intel Centrino Ultimate-N 6300
           driver: iwlwifi bus-ID: 02:00.0
           IF: wlp2s0 state: down mac: 24:77:03:d6:91:1c
Drives:    HDD Total Size: 1400.3GB (56.1% used)
           ID-1: /dev/mmcblk0 model: N/A size: 1.0GB
           ID-2: /dev/sda model: Hitachi_HTS72208 size: 80.0GB
           ID-3: /dev/sdb model: TOSHIBA_MK3261GS size: 320.1GB
           ID-4: USB /dev/sdc model: My_Passport_07A8 size: 1000.2GB
Partition: ID-1: / size: 73G used: 18G (26%) fs: ext4 dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 75.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 978 Uptime: 3 days Memory: 3903.0/11882.9MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0
           Client: Shell (bash 4.4.191) inxi: 2.3.56 
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Issue adding PPA for Wine on Linux Mint 19

Post by smurphos »

Typo...you are missing the end of the command.
Boca wrote: Sun Apr 07, 2019 10:05 am

Code: Select all

tony@tony-Latitude-E6430:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/
> 
Thanks, Tony

Code: Select all

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Last edited by smurphos on Sun Apr 07, 2019 10:44 am, edited 1 time in total.
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
Boca
Level 5
Level 5
Posts: 691
Joined: Sun Feb 15, 2015 5:02 am

Re: Issue adding PPA for Wine on Linux Mint 19

Post by Boca »

Boca wrote: Sun Apr 07, 2019 10:05 am
Starkman wrote: Sun Apr 07, 2019 12:14 am Like this poster, I'm having an issue as well with installing Wine.

I followed these instructions, and the last step running

Code: Select all

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
I have a related problem so hope it is ok to add to this thread.
when I try to add the repository, i get a > curser and am unsure what to do...

Code: Select all

tony@tony-Latitude-E6430:~$ sudo dpkg --add-architecture i386 
[sudo] password for tony:        
tony@tony-Latitude-E6430:~$ wget -nc https://dl.winehq.org/wine-builds/winehq.key
--2019-04-07 14:58:44--  https://dl.winehq.org/wine-builds/winehq.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.62.217
Connecting to dl.winehq.org (dl.winehq.org)|151.101.62.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3220 (3.1K) [application/pgp-keys]
Saving to: ‘winehq.key’

winehq.key          100%[===================>]   3.14K  --.-KB/s    in 0s      

2019-04-07 14:58:44 (12.1 MB/s) - ‘winehq.key’ saved [3220/3220]

tony@tony-Latitude-E6430:~$ sudo apt-key add winehq.key

OK
tony@tony-Latitude-E6430:~$ 
tony@tony-Latitude-E6430:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/
> 
Thanks, Tony

Code: Select all

tony@tony-Latitude-E6430:~$ inxi -Fx
System:    Host: tony-Latitude-E6430 Kernel: 4.15.0-47-generic x86_64
           bits: 64 gcc: 7.3.0
           Desktop: MATE 1.20.1 (Gtk 3.22.30-1ubuntu2)
           Distro: Linux Mint 19 Tara
Machine:   Device: laptop System: Dell product: Latitude E6430 v: 01 serial: N/A
           Mobo: Dell model: 0CPWYR v: A00 serial: N/A
           BIOS: Dell v: A07 date: 10/08/2012
Battery    BAT0: charge: 62.2 Wh 157.0% condition: 39.6/62.2 Wh (64%)
           model: SMP DELL MKD6223 status: Full
CPU:       Dual core Intel Core i5-3210M (-MT-MCP-) 
           arch: Ivy Bridge rev.9 cache: 3072 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9967
           clock speeds: max: 3100 MHz 1: 2890 MHz 2: 2890 MHz 3: 2890 MHz
           4: 2890 MHz
Graphics:  Card: Intel 3rd Gen Core processor Graphics Controller
           bus-ID: 00:02.0
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting (unloaded: fbdev,vesa)
           Resolution: 1366x768@60.01hz
           OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile
           version: 4.2 Mesa 18.2.8 Direct Render: Yes
Audio:     Card-1 Intel 7 Series/C216 Family High Def. Audio Controller
           driver: snd_hda_intel bus-ID: 00:1b.0
           Card-2 Generalplus driver: USB Audio usb-ID: 003-004
           Sound: Advanced Linux Sound Architecture v: k4.15.0-47-generic
Network:   Card-1: Intel 82579LM Gigabit Network Connection (Lewisville)
           driver: e1000e v: 3.2.6-k port: f080 bus-ID: 00:19.0
           IF: eno1 state: up speed: 100 Mbps duplex: full
           mac: e0:db:55:d2:7c:26
           Card-2: Intel Centrino Ultimate-N 6300
           driver: iwlwifi bus-ID: 02:00.0
           IF: wlp2s0 state: down mac: 24:77:03:d6:91:1c
Drives:    HDD Total Size: 1400.3GB (56.1% used)
           ID-1: /dev/mmcblk0 model: N/A size: 1.0GB
           ID-2: /dev/sda model: Hitachi_HTS72208 size: 80.0GB
           ID-3: /dev/sdb model: TOSHIBA_MK3261GS size: 320.1GB
           ID-4: USB /dev/sdc model: My_Passport_07A8 size: 1000.2GB
Partition: ID-1: / size: 73G used: 18G (26%) fs: ext4 dev: /dev/sda1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 75.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 978 Uptime: 3 days Memory: 3903.0/11882.9MB
           Init: systemd runlevel: 5 Gcc sys: 7.3.0
           Client: Shell (bash 4.4.191) inxi: 2.3.56 

Apologies, I had incorrectly copied that last instruction.. I had stopped at the "icon"
Screenshot at 2019-04-07 15-41-58.png
The full copy/paste worked ok.

Code: Select all

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' 
User avatar
Boca
Level 5
Level 5
Posts: 691
Joined: Sun Feb 15, 2015 5:02 am

Re: Issue adding PPA for Wine on Linux Mint 19

Post by Boca »

smurphos wrote: Sun Apr 07, 2019 10:43 am Typo...you are missing the end of the command.
Boca wrote: Sun Apr 07, 2019 10:05 am

Code: Select all

tony@tony-Latitude-E6430:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/
> 
Thanks, Tony

Code: Select all

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
our posts overlapped... I had just realised that myself. Thank you anyway.,
Regard, Tony
Locked

Return to “Software & Applications”