Install 2D QCAD

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
sswcharlie
Level 3
Level 3
Posts: 156
Joined: Thu Jun 05, 2014 2:19 am

Install 2D QCAD

Post by sswcharlie »

Hi

Have downloaded this file off QCAD site: qcad-3.27.1.trial-linux-x86_32.run


How do I get this to install ? With Terminal

Thanks

Charles
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
RIH
Level 9
Level 9
Posts: 2892
Joined: Sat Aug 22, 2015 3:47 am

Re: Install 2D QCAD

Post by RIH »

Go to File, Right Mouse Click on it & then select Properties from the drop down list.
Go to Permissions tab & tick box Allow executing File as a Program.
Mouse Click - open, or double mouse click, on the File.
In the pop-up request select 'Open in Terminal'.
Done....
Image
sswcharlie
Level 3
Level 3
Posts: 156
Joined: Thu Jun 05, 2014 2:19 am

Re: Install 2D QCAD

Post by sswcharlie »

Thanks for your reply.

Have done all that. Nothing happens on display, or run, but in 'run from terminal' it goes briefly to this message and then nothing.

'Checking Archive Integrity'

In Properties/Permissions there are 3 headings as well as tickbox. They are all read/write and box is checked for execution.

Can I enter a terminal code to open from folder ?

Thakyou
Charles Harris
User avatar
Maxwell-J
Level 4
Level 4
Posts: 389
Joined: Fri Nov 12, 2021 6:10 pm

Re: Install 2D QCAD

Post by Maxwell-J »

so you've downloaded qcad-3.27.1-trial-linux-x86_32.run

what is it's size 114.7MB ?

have you checked it's hash to ensure what you downloaded is all good ?

Image
sswcharlie
Level 3
Level 3
Posts: 156
Joined: Thu Jun 05, 2014 2:19 am

Re: Install 2D QCAD

Post by sswcharlie »

Yes file size is 114.7MB

Hash is a new term to me. How do I check to see if all there?


Thankyou

Charles
RIH
Level 9
Level 9
Posts: 2892
Joined: Sat Aug 22, 2015 3:47 am

Re: Install 2D QCAD

Post by RIH »

sswcharlie wrote: Sun Jan 16, 2022 5:34 pm Have done all that. Nothing happens on display, or run, but in 'run from terminal' it goes briefly to this message and then nothing.
Charles Harris
As I said before, Run in Terminal is the choice to make.
A Terminal then opens uncompresses the file & installs files. Then the Terminal automatically closes & QCAD is available in the Menu.
qcad.png
Image
User avatar
Maxwell-J
Level 4
Level 4
Posts: 389
Joined: Fri Nov 12, 2021 6:10 pm

Re: Install 2D QCAD

Post by Maxwell-J »

RIH wrote: Sun Jan 16, 2022 9:25 pm As I said before, Run in Terminal is the choice to make.
A Terminal then opens uncompresses the file & installs files. Then the Terminal automatically closes & QCAD is available in the Menu.
check your menu .... it may well have installed, if not advise and we'll go further

Image
sswcharlie
Level 3
Level 3
Posts: 156
Joined: Thu Jun 05, 2014 2:19 am

Re: Install 2D QCAD

Post by sswcharlie »

Hi Maxwell-J


No luck there either. no sign of it.

If I do a command direct into the terminal would that work. What command. Program in qcad/

Thankyou so much for your aswsistance.

Charles
sswcharlie
Level 3
Level 3
Posts: 156
Joined: Thu Jun 05, 2014 2:19 am

Re: Install 2D QCAD

Post by sswcharlie »

Hi Maxwell-J

Made some progress just now. I downloaded a different file off the QCad web page a tar.gz file. Now opens ok and have done the 'extract'.

Only to find a message not enough room on this device !!It is on a laptop which I do know is getting quite full. Will clear the decks onto a usb and then try again. I was looking to go to another laptop I have a 64 bit with heaps of room, but needs some small repairs first.

Just put on hold for now and I will get back to you in a few days.

Thanks

Charles
iliketrains
Level 4
Level 4
Posts: 241
Joined: Wed Aug 26, 2020 6:32 pm

Re: Install 2D QCAD

Post by iliketrains »

Looking in my bash history

Code: Select all

  cd Downloads/
  chmod a+x qcad-3.26.4-trial-linux-x86_64.run 
  ./qcad-3.26.4-trial-linux-x86_64.run 
Dowloads being the directory that the .run went when it was downloaded.
That matches the instructions found on QCAD site: https://qcad.org/en/documentation/insta ... ler_(.run)
There should be a desktop shortcut if .run was successful but that's probably optional.
It wants to place itself in home/yourself/opt , but I think that's also optional.
To run it from command line:

Code: Select all

opt/qcad-3.26.4-trial-linux-x86_64/qcad
Providing it was allowed to place itself in that directory

That's the generic linux install, no doubt the other suggestions above are as good or better.
User avatar
Maxwell-J
Level 4
Level 4
Posts: 389
Joined: Fri Nov 12, 2021 6:10 pm

Re: Install 2D QCAD

Post by Maxwell-J »

use the .run file

in the Terminal use the command

Code: Select all

sh qcad-3.27.1-trial-linux-x86_32.run


it should then install giving you details in the terminal
iliketrains
Level 4
Level 4
Posts: 241
Joined: Wed Aug 26, 2020 6:32 pm

Re: Install 2D QCAD

Post by iliketrains »

Why the 32 bit qcad?
Is your Mint 32 bit ?
User avatar
Maxwell-J
Level 4
Level 4
Posts: 389
Joined: Fri Nov 12, 2021 6:10 pm

Re: Install 2D QCAD

Post by Maxwell-J »

iliketrains wrote: Mon Jan 17, 2022 4:02 am Why the 32 bit qcad?
Is your Mint 32 bit ?
if you're asking me then I use the 64bit but the OP downloaded the 32 bit so I posted the cmd for him to run it
iliketrains
Level 4
Level 4
Posts: 241
Joined: Wed Aug 26, 2020 6:32 pm

Re: Install 2D QCAD

Post by iliketrains »

Sorry it was intended to OP.
Longtime QCAD user here, back to Windows XP days. It's old-school but awesome for dxf and also some svg stuff.
The 3 lines of code I posted earlier worked in current Mint and also previous Mint. Just what I know to work, not the only way. It's not copy-paste but OP will spot that.
The 32 bit qcad installer is known problematic in 64 bit system, so I figured it best to ask.
User avatar
Maxwell-J
Level 4
Level 4
Posts: 389
Joined: Fri Nov 12, 2021 6:10 pm

Re: Install 2D QCAD

Post by Maxwell-J »

Charlie what version of Linux Mint are you running ?
Locked

Return to “Software & Applications”