How to install Openscad in Ubuntu 18.04? [closed]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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
![](https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg?sz=32)
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
![](https://i.stack.imgur.com/cLDmq.png?s=32&g=1)
![](https://i.stack.imgur.com/cLDmq.png?s=32&g=1)
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