I am running antiX 16.2 (64 bit) on a Compaq Presario V2000 laptop.
I installed Master PDF Editor with the deb file: master-pdf-editor-4.2.70_i386.deb
The installation was completed and successful. Master PDF Editor shows as an installed program in the applications menu as well as a right click option for opening PDFs.
However, the program will not open. When I click on the application nothing happens. When I choose Master PDF to open a PDF, nothing happens.
Please help.
Thanks
-
Posts: 70
- Joined: 04 Jul 2017
#1
Last edited by greyowl on 03 Sep 2017, 21:16, edited 1 time in total.
-
Posts: 850
- Joined: 26 Jul 2012
#2
Try running it from a terminal, that will usually tell you if it is missing any depenencies.
-
Posts: 70
- Joined: 04 Jul 2017
#3
I am very new to linux and antiX.
Could you explain how I would run it from the terminal?
Thanks for the help.fatmac wrote:Try running it from a terminal, that will usually tell you if it is missing any depenencies.
I am very new to linux and antiX.
Could you explain how I would run it from the terminal?
-
Posts: 850
- Joined: 26 Jul 2012
#4
Open a terminal, type in the program name, then hit enter. It should run the program, but if not, it should show what dependencies, if any, are missing. then you just need to install the missing programs, & all should be well. __{{emoticon}}__
Edit: You may also find that running using sudo will sort it out.
(Edited to fix the command.)
Edit: You may also find that running
Code: Select all
apt-get --fix-broken install
(Edited to fix the command.)
Last edited by fatmac on 07 Aug 2017, 13:52, edited 2 times in total.
-
Posts: 70
- Joined: 04 Jul 2017
#5
Just typing in the program name doesn't seem to work. I tried variations of the name and here are the results:
user@antix1:~
$ master
bash: master: command not found
user@antix1:~
$ master pdf
bash: master: command not found
user@antix1:~
$ master-pdf
bash: master-pdf: command not found
user@antix1:~
$ master pdf editor
bash: master: command not found
user@antix1:~
$ master-pdf-editor
bash: master-pdf-editor: command not found
user@antix1:~
$ master pdf editor 4
bash: master: command not found
user@antix1:~
$ master-pdf-editor-4
bash: master-pdf-editor-4: command not found
user@antix1:~
$
user@antix1:~
$ master
bash: master: command not found
user@antix1:~
$ master pdf
bash: master: command not found
user@antix1:~
$ master-pdf
bash: master-pdf: command not found
user@antix1:~
$ master pdf editor
bash: master: command not found
user@antix1:~
$ master-pdf-editor
bash: master-pdf-editor: command not found
user@antix1:~
$ master pdf editor 4
bash: master: command not found
user@antix1:~
$ master-pdf-editor-4
bash: master-pdf-editor-4: command not found
user@antix1:~
$
-
Posts: 850
- Joined: 26 Jul 2012
#6
OK, try using apt-get to sort out the dependencies.
(Edited to fix the command.)
Code: Select all
sudo apt-get --fix-broken install
Last edited by fatmac on 07 Aug 2017, 13:54, edited 1 time in total.
-
Posts: 70
- Joined: 04 Jul 2017
#7
Here is the result:
user@antix1:~
$ sudo apt-get --fix-broken
E: Command line option --fix-broken is not understood
user@antix1:~
$
user@antix1:~
$ sudo apt-get --fix-broken
E: Command line option --fix-broken is not understood
user@antix1:~
$
-
Posts: 850
- Joined: 26 Jul 2012
#8
Also, just realized you are trying to install a 32bit program onto a 64bit system, you may need a 32bit subsystem to handle it - best to use a 64bit program on a 64bt system.
It may also be an Ubuntu specific program, they don't always name their programs the same as Debian, which can also cause dependency problems.
(I have no experience of running 32bit programs on 64bit.)
It may also be an Ubuntu specific program, they don't always name their programs the same as Debian, which can also cause dependency problems.
(I have no experience of running 32bit programs on 64bit.)
-
Posts: 850
- Joined: 26 Jul 2012
My mistake, sorry been a while since I needed to fix anything, that should have been,
(I just ran it on mine. __{{emoticon}}__ )
Edit: If that doesn't fix it, one of the the more regulars should find this thread & help.
Code: Select all
sudo apt-get --fix-missing install
Edit: If that doesn't fix it, one of the the more regulars should find this thread & help.
-
Posts: 70
- Joined: 04 Jul 2017
#10
I tried installing the 64bit version but there was a warning that there was a dependency which I attempted to install but then got a warning that the dependency would break an existing program and also had another dependency. At that point, I backed away from the 64bit version. Do you think I should proceed with this?
With MS Windows, a 64 bit system can accommodate 32 bit programs. So, Is this different with linux ie must have 64 bit programs with a 64 bit linux system?
There is also a tar version (master-pdf-editor-4.2.70_qt4.amd64.tar.gz), but I don't know how to work with it. Would this be worth a try?
Yes, the downloads are designed for Red Hat or Ubuntu.
On another laptop, I installed it successfully on Mint 32bit.
With MS Windows, a 64 bit system can accommodate 32 bit programs. So, Is this different with linux ie must have 64 bit programs with a 64 bit linux system?
There is also a tar version (master-pdf-editor-4.2.70_qt4.amd64.tar.gz), but I don't know how to work with it. Would this be worth a try?
Yes, the downloads are designed for Red Hat or Ubuntu.
On another laptop, I installed it successfully on Mint 32bit.
-
Posts: 70
- Joined: 04 Jul 2017
#11
user@antix1:~
$ sudo apt-get --fix-missing install
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
user@antix1:~
$
Here is the results:fatmac wrote:My mistake, sorry been a while since I needed to fix anything, that should have been,
(I just ran it on mine. __{{emoticon}}__ )Code: Select all
sudo apt-get --fix-missing install
Edit: If that doesn't fix it, one of the the more regulars should find this thread & help.
user@antix1:~
$ sudo apt-get --fix-missing install
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
user@antix1:~
$
-
Posts: 850
- Joined: 26 Jul 2012
#12
Personally, I would look for another program to do what you want, from the Debian repositories.
(Mint is based on Ubuntu, that is probably why it worked.)
(Mint is based on Ubuntu, that is probably why it worked.)
-
Posts: 70
- Joined: 04 Jul 2017
#13
Are the Debian repositories, in the Synaptic Package Manager?
Do you know of a good program that will provide for editing PDFs?
Thanks for the advise.fatmac wrote:Personally, I would look for another program to do what you want, from the Debian repositories.
(Mint is based on Ubuntu, that is probably why it worked.)
Are the Debian repositories, in the Synaptic Package Manager?
Do you know of a good program that will provide for editing PDFs?
-
Posts: 70
- Joined: 04 Jul 2017
#14
Is there anyone who would have some other suggestions for dealing with this problem?
-
Posts: 850
- Joined: 26 Jul 2012
#15
According to info at this website, the tarball should work from its own directory.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://linuxg.net/how-to-install-master-pdf-editor-1-9-on-ubuntu-linux-mint-debian-fedora-opensuse-and-many-other-linux-systems/"
linktext was:"http://linuxg.net/how-to-install-master ... x-systems/"
====================================
The choice whether to try it is yours. __{{emoticon}}__
Packages can be searched through.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.debian.org/distrib/packages"
linktext was:"https://www.debian.org/distrib/packages"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://linuxg.net/how-to-install-master-pdf-editor-1-9-on-ubuntu-linux-mint-debian-fedora-opensuse-and-many-other-linux-systems/"
linktext was:"http://linuxg.net/how-to-install-master ... x-systems/"
====================================
The choice whether to try it is yours. __{{emoticon}}__
Packages can be searched through.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.debian.org/distrib/packages"
linktext was:"https://www.debian.org/distrib/packages"
====================================