[SOLVED] Has anybody installed Librecad 2.0.0rc2 yet?

Archived topics about LMDE 1 and LMDE 2
Locked
janthree
Level 1
Level 1
Posts: 13
Joined: Thu Jun 13, 2013 12:58 am

[SOLVED] Has anybody installed Librecad 2.0.0rc2 yet?

Post by janthree »

Has anybody installed Librecad 2.0.0rc2 yet? I would like to update to 2.0 but need some guidance on the best installation procedure since it is not showing up in Synaptic.

Thanks.
janthree
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Has anybody installed Librecad 2.0.0rc2 yet?

Post by Monsta »

Please post the output of:

Code: Select all

inxi -Sr
janthree
Level 1
Level 1
Posts: 13
Joined: Thu Jun 13, 2013 12:58 am

Re: Has anybody installed Librecad 2.0.0rc2 yet?

Post by janthree »

Thanks for the response Monsta,

Here's the output of inxi -Sr


System: Kernel 3.10-2-amd64 x86_64 (64 bit) Distro LinuxMint 1 debian
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://packages.linuxmint.com/ debian upstream import main
deb http://mirror.metrocast.net/linuxmint-debian/latest testing main contrib non-free
deb http://mirror.metrocast.net/linuxmint-debian/latest/security testing/updates main contrib non-free
deb http://mirror.metrocast.net/linuxmint-debian/latest/multimedia testing main non-free


janthree
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Has anybody installed Librecad 2.0.0rc2 yet?

Post by Monsta »

Librecad 2.0 doesn't show up in Synaptic because you haven't added the repository for it. It's currently only in Debian Experimental.

To get it, add the repository:

Code: Select all

su -c 'echo deb http://http.debian.net/debian experimental main > /etc/apt/sources.list.d/exp.list'
then update the package lists and install:

Code: Select all

sudo apt-get update
sudo apt-get -t experimental install librecad
and then remove the experimental repository (you probably wouldn't want to keep it):

Code: Select all

sudo rm /etc/apt/sources.list.d/exp.list
sudo apt-get update
janthree
Level 1
Level 1
Posts: 13
Joined: Thu Jun 13, 2013 12:58 am

Re: Has anybody installed Librecad 2.0.0rc2 yet?

Post by janthree »

Your commands worked like a charm Monsta. LibreCad 2.0.0rc2 is installed and running without a hitch. Let me say that the kind of clear, concise, straight-forward advice you gave is what keeps Linux running for novices like me. Thank you.

janthree
krustybaguette
Level 3
Level 3
Posts: 153
Joined: Thu Mar 31, 2011 8:24 am

Re: [SOLVED] Has anybody installed Librecad 2.0.0rc2 yet?

Post by krustybaguette »

I was able to add the repos and install Librecad with no problems, but when I clicked on the Help/Manual I got the "Buggers, I couldn't find the helpfiles on the system" message. Can't find any additional packages to install on Synaptic or Software Manager. No sign of it on the Librecad web site either.
Also Help/About reports not version 2.0.0rc2 but

Version: 1.0.1
SCM Revision: 1.0.0
Compiled on: Feb 21 2012
Portions (c) 2011 by R. van Twisk

Is there a different repository for the RC/experimental version?
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: [SOLVED] Has anybody installed Librecad 2.0.0rc2 yet?

Post by Monsta »

Version 2.0.1+nolibs-1 is in Debian Unstable repo right now. I don't know if it will fix the problem, but you can try it anyway.
Locked

Return to “LMDE Archive”