discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

OpenSCAD on Ubuntu 18.04 how?

NH
nop head
Wed, Aug 14, 2019 5:56 PM

So Ubuntu 18.04 comes with the 2015 release. On the download page it says
this. But then it says :

For Ubuntu users:
To update to the latest release add the following PPA
https://launchpad.net/~openscad/+archive/ubuntu/releases before
installing OpenSCAD:

Does this mean it should work on Ubuntu 18.04 after doing this, because it
doesn't?

Then I tried the app image version for other Linux and that says there is
no application installed for app image bundle files.

Then I tried:
deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/
./

But I don't seem to have deb and apt-get intall deb doesn't know of it.

Is the only way to get it on Ubuntu 18.04 to build it from source?

So Ubuntu 18.04 comes with the 2015 release. On the download page it says this. But then it says : > > For Ubuntu users: > To update to the latest release add the following PPA > <https://launchpad.net/~openscad/+archive/ubuntu/releases> before > installing OpenSCAD: Does this mean it should work on Ubuntu 18.04 after doing this, because it doesn't? Then I tried the app image version for other Linux and that says there is no application installed for app image bundle files. Then I tried: deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ ./ But I don't seem to have deb and apt-get intall deb doesn't know of it. Is the only way to get it on Ubuntu 18.04 to build it from source?
TP
Torsten Paul
Wed, Aug 14, 2019 9:11 PM

On 14.08.19 19:56, nop head wrote:

Does this mean it should work on Ubuntu 18.04 after doing this,
because it doesn't?

The PPA is separately maintained, I was hoping it gets updated
soon. If not we may need to drop the reference from the homepage.

Then I tried the app image version for other Linux and that says
there is no application installed for app image bundle files.

That's odd. I don't know what that means. The normal process
for AppImages is 1) download 2) make executable 3) run.

This line needs to go into into the file /etc/apt/sources.list
or alternatively create a new file, e.g. openscad-nightly.list,
in /etc/apt/sources.list.d/ with just that line.

After that it should be picked up by the distro software tools,
so apt-get update && apt-get install openscad-nightly should
work.

Ubuntu should also be able to install the Snap package, but I
would not really recommend using that as this makes it run in
a container which means working with files is a bit annoying.

ciao,
Torsten.

On 14.08.19 19:56, nop head wrote: > Does this mean it should work on Ubuntu 18.04 after doing this, > because it doesn't? The PPA is separately maintained, I was hoping it gets updated soon. If not we may need to drop the reference from the homepage. > Then I tried the app image version for other Linux and that says > there is no application installed for app image bundle files. That's odd. I don't know what that means. The normal process for AppImages is 1) download 2) make executable 3) run. > Then I tried: > deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ ./ This line needs to go into into the file /etc/apt/sources.list or alternatively create a new file, e.g. openscad-nightly.list, in /etc/apt/sources.list.d/ with just that line. After that it should be picked up by the distro software tools, so apt-get update && apt-get install openscad-nightly should work. Ubuntu should also be able to install the Snap package, but I would not really recommend using that as this makes it run in a container which means working with files is a bit annoying. ciao, Torsten.
NH
nop head
Fri, Aug 16, 2019 10:33 PM
  1. make executable

Oh, I now see, you mean chmod +x, I thought you meant make an executable,
i.e. build it in some way.

Yes after chmod + x the appimage just runs.

On Wed, 14 Aug 2019 at 22:12, Torsten Paul Torsten.Paul@gmx.de wrote:

On 14.08.19 19:56, nop head wrote:

Does this mean it should work on Ubuntu 18.04 after doing this,
because it doesn't?

The PPA is separately maintained, I was hoping it gets updated
soon. If not we may need to drop the reference from the homepage.

Then I tried the app image version for other Linux and that says
there is no application installed for app image bundle files.

That's odd. I don't know what that means. The normal process
for AppImages is 1) download 2) make executable 3) run.

Then I tried:
deb

https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ ./

This line needs to go into into the file /etc/apt/sources.list
or alternatively create a new file, e.g. openscad-nightly.list,
in /etc/apt/sources.list.d/ with just that line.

After that it should be picked up by the distro software tools,
so apt-get update && apt-get install openscad-nightly should
work.

Ubuntu should also be able to install the Snap package, but I
would not really recommend using that as this makes it run in
a container which means working with files is a bit annoying.

ciao,
Torsten.


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

> > 2) make executable Oh, I now see, you mean chmod +x, I thought you meant make an executable, i.e. build it in some way. Yes after chmod + x the appimage just runs. On Wed, 14 Aug 2019 at 22:12, Torsten Paul <Torsten.Paul@gmx.de> wrote: > On 14.08.19 19:56, nop head wrote: > > Does this mean it should work on Ubuntu 18.04 after doing this, > > because it doesn't? > > The PPA is separately maintained, I was hoping it gets updated > soon. If not we may need to drop the reference from the homepage. > > > Then I tried the app image version for other Linux and that says > > there is no application installed for app image bundle files. > > That's odd. I don't know what that means. The normal process > for AppImages is 1) download 2) make executable 3) run. > > > Then I tried: > > deb > https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ ./ > > This line needs to go into into the file /etc/apt/sources.list > or alternatively create a new file, e.g. openscad-nightly.list, > in /etc/apt/sources.list.d/ with just that line. > > After that it should be picked up by the distro software tools, > so apt-get update && apt-get install openscad-nightly should > work. > > Ubuntu should also be able to install the Snap package, but I > would not really recommend using that as this makes it run in > a container which means working with files is a bit annoying. > > ciao, > Torsten. > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >
K
KeithSloan52
Sun, Feb 9, 2020 1:37 PM

