How To Install Adobe Reader on Kali Linux
by Azeem Tariq
Posted 2 years ago
Last Updated 1 year ago
5656 views

Install Adobe Reader on Kali Linux
Adobe Reader is also avaliable for Kali Linux (Linux) and in this post i will show you how to install Abode Reader on Kali Linux :) ok lets start forks Open Terminal and Type this command
leafpad /etc/apt/sources.list
LeafPad text editor will open file , add this line in opened file
deb http://archive.canonical.com/ precise partner
just like this
and then type these two commands
apt-get updateapt-get install acroread
and say yes to every question in terminal by typing ' y '
Social Media
Enter Email to Subscribe
Amazing tutorials deliver daily to you
Popular Posts
-
Top 9 Free/Open Source YouTube Clone Scripts
PDFBox Example Code: How to Extract Text From PDF file with java
Top free 4 Hosts that provide Remote Access to MySQL Database
20 Things to do after installing Kali Linux
Dual Boot Windows 10 with Debian
How to Dual Boot Android 4.4 with Windows 10
Convert DFA to Equivalent C/C++ Or Java Code
How To Install Adobe Reader on Kali Linux
PDFBox Example | Create PDF File With Text in java
K-Mean Clustering Algorithm Implementation in C and Java