기존대로 자바와 기타 플러그인들을 설치 했는데..아예 적용이 안되더라..
그래서 인터넷을 찾아본 결과 크롬이 최신버젼으로 업데이트 되면서
AURA를 적용했는데..이게 기존의 플러그인과는 호환이 되지 않는듯 하다..
아무 수를 써보더라도 되지 않기에..
방법을 찾아보니..
아우라가 적용되기 이전버젼을 사용하면 문제없이 사용할 수 있다고 한다.
32bit는 아래의 버젼
google-chrome-stable_34.0.1847.137-1_i386.deb
64bit는 아래의 버젼
google-chrome-stable_34.0.1847.137-1_amd64.deb
으로 검색해서 설치하면 되겠다..
나는 이곳 에서 다운을 받아 설치하였다.
아래는 다시 설치하는 방법이 나와있고..
이 문제가 해결될때까지 이 버젼으로 사용을 해야할법하다.
아래는 구글크롬을 낮은버젼으로 설치하고 유지시키는 방법이 나와있다..
To downgrade the Chrome web browser -
Open a terminal (Ctrl+Alt+T) and run this command to remove any previously installed version of Chrome:
Code: [Select]
sudo apt-get remove --purge google-chrome*
(don't worry if that command fails, it just means you haven't already installed a previous version)
Now download ONE of these 2 files depending on whether you're running 32bit or 64bit Peppermint 5
32bit:
http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_34.0.1847.137-1_i386.deb
64bit:
http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_34.0.1847.137-1_amd64.deb
Once you have downloaded the file, double-click it to install, then click the "Install" button.
You'll then find Chrome in the menus at:-
menu > Internet > Google Chrome
Fire it up, and go to
chrome://version/
and make sure it says you're running version 34.0.1847.137
If it does .. run this command to stop the software updater from updating it in the future:
Code: [Select]
sudo echo "google-chrome-stable hold" | sudo dpkg --set-selections
To UNDO:-
Take the package off hold with:
Code: [Select]
sudo echo "google-chrome-stable install" | sudo dpkg --set-selections
now uninstall Chrome with:
Code: [Select]
sudo apt-get remove google-chrome*
then download Chrome from the official website:
http://www.google.com/chrome/browser/
and install it in the normal way
« Last Edit: June 27, 2014, 06:18:38 AM by PCNetSpec »
댓글 없음:
댓글 쓰기