<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-05-03 6:20 GMT+02:00 WHA130036 Student <span dir="ltr"><<a href="mailto:suleman@siswa.um.edu.my" target="_blank">suleman@siswa.um.edu.my</a>></span>:<div class="">
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Dear Sir</span><div style="font-family:arial,sans-serif;font-size:13px">

<br></div><div style="font-family:arial,sans-serif;font-size:13px">I am using ubuntu 12.04 in my Virtual machine running on host in VMware. Can you tell me how to install Opennebula from .deb files. when i go to this link ( <a href="http://downloads.opennebula.org/packages/opennebula-4.6.0/" target="_blank">http://downloads.opennebula.org/packages/opennebula-4.6.0/</a>) what to do. Please send me the command so that i can execute it. </div>

</div></blockquote><div><br></div></div><div>You have to open the Ubuntu-12.04 directory and download the tar.gz file. Extract it and you will find the .deb files. Install them using the command dpkg -i <br></div><div>Eventually you have to install the dependencies manually, or with the command apt-get install -f, or aptitude install -f (I prefer aptitude)<br>

</div><div class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">
<div style="font-family:arial,sans-serif;font-size:13px">Second, when i go to configure such code for Ubuntu from (<a href="http://opennebula.org/new-opennebula-package-repositories/" target="_blank">http://opennebula.org/new-opennebula-package-repositories/</a>) it give me the below message</div>


<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">(HTTP request sent, awaiting response...404 not found)</div><div style="font-family:arial,sans-serif;font-size:13px">


<br></div><div style="font-family:arial,sans-serif;font-size:13px">Please is there a command for which i can upgrade my opennebula-tools (=3.2.1-2) to opennebula (=4.6.0-1). This is a message i receive when i execute the command (# apt-get install opennebula opennebula-sunstone nfs-kernel-server) in a file [1]</div>


<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">[1]. <a href="http://docs.opennebula.org/pdf/4.4/opennebula_4.4_qs_ubuntu_kvm_guide.pdf" target="_blank">http://docs.opennebula.org/pdf/4.4/opennebula_4.4_qs_ubuntu_kvm_guide.pdf</a></div>



</div>
</blockquote></div></div><br></div><div class="gmail_extra">I see there is a problem with the documentation. To set the repo use the commands written in the last link you wrote (<a href="http://docs.opennebula.org/pdf/4.4/opennebula_4.4_qs_ubuntu_kvm_guide.pdf" target="_blank">http://docs.opennebula.org/pdf/4.4/opennebula_4.4_qs_ubuntu_kvm_guide.pdf</a> at page 5)<br>

# wget -q -O- <a href="http://downloads.opennebula.org/repo/Ubuntu/repo.key" target="_blank">http://downloads.opennebula.org/repo/Ubuntu/repo.key</a> | apt-key add -<br># echo "deb <a href="http://downloads.opennebula.org/repo/Ubuntu/12.04" target="_blank">http://downloads.opennebula.org/repo/Ubuntu/12.04</a> stable opennebula" > /etc/apt/sources.list.d/opennebula.list<br>

<br></div><div class="gmail_extra">this should work. By the way I suggest to install packages manually, and not using the repository<br></div><div class="gmail_extra"><a href="http://docs.opennebula.org/pdf/4.4/opennebula_4.4_qs_ubuntu_kvm_guide.pdf" target="_blank"></a></div>

</div>
</div><br></div>