본문 바로가기

Kali

kali에 adobe flash player 설치하기

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


2017.1.31

flash 공홈에서 다운받고

tar -xvzf 파일이름.tar.gz

압축 푼 파일을 /usr/lib/adobe-flashplugin/에 복사한다

브라우저 재부팅하면 바로 된다.

adobe에서 제공한 readme.txt 파일 (tar.gz에 있는 것)






2016.04.26

flash공홈에서 다운받고

tar xzvf 파일이름

(폴더 만들어서 하는게 좋음)

cp libflashplayer.so /usr/lib/mozila/plugins





출처: http://lewiscomputerhowto.blogspot.kr/2013/10/how-to-install-adobe-flash-player-in.html

How To Install Adobe Flash Player In Kali Linux

Kali Linux comes with Iceweasel (Firefox) as an installed browser. For some reason, the producers of Kali Linux missed one thing, the vital Adobe Flash Player plugin. This simple tutorial will show you how to get Adobe Flash Player in Kali Linux’s Iceweasel.



Step One:

Start Kali, login to root, open Iceweasel, and go tohttp://get.adobe.com/flashplayer/.

1

Step Two*:

When Adobe.com opens, it should already have detected what version you need (Mine is Linux 64-bit Firefox). So all you need to do is click on the drop down menu that says Select version to download… and select .tar.gz for other Linux from the list.

2

Now hit the download button

2.5
*Note, Adobe is constantly changing their website, I’ll do my best to keep up with these changes, but your experience may still be a little different than my pictures. 
Thank you for understanding!


Step Three:

The download window will now open, and Iceweasel will ask you want you want it to do with the file, select Save file… and hit OK.

If Firefox asks you where to save the file too, select the root folder and hit OK.

3

When it has finished downloading, close Iceweasel.

Step Four:

Open a Terminal, type ls and hit Enter. Kali will then display all the folders/files in your root folder, the adobe flash player .tar.gz folder should be among them.

4_thumb[1]

Step Five:

Now that we know the name of the Adobe Flash Player folder, we need to unzip it. Start by copying the name of the Adobe Flash Player folder.

5_thumb[1]

Now type tar –xf and paste the name of the Adobe Flash Player folder. See example below: 


Example: tar –xf install_flash_player_11_linux.x86_64.tar.gz


The name of your Adobe Flash Player folder might be different then mine, so don’t try to copy mine!

The complete command should look similar to this photo:

5.5_thumb[1]

Hit Enter 

Step Six:

Kali should take a couple of seconds to unzip the folder. After it’s complete type this command: mv libflashplayer.so /usr/lib/mozilla/plugins/ and hitEnter.

6_thumb[1]

Kali linux will do the rest, Adobe Flash Player has now been installed! To test your Flash installation, go to this URL in Iceweasel:http://www.adobe.com/software/flash/about/, if you see the little flash animation, then you are good to go! You can also delete all the Flash Player folders/files in your root folder, they’re not important.


Thank you for joining us for this tutorial! People who viewed this tutorial also viewed these:

How To Install VMware Tools In Kali Linux

How To Update Kali Linux


'Kali' 카테고리의 다른 글

kali 랜 안잡힐때 확인사항  (0) 2015.02.18
kali 한글 타자 추가  (0) 2015.02.17
kali에 vmware 설치. kernel header 못찾을때 해결법  (0) 2015.02.16
kali n150ua 드라이버설치  (0) 2015.01.09
virtual box에 kali깔기  (0) 2015.01.08