I am trying to install the 2019 version of OpenSCAD on Ubuntu 18.04

I have created /etc/apt/sources.list.d/openscad-nightly.list

and it contains
deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/
bionic universe

I run
sudo apt-get update
sudo apt-get install openscad-nightly

But get

No apt package "openscad-nightly", but there is a snap with that name.
Try "snap install openscad-nightly"

--
Sent from: http://forum.openscad.org/

I am trying to install the 2019 version of OpenSCAD on Ubuntu 18.04 I have created /etc/apt/sources.list.d/openscad-nightly.list and it contains deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ bionic universe I run sudo apt-get update sudo apt-get install openscad-nightly But get No apt package "openscad-nightly", but there is a snap with that name. Try "snap install openscad-nightly" -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Sun, Feb 9, 2020 3:20 PM

On 09.02.20 14:37, KeithSloan52 wrote:

I am trying to install the 2019 version of OpenSCAD on Ubuntu 18.04
I have created /etc/apt/sources.list.d/openscad-nightly.list

Hmm, the file is there (for 64bit only).

sudo apt-get update

Any error at that point? Depending on the system setup, the
signing key is mandatory for the package to be accepted.

ciao,
Torsten.

On 09.02.20 14:37, KeithSloan52 wrote: > I am trying to install the 2019 version of OpenSCAD on Ubuntu 18.04 > I have created /etc/apt/sources.list.d/openscad-nightly.list Hmm, the file is there (for 64bit only). > sudo apt-get update Any error at that point? Depending on the system setup, the signing key is mandatory for the package to be accepted. ciao, Torsten.
K
KeithSloan52
Sun, Feb 9, 2020 5:47 PM

Yep
Err:16 https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04
bionic Release
404  Not Found [IP: 195.135.221.134 443]

--
Sent from: http://forum.openscad.org/

Yep Err:16 https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04 bionic Release 404 Not Found [IP: 195.135.221.134 443] -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Sun, Feb 9, 2020 5:53 PM

On 09.02.20 18:47, KeithSloan52 wrote:

Yep
Err:16 https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04
bionic Release
404  Not Found [IP: 195.135.221.134 443]

Oh, now I see the issue, that repo line is wrong. Please use exactly
what's posted on the download page, including the trailing / and the
single dot separated by a space and remove the "bionic universe" part.

ciao,
Torsten.

On 09.02.20 18:47, KeithSloan52 wrote: > Yep > Err:16 https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04 > bionic Release > 404 Not Found [IP: 195.135.221.134 443] Oh, now I see the issue, that repo line is wrong. Please use exactly what's posted on the download page, including the trailing / and the single dot separated by a space and remove the "bionic universe" part. ciao, Torsten.
K
KeithSloan52
Sun, Feb 9, 2020 6:24 PM

sudo apt-get update seems to work okay but I still get a problem.

(base) keith@keith-MacBookPro:~$ sudo apt-get install openscad-nightly
Reading package lists... Done
Building dependency tree
Reading state information... Done

No apt package "openscad-nightly", but there is a snap with that name.
Try "snap install openscad-nightly"

E: Unable to locate package openscad-nightly

--
Sent from: http://forum.openscad.org/

sudo apt-get update seems to work okay but I still get a problem. (base) keith@keith-MacBookPro:~$ sudo apt-get install openscad-nightly Reading package lists... Done Building dependency tree Reading state information... Done No apt package "openscad-nightly", but there is a snap with that name. Try "snap install openscad-nightly" E: Unable to locate package openscad-nightly -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Sun, Feb 9, 2020 6:27 PM

What's the following command saying?:

apt-cache policy openscad-nightly

ciao,
Torsten.

What's the following command saying?: apt-cache policy openscad-nightly ciao, Torsten.
K
KeithSloan52
Sun, Feb 9, 2020 6:34 PM

(base) keith@keith-MacBookPro:~$ ls /etc/apt/services
ls: cannot access '/etc/apt/services': No such file or directory
(base) keith@keith-MacBookPro:~$ ls
/etc/apt/sources.list.d/openscad-nightly.list
/etc/apt/sources.list.d/openscad-nightly.list
(base) keith@keith-MacBookPro:~$ cat
/etc/apt/sources.list.d/openscad-nightly.list
deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/
./
(base) keith@keith-MacBookPro:~$ apt-cache policy openscad-nightly
N: Unable to locate package openscad-nightly

--
Sent from: http://forum.openscad.org/

(base) keith@keith-MacBookPro:~$ ls /etc/apt/services ls: cannot access '/etc/apt/services': No such file or directory (base) keith@keith-MacBookPro:~$ ls /etc/apt/sources.list.d/openscad-nightly.list /etc/apt/sources.list.d/openscad-nightly.list (base) keith@keith-MacBookPro:~$ cat /etc/apt/sources.list.d/openscad-nightly.list deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ ./ (base) keith@keith-MacBookPro:~$ apt-cache policy openscad-nightly N: Unable to locate package openscad-nightly -- Sent from: http://forum.openscad.org/