'Linux & Ubuntu/ubuntu'에 해당되는 글 2

  1. 2007.12.11 update VMWARE in Ubuntu 7.10
  2. 2007.11.19 Install Adobe Reader for Ubuntu Feisty and Gutsy
Linux & Ubuntu/ubuntu | Posted by 알 수 없는 사용자 2007. 12. 11. 07:19

update VMWARE in Ubuntu 7.10

After update the ubuntu to version 7.10,
get some trouble to continue to run VMWARE.

Steps to solve :
1. sudo vmware-config.pl
.....
ERROR :
location of the directory of C header files

METHOD to solve :
sudo apt-get install linux-headers-$(uname -r)

2. Next ERROR :

make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.12-9-amd64-generic'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.ht ml" and
"http://www.vmware.com/support/reference/linux/pre built_modules_linux.html".

Execution aborted.


METHOD to solve :
from web :
What version you are installing? With 5.0 you need to apply the any-any-update94 patch and at 5.5 you should have no problems.

what I try :
download vmware-any-any-update115.tar.gz
and install it

after install it, run vmware-config.pl
this time, it succeed!


Linux & Ubuntu/ubuntu | Posted by 알 수 없는 사용자 2007. 11. 19. 10:29

Install Adobe Reader for Ubuntu Feisty and Gutsy

Medibuntu has Adobe Acrobat Reader 7 in the repositories. 

First we must get the gpg key from Medibuntu.
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Next we need to add the sources.list for your distribution.  Choose only ONE.

Ubuntu Feisty 7.04

sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list

Ubuntu Gutsy 7.10
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list

Update Synaptic Package Manager
sudo apt-get update

Install Adobe Acrobat Reader
sudo apt-get install acroread acroread-escript acroread-plugins mozilla-acroread

If you wish to only have Acrobat Reader then omit the last three from the apt-get install statement above.