<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4166&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / ASCII package installation]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4166</link>
		<description><![CDATA[The most recent posts in ASCII package installation.]]></description>
		<lastBuildDate>Tue, 02 Mar 2021 19:54:25 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: ASCII package installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27849#p27849</link>
			<description><![CDATA[<p>Thank you both; <br />I have no issues with running NetBeans. It work on all projects I checked out, but I had to use external tool for repository management; which is far from elegant. Only feature I used not working is SVN CLI tools integration; it seems that NetBeans has hard coded versions because it recognizes 1.9.* and cannot recognize 1.10.* and claims it wants 1.5.* or newer. I tried to configure javahl, and svn but it does not work as well. </p><p>I am not fan of breaking system, prefer distro as is; far more people is involved in QA. I will try to build binaries and localize them to directory, if there are not endless dependencies. <br />C++ support for NetBeans is questionable, so it may be worth considering scrapping it and looking for something else; till then keep ASCII and enjoy while it works.</p><p>Thank you anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (fahro)]]></author>
			<pubDate>Tue, 02 Mar 2021 19:54:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27849#p27849</guid>
		</item>
		<item>
			<title><![CDATA[Re: ASCII package installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27848#p27848</link>
			<description><![CDATA[<p>I managed to get netbeans to run, but I had to remove all the java jre and jdk packages from the Beowulf 3.1 install first. There were many conflicts.</p><p>But if you can expand/extract the pacakges from the ascii 2.1 iso, you may have joy with this list...</p><div class="codebox"><pre><code>dpkg -i /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/s/subversion/subversion_1.9.5-1+deb9u4_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/a/apr-util/libaprutil1_1.5.4-3_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/a/apr/libapr1_1.5.2-5_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/s/subversion/libsvn1_1.9.5-1+deb9u4_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/g/gdbm/libgdbm3_1.8.3-14_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/s/serf/libserf-1-1_1.3.9-3+deb9u1_amd64.deb

dpkg -i --force-downgrade /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jdk_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jdk-headless_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jre-headless_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/default-jre_1.8-58+deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre-headless_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk-headless_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk_8u222-b10-1~deb9u1_amd64.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/c/ca-certificates-java/ca-certificates-java_20170929~deb9u3_all.deb /home/glenn/local/archive/src/apt/debs-ascii2.1/pool/DEBIAN/main/j/java-common/java-common_0.58+deb9u1_all.deb

#install netbeans as (user) from the download directory
./netbeans-8.2-linux.sh
#run netbeans as (user)
/home/glenn/netbeans-8.2rc/bin/netbeans</code></pre></div><p>I hope this helps you</p><p>ps, here is the list...</p><div class="codebox"><pre><code>/pool/DEBIAN/main/s/subversion/subversion_1.9.5-1+deb9u4_amd64.deb
/pool/DEBIAN/main/a/apr-util/libaprutil1_1.5.4-3_amd64.deb
/pool/DEBIAN/main/a/apr/libapr1_1.5.2-5_amd64.deb
/pool/DEBIAN/main/s/subversion/libsvn1_1.9.5-1+deb9u4_amd64.deb
/pool/DEBIAN/main/g/gdbm/libgdbm3_1.8.3-14_amd64.deb
/pool/DEBIAN/main/s/serf/libserf-1-1_1.3.9-3+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jdk_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jdk-headless_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jre-headless_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/j/java-common/default-jre_1.8-58+deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre-headless_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jre_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk-headless_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/o/openjdk-8/openjdk-8-jdk_8u222-b10-1~deb9u1_amd64.deb
/pool/DEBIAN/main/c/ca-certificates-java/ca-certificates-java_20170929~deb9u3_all.deb
/pool/DEBIAN/main/j/java-common/java-common_0.58+deb9u1_all.deb</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 02 Mar 2021 17:45:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27848#p27848</guid>
		</item>
		<item>
			<title><![CDATA[Re: ASCII package installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27843#p27843</link>
			<description><![CDATA[<p>You could start here: <a href="https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=subversion=1.9.5-1+deb9u5" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/pack … 5-1+deb9u5</a></p><p>So you have updated to latest stable but want to use oldstable packages?, i think you may run into some dependency issues.</p>]]></description>
			<author><![CDATA[dummy@example.com (dice)]]></author>
			<pubDate>Tue, 02 Mar 2021 14:22:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27843#p27843</guid>
		</item>
		<item>
			<title><![CDATA[ASCII package installation]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27841#p27841</link>
			<description><![CDATA[<p>Hello everyone, </p><p>I need subversion 1.9.* because NetBeans does not work with version 1.10.*. I have work station with ASCII installed and subversion 1.9.* works nice with NetBeans 8.2. C++ bundle.</p><p>Afer I installed Beowulf 3.1; NetBeans have weird errors; it claims it requires subversion 1.5 or higher which is nonsesne. Only difference I can spot is subversion release; so I would like to install 1.9.* from ASCII release. How to do that?<br />Any other ideas are welcome as well but please no javahl and svnkit; they also causes more problems then they are worth.</p><p>Thank you,</p>]]></description>
			<author><![CDATA[dummy@example.com (fahro)]]></author>
			<pubDate>Tue, 02 Mar 2021 14:05:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27841#p27841</guid>
		</item>
	</channel>
</rss>
