Page 1 of 1

Trouble updating Pale Moon

Posted: 2017-02-22, 20:22
by 14themoon
HI,

I'm having upgrading to the new version of Pale Moon. I tried using the pmsinstaller.sh on my computer, but that isn't responding. Perhaps there is a new version of that too. I am using Xubuntu on a Lenovo T400. My current version of Pale Moon is 27.0.3 (x64). Any advice will be greatly appreciated!

Re: Trouble updating Pale Moon

Posted: 2017-02-22, 22:32
by trava90
Can you provide more specifics?

Re: Trouble updating Pale Moon

Posted: 2017-02-23, 02:50
by 14themoon
I have Xubuntu 16.4. Not sure what other info I can provide.

Re: Trouble updating Pale Moon

Posted: 2017-02-23, 05:31
by trava90
Specifically what do you mean by the pminstaller isn't responding?

Re: Trouble updating Pale Moon

Posted: 2017-02-23, 15:46
by 14themoon
I have pminstaller.sh on my desktop but it will not respond when I try to upgrade. Actually, I did a system upgrade last night in a terminal and I think it upgraded Pale Moon as well. Will Pale Moon only upgrade through its own installer?

Re: Trouble updating Pale Moon

Posted: 2017-02-23, 22:26
by stevenpusser
The only way a system upgrade would update PM is if a repository was in your apt software sources that contained the package, and the only one of those I know of is my OBS repo. We can check that right away in the terminal with

Code: Select all

apt-cache policy palemoon
If PM is installed with the installer script, it will not appear in the apt system that that command checks.

And for troubleshooting a shell script, the best way is to try to run it in a terminal and see if any errors come up. Try

Code: Select all

./pminstaller.sh
in the folder where that script is.

Re: Trouble updating Pale Moon

Posted: 2017-02-24, 16:28
by 14themoon
Thank you. Here is the reply I received. Looks to me, unless I'm mistaken, like package is present.

palemoon:
Installed: 27.1.1~repack-1
Candidate: 27.1.1~repack-1
Version table:
*** 27.1.1~repack-1 500
500 http://download.opensuse.org/repositori ... untu_16.04 Packages
100 /var/lib/dpkg/status

Re: Trouble updating Pale Moon

Posted: 2017-02-24, 20:14
by stevenpusser
Yes, that's the version from the OBS repository...I don't get exactly why you are trying to run the installer script, then. I add the "repack" to the version to show that I recompress the original tar.gz source tarball from github to a tar.xz format for considerable size savings.

The only thing I can think of is perhaps the script is stopping if it wants to add a file and finds that the repository package has already installed it, such as the palemoon.desktop file. But now I'm just arm-waving.

Re: Trouble updating Pale Moon

Posted: 2017-02-24, 21:46
by 14themoon
Thanks for your help on this. I think the fact that it's now working means it's best to leave well enough alone. For some reason Pale Moon updated executing the update and upgrade through the terminal, but not through the auto "software update" furnished by Xubuntu.

Incidentally, when I do execute a periodic software update using the terminal, your name is there on some of the packages. Why is that? It says something about being connected with Opera but I don't have Opera installed on this computer. Thanks again for your help!!

Re: Trouble updating Pale Moon

Posted: 2017-02-25, 00:11
by stevenpusser
Perhaps you are confusing the openSUSE Build Service, which should be the only place you would be getting any packages with my name on them, with Opera?

This could be determined in a second or two if you just would cut and paste what you're talking about from the terminal into a code box here, instead of referring to what you saw in somewhat vague terms. ;)

Re: Trouble updating Pale Moon

Posted: 2017-03-01, 15:35
by 14themoon
Please understand I'm not making any accusations! It's not a problem, I was just curious. I will do that next time I update...if I can catch the package fast enough. As they install they pass by the screen fairly quickly. But I'll see if I can copy it. Thank you for your help on this!

Re: Trouble updating Pale Moon

Posted: 2017-03-02, 21:31
by stevenpusser
Well, doing any apt package management directly from a terminal will allow you to see what happens and not lose it. I like GUIs myself, but am not a fan of one that whisks away interesting information output before a user can copy it! I have to assume that's the homebrewed Mint updater; maybe there's a setting for it that doesn't close whatever you are seeing someplace. Our homebrewed MX Linux updater allows for that option...