Hey folks...i tried to install this, but just don't have the time to set it up on my ubuntu VM to where I can really test it. Not being a frequent Ubuntu user, how do I uninstall?
Mike -----Original Message----- From: Laszlo Kishalmi <[email protected]> Sent: Wednesday, May 22, 2019 1:26 PM To: [email protected] Subject: Re: Apache NetBeans Development Builds are Available as Snap Package Open a terminal and type: netbeans-dev.netbeans You are going to see what could be the issue with the startup. I'd guess that the JDK is missing from your install. Let's try with: sudo apt install openjdk-11-jdk On 5/22/19 10:02 AM, Mike Billman wrote: > So I have an ubuntu vm on my laptop. I installed it with the command, but > when I click on the app, nothing happens. I typically just run on windows, > but was just trying this. Not enough experience with Linux to know much else > on this one...any ideas? > > Mike > > -----Original Message----- > From: Laszlo Kishalmi <[email protected]> > Sent: Wednesday, May 22, 2019 12:03 PM > To: Apache NetBeans <[email protected]> > Subject: Apache NetBeans Development Builds are Available as Snap Package > > Dear all, > > This would mostly interest of Linux users, though from now on NetBeans > Development Builds are available in form of Snap packages. See: > https://snapcraft.io/netbeans-dev > > It can be installed as easy as: > > sudo snap install --channel edge --classic netbeans-dev > > What would you get: > > * We are building this package from our master branch on Apache > infrastructure on every Thursday > * With Snap distribution you get the package updates automatically > * You can live and test on the edge without any hustle > * If something goes south, snap always have a way to roll back a > previous build. > * The package can coexists with the "official" netbeans, package > > It is Ok to share this information, but do not promote it. The package is > hidden in the Snap store, so if you search for it it won't be displayed. > > Just some additional info on the NetBeans Snap Package: > > We have 9200+ installations so far, the weekly active devices using this > package is around 1200 people. It is installed ~60 different linux > OS/versions, though not surprisingly Ubuntu 18.04 and 19.04 takes are the > most common OS where it is installed. > > Geographically the package is strong in: EU, Brazil, India and US > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
