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?
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.
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
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/
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.
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/
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.
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/
What's the following command saying?:
apt-cache policy openscad-nightly
ciao,
Torsten.
(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/