<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PhantomJS &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/phantomjs/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Thu, 20 Dec 2018 20:17:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>PhantomJS &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PhantomJS Ubuntu install &#038; web capture</title>
		<link>https://selmantunc.com.tr/uncategorized/phantomjs-ubuntu-install-web-capture/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 20 Dec 2018 20:17:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript bot]]></category>
		<category><![CDATA[PhantomJS]]></category>
		<category><![CDATA[web scraping]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2018/12/20/phantomjs-ubuntu-install-web-capture/</guid>

					<description><![CDATA[First, install or update to the latest system software. sudo apt-get update sudo apt-get install build-essential chrpath libssl-dev libxft-dev Install these packages needed by PhantomJS to work correctly. sudo apt-get&#8230;]]></description>
										<content:encoded><![CDATA[<p>First, install or update to the latest system software.</p>
<pre><code>sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
</code></pre>
<p>Install these packages needed by PhantomJS to work correctly.</p>
<pre><code>sudo apt-get install libfreetype6 libfreetype6-dev
sudo apt-get install libfontconfig1 libfontconfig1-dev
</code></pre>
<p>Get it from the <a href="http://phantomjs.org/">PhantomJS website</a>.</p>
<p>or (20-12-2018 versiyon)<br><a href="https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2">https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2</a>
<br></p>
<pre><code>cd ~
export PHANTOM_JS=&quot;phantomjs-1.9.8-linux-x86_64&quot;
wget &lt;a href=&quot;https://bitbucket.org/ariya/phantomjs/downloads/%24PHANTOM_JS.tar.bz2&quot;&gt;https://bitbucket.org/ariya/phantomjs/downloads/$PHANTOM_JS.tar.bz2&lt;/a&gt;
sudo tar xvjf $PHANTOM_JS.tar.bz2
</code></pre>
<p>Once downloaded, move Phantomjs folder to <code>/usr/local/share/</code> and create a symlink:</p>
<pre><code>sudo mv $PHANTOM_JS /usr/local/share
sudo ln -sf /usr/local/share/$PHANTOM_JS/bin/phantomjs /usr/local/bin
</code></pre>
<p>Now, It should have PhantomJS properly on your system.</p>
<pre><code>phantomjs --version</code></pre>
<h2><b>Web capture</b></h2>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
