LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-24-2018, 07:37 PM   #46
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled

When I click on Refresh it comes back with "Your system is yp to date", no error messages.
 
Old 09-24-2018, 10:36 PM   #47
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Excellent. Thanks (and sorry for the delay - we're on different time zones). Let's double check which version of Wine you have installed:

Code:
dpkg -l "*wine*"
 
Old 09-25-2018, 09:55 AM   #48
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
Code:
dpkg -l "*wine*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
un  wine           <none>       <none>       (no description available)
un  wine-amd64     <none>       <none>       (no description available)
un  wine-i386      <none>       <none>       (no description available)
ii  wine-stable    3.0.3~xenial amd64        WINE Is Not An Emulator - runs MS
ii  wine-stable-am 3.0.3~xenial amd64        WINE Is Not An Emulator - runs MS
ii  wine-stable-i3 3.0.3~xenial i386         WINE Is Not An Emulator - runs MS
un  wine1.4        <none>       <none>       (no description available)
un  wine1.4-amd64  <none>       <none>       (no description available)
un  wine1.4-i386   <none>       <none>       (no description available)
un  wine1.5        <none>       <none>       (no description available)
un  wine1.5-amd64  <none>       <none>       (no description available)
un  wine1.5-i386   <none>       <none>       (no description available)
un  wine1.6        <none>       <none>       (no description available)
un  wine1.6-amd64  <none>       <none>       (no description available)
un  wine1.6-i386   <none>       <none>       (no description available)
un  wine1.7        <none>       <none>       (no description available)
un  wine1.7-amd64  <none>       <none>       (no description available)
un  wine1.7-i386   <none>       <none>       (no description available)
un  wine32         <none>       <none>       (no description available)
un  wine64         <none>       <none>       (no description available)
ii  winehq-stable  3.0.3~xenial amd64        WINE Is Not An Emulator - runs MS
 
Old 09-25-2018, 10:09 AM   #49
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks, GG. Just as a note, you'll see that your output above had some internal truncation of columns, e.g. of package names - in the future, if you see a command's output doing this, you can improve this by expanding the terminal window as large as you can before running the command.

Anyway, that looks great.

Next, let's see what you have installed in Wine. There are different ways of doing this, but given you've experienced problems with the GUI, we'll use the command line:

Code:
wine ~/.wine/drive_c/windows/system32/uninstaller.exe
This opens a Windows uninstaller. Can you note which packages you have installed, including their version number, and note those here. Leave that uninstall window open for the moment.
 
Old 09-25-2018, 02:56 PM   #50
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
Sorry for the delay, doctor's appointment today.

The uninstaller reports:
Notepad++(32-bit x86) ver. 7.5.4 and Wine Gecko (32-bit) ver. 2.47
 
Old 09-25-2018, 02:59 PM   #51
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Great, thanks. Do you have the Kindle 1.17 installer downloaded from https://filehippo.com/download_kindle_for_pc/69970/?

Last edited by hydrurga; 09-25-2018 at 03:02 PM.
 
Old 09-25-2018, 03:16 PM   #52
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
Yes
 
Old 09-25-2018, 03:21 PM   #53
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Great. Right click on it and select Open With->Wine Windows Program Loader (it may take a little while to open).

Carry on with the installation - if Wine says that it needs to download extra files, let it.

Once you get to the "Register Kindle" window, you can just close this or try signing in (I don't use Kindle so I haven't tried signing on). As you can register afterwards, perhaps the best bet is just to close that window for now.

When the installation is finished, you should have a Kindle shortcut on your desktop and in the Mint menu.
 
Old 09-25-2018, 03:52 PM   #54
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
When I "Right click on it and select Open With->Wine Windows Program Loader" the program says "Please wait will setup is unpacking data" and never goes any further. I waited 10+ minutes without results. It unpacks data but never installs Kindle, at least not with my installation of Linux Mint 18.3.
 
Old 09-25-2018, 04:01 PM   #55
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Have you tried minimising various open windows to see if the installer window is hidden underneath?

Are you running low on RAM or disk space?

When the unpacking gets to 100% do you see a Kindle window flash up very quickly?

It works on my Mint 19 installation (in a VirtualBox VM), and we're running the same version of Wine.
 
Old 09-26-2018, 02:35 PM   #56
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
Sorry for the delay, never saw the message come in, finally decided to just check for a new one and there it was.

Yes I have minimized all the other screens, I have even made sure only needed screens were on shutting down all unneeded screens. Plenty of RAM. When unpacking is completed the box disappears. No Kindle window flashes and nothing else happens on the screen. It as if I never tried to install Kindle at all.

I am in the process of making a bootable USB with Linux Mint 19 on it. I will test it on another laptop and see Kindle can be installed on it. This may take some time but I will let you know what the results are as soon as I can.
 
Old 09-26-2018, 02:49 PM   #57
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by GardenGuy42 View Post
Sorry for the delay, never saw the message come in, finally decided to just check for a new one and there it was.

Yes I have minimized all the other screens, I have even made sure only needed screens were on shutting down all unneeded screens. Plenty of RAM. When unpacking is completed the box disappears. No Kindle window flashes and nothing else happens on the screen. It as if I never tried to install Kindle at all.

I am in the process of making a bootable USB with Linux Mint 19 on it. I will test it on another laptop and see Kindle can be installed on it. This may take some time but I will let you know what the results are as soon as I can.
Ok, GG. Thanks for the info!
 
Old 09-27-2018, 02:50 PM   #58
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
Linux Mint 19 was successfully installed on a Toshiba Sattellite L75D-A laptop. Wine was installed with what appeared to be much more time and many more files. Had difficult downloading and installing Kindle last night; kept getting "Wine C++ runtime error: abnormal program termination" message, but this morning everything went well and Kindle is working with only a few minor hiccups. (another issue altogether).

At this point I want to install Mint 19 on the Dell computer, but want to double check first. I assume I should back up ANY AND ALL date first to be reinstalled AFTER Mint 19 is installed, correct?

I used previous instructions to install Wine and Kindle and came across this, something I didn't pick up on the first (few) time I ran it (see message #39). Is "deb" a missing command?

Code:
deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main
No command 'deb' found, did you mean:
 Command 'debc' from package 'devscripts' (main)
 Command 'debi' from package 'devscripts' (main)
 Command 'derb' from package 'icu-devtools' (main)
 Command 'dex' from package 'dex' (universe)
 Command 'dab' from package 'bsdgames' (universe)
 Command 'xdeb' from package 'xdeb' (universe)
 Command 'dub' from package 'dub' (universe)
 Command 'deb3' from package 'quilt' (universe)
deb: command not found
 
Old 09-27-2018, 02:53 PM   #59
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
deb isn't a command. That is a data line in your software source file specifying a repository. It was never meant to be executed.

Are you intending on doing a fresh Mint 19 install or an in-situ upgrade (I recommend the former)?
 
Old 09-27-2018, 03:04 PM   #60
GardenGuy42
Member
 
Registered: Sep 2018
Posts: 33

Original Poster
Rep: Reputation: Disabled
Fresh
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot refresh list of updates after upgrade to Linux Mint 18.2 RayRay Linux - Newbie 2 09-23-2017 03:04 PM
[SOLVED] Could not refresh the list of updates. I tried to fix it but no go L a r r y Linux - Software 7 08-09-2016 07:32 AM
Could not refresh list of updates crash rclinux Linux - Laptop and Netbook 1 02-13-2016 04:50 PM
Update Manager - ERROR: "could not refresh the list of packages" Optiker Linux - Newbie 16 12-18-2013 09:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration