How to install Openscad in Ubuntu 18.04? [closed]

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
There is no current release of this source package in 18.04 (Bionic Beaver).
However, openscad-mcad exists, which depends on openscad, so that's obviously an error.
18.04
closed as off-topic by Arronical, karel, Fabby, pomsky, muru Apr 24 at 11:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." â Arronical, karel, Fabby, pomsky, muru
add a comment |Â
up vote
2
down vote
favorite
There is no current release of this source package in 18.04 (Bionic Beaver).
However, openscad-mcad exists, which depends on openscad, so that's obviously an error.
18.04
closed as off-topic by Arronical, karel, Fabby, pomsky, muru Apr 24 at 11:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." â Arronical, karel, Fabby, pomsky, muru
Why is the dependency obviously an error?
â Karl Richter
Apr 24 at 11:13
18.04 is now supported, the package is still missing (with an open bug report), and the question/answer should now be valid.
â pim
Apr 28 at 10:09
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
There is no current release of this source package in 18.04 (Bionic Beaver).
However, openscad-mcad exists, which depends on openscad, so that's obviously an error.
18.04
There is no current release of this source package in 18.04 (Bionic Beaver).
However, openscad-mcad exists, which depends on openscad, so that's obviously an error.
18.04
edited Apr 24 at 11:13
Karl Richter
2,25573361
2,25573361
asked Apr 24 at 9:30
bolean
464
464
closed as off-topic by Arronical, karel, Fabby, pomsky, muru Apr 24 at 11:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." â Arronical, karel, Fabby, pomsky, muru
closed as off-topic by Arronical, karel, Fabby, pomsky, muru Apr 24 at 11:13
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Bug reports and problems specific to development version of Ubuntu should be reported on Launchpad so that developers can see, track and fix these issues." â Arronical, karel, Fabby, pomsky, muru
Why is the dependency obviously an error?
â Karl Richter
Apr 24 at 11:13
18.04 is now supported, the package is still missing (with an open bug report), and the question/answer should now be valid.
â pim
Apr 28 at 10:09
add a comment |Â
Why is the dependency obviously an error?
â Karl Richter
Apr 24 at 11:13
18.04 is now supported, the package is still missing (with an open bug report), and the question/answer should now be valid.
â pim
Apr 28 at 10:09
Why is the dependency obviously an error?
â Karl Richter
Apr 24 at 11:13
Why is the dependency obviously an error?
â Karl Richter
Apr 24 at 11:13
18.04 is now supported, the package is still missing (with an open bug report), and the question/answer should now be valid.
â pim
Apr 28 at 10:09
18.04 is now supported, the package is still missing (with an open bug report), and the question/answer should now be valid.
â pim
Apr 28 at 10:09
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
It seems openscad is not in 18.04, I just opened a bug here, feel free to subscribe to it.
In the meantime, here is a procedure to install openscad from the debian/sid package:
# gdebi will manage .deb dependencies
sudo apt-get install gdebi-core
wget http://ftp.us.debian.org/debian/pool/main/o/openscad/openscad_2015.03-2+dfsg-2+b3_amd64.deb
sudo gdebi openscad_2015.03-2+dfsg-2+b3_amd64.deb
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
It seems openscad is not in 18.04, I just opened a bug here, feel free to subscribe to it.
In the meantime, here is a procedure to install openscad from the debian/sid package:
# gdebi will manage .deb dependencies
sudo apt-get install gdebi-core
wget http://ftp.us.debian.org/debian/pool/main/o/openscad/openscad_2015.03-2+dfsg-2+b3_amd64.deb
sudo gdebi openscad_2015.03-2+dfsg-2+b3_amd64.deb
add a comment |Â
up vote
3
down vote
It seems openscad is not in 18.04, I just opened a bug here, feel free to subscribe to it.
In the meantime, here is a procedure to install openscad from the debian/sid package:
# gdebi will manage .deb dependencies
sudo apt-get install gdebi-core
wget http://ftp.us.debian.org/debian/pool/main/o/openscad/openscad_2015.03-2+dfsg-2+b3_amd64.deb
sudo gdebi openscad_2015.03-2+dfsg-2+b3_amd64.deb
add a comment |Â
up vote
3
down vote
up vote
3
down vote
It seems openscad is not in 18.04, I just opened a bug here, feel free to subscribe to it.
In the meantime, here is a procedure to install openscad from the debian/sid package:
# gdebi will manage .deb dependencies
sudo apt-get install gdebi-core
wget http://ftp.us.debian.org/debian/pool/main/o/openscad/openscad_2015.03-2+dfsg-2+b3_amd64.deb
sudo gdebi openscad_2015.03-2+dfsg-2+b3_amd64.deb
It seems openscad is not in 18.04, I just opened a bug here, feel free to subscribe to it.
In the meantime, here is a procedure to install openscad from the debian/sid package:
# gdebi will manage .deb dependencies
sudo apt-get install gdebi-core
wget http://ftp.us.debian.org/debian/pool/main/o/openscad/openscad_2015.03-2+dfsg-2+b3_amd64.deb
sudo gdebi openscad_2015.03-2+dfsg-2+b3_amd64.deb
answered Apr 24 at 11:04
pim
1,700722
1,700722
add a comment |Â
add a comment |Â
Why is the dependency obviously an error?
â Karl Richter
Apr 24 at 11:13
18.04 is now supported, the package is still missing (with an open bug report), and the question/answer should now be valid.
â pim
Apr 28 at 10:09