Anonymous [ Log in ]
Ulteo :: View topic - How to install software on Ulteo Virtual Desktop
Ulteo login (email) : Password :
Register
Ulteo Forum Index » Ulteo Software

Post new topic   Reply to topic
How to install software on Ulteo Virtual Desktop
View previous topic :: View next topic  
Author Message
froogle
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 17

PostPosted: Wed May 21, 2008 12:27 pm   How to install software on Ulteo Virtual Desktop
I'll start this off with a disclaimer. This may not be the approved Ulteo way of doing things. It may also cause some problems in the longer term. But, it's worked for me so far so fingers crossed. Also, these instructions assume you have only just finished installing ulteo and not changed anything (like passwords, or sudoers)

Like another poster on this forum, I need dev tools. Specifically, I need to run Ruby and I'm looking at Ulteo Virtual Desktop as a great Ruby development environment within Windows, avoiding all the compatibility problems that come with Ruby on Windows itself.

Firsrt, before booting up ulteo, create a file on the desktop called sources.list. I just used Windows notepad for this, and the file contents look like this

#========================
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu gutsy main restricted
deb http://us.archive.ubuntu.com/ubuntu gutsy-updates main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted

# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu gutsy universe multiverse
deb http://us.archive.ubuntu.com/ubuntu gutsy-updates universe multiverse
deb http://security.ubuntu.com/ubuntu gutsy-security universe multiverse
#============================

Now, start up Ulteo. WHen the launch bar appears at the top of the screen, run up Konsole.

Ulteo Virtual Desktop mounts your Windows Desktop as a directory called 'Desktop'. So, assuming you created your sources.list file on the Windows desktop enter this command

cp Desktop/sources.list .

That copies the sources.list file into your 'me' user home directory.

Next, we need to put it in the right place. Type 'su' and when asked for a password enter the super user password - by default, this is 'root'.

Next, copy the sources.list file

cp sources.list /etc/apt

Make sure other users can read it with a simple

chmod a+r /etc/apt/sources.list

Finally, type in

apt-get update

This will hit Ubuntu's servers and update the repository lists. I got some errors about not being able to validate the servers keys, but those errors didn't affect what came next.

GIven that I wanted to get a Ruby dev environment running, the next phase was simple. I needed to install ruby and irb. To do this, I just entered

apt-get install ruby irb

After a short wait, everything was ready to go and working perfectly. apt-get can, of course, also be used to install the standard gcc compiler and headers, newer versions of python and pretty much anything else that you might ever want to install.

Hope that helps some peeps.
Back to top View user's profile Send private message Reply with quote
el_vecio
Ulteo Lieutenant
Ulteo Lieutenant


Joined: 28 Nov 2006
Posts: 155
Location: Venezia, Italy

PostPosted: Wed May 21, 2008 5:26 pm   Re: How to install software on Ulteo Virtual Desktop
froogle wrote:
#========================
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu gutsy main restricted
deb http://us.archive.ubuntu.com/ubuntu gutsy-updates main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted

# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu gutsy universe multiverse
deb http://us.archive.ubuntu.com/ubuntu gutsy-updates universe multiverse
deb http://security.ubuntu.com/ubuntu gutsy-security universe multiverse
#============================


I don't think this is a think Ulteo developers would suggest, but don't mind.

However I think that the current release of Ulteo is based on feisty release of ubuntu as the kernel version of Ulteo AS is 2.6.20.
So I would suggest to replace feisty to gutsy in your source.list file as following:
Code:
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu feisty main restricted
deb http://us.archive.ubuntu.com/ubuntu feisty-updates main restricted
deb http://security.ubuntu.com/ubuntu feisty-security main restricted

# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu feisty universe multiverse
deb http://us.archive.ubuntu.com/ubuntu feisty-updates universe multiverse
deb http://security.ubuntu.com/ubuntu feisty-security universe multiverse

_________________
::::::::::::::::
ciao fioi!

iMac 20" Intel Core 2 Duo 2.4 GHz 2GB - Mac OS X Leopard - openSUSE 11.0
Laptop openSUSE 11.0 - Win XP Pro
Back to top View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
froogle
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 17

PostPosted: Wed May 21, 2008 5:28 pm  
Well spotted - thanks for the tip.
Back to top View user's profile Send private message Reply with quote
chris_j_breisch
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 5

PostPosted: Wed May 21, 2008 6:40 pm  
Thanks. I have gcc and have successfully compiled 'hello, world'. I had to get a few more packages than you to get all that I wanted, and I probably got a few I didn't really need, but I'm happy.
Back to top View user's profile Send private message Reply with quote
froogle
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 17

PostPosted: Thu May 22, 2008 12:59 am  
hmm. I did some installs earlier with sources pointing to Gutsy and had no issues. I just uninstalled and reinstalled then started to grab packages from Feisty and all h*** broke loose.

I think it's a better idea actually to stick with Gutsy in the sources.list file. Just my opinion.
Back to top View user's profile Send private message Reply with quote
pstahle
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 7

PostPosted: Thu May 22, 2008 1:55 pm  
Hi,

I wouldn't use the kernel version to determine which version of Ubuntu, Virtual Desktop is built on, since the kernel is stated to be from colinux in the product description....

I am going to try gutsy since that is what some had success with.... and hope it works... Rolling Eyes
Back to top View user's profile Send private message Reply with quote
el_vecio
Ulteo Lieutenant
Ulteo Lieutenant


Joined: 28 Nov 2006
Posts: 155
Location: Venezia, Italy

PostPosted: Thu May 22, 2008 2:28 pm  
froogle wrote:
hmm. I did some installs earlier with sources pointing to Gutsy and had no issues. I just uninstalled and reinstalled then started to grab packages from Feisty and all h*** broke loose.

I think it's a better idea actually to stick with Gutsy in the sources.list file. Just my opinion.

Ok... Confused Embarassed Confused Embarassed Confused Embarassed
Looks like I am wrong, sorry guys, I was just wanting to help.
_________________
::::::::::::::::
ciao fioi!

iMac 20" Intel Core 2 Duo 2.4 GHz 2GB - Mac OS X Leopard - openSUSE 11.0
Laptop openSUSE 11.0 - Win XP Pro
Back to top View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
froogle
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 17

PostPosted: Thu May 22, 2008 3:01 pm  
No no, don't feel bad. It was good advice and I tried it just to make sure of everything. IN the absence of documentation from the ulteo team we're all just taking stabs in the dark here anyway Smile
Back to top View user's profile Send private message Reply with quote
el_vecio
Ulteo Lieutenant
Ulteo Lieutenant


Joined: 28 Nov 2006
Posts: 155
Location: Venezia, Italy

PostPosted: Thu May 22, 2008 4:26 pm  
We just need to be patient and wait for the end of the beta phase and a stable release...
Smile
_________________
::::::::::::::::
ciao fioi!

iMac 20" Intel Core 2 Duo 2.4 GHz 2GB - Mac OS X Leopard - openSUSE 11.0
Laptop openSUSE 11.0 - Win XP Pro
Back to top View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
chris_j_breisch
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 5

PostPosted: Thu May 22, 2008 8:35 pm  
well, I've used feisty and haven't had any problems so far.

Now I'm wondering if I should update to gutsy and what would happen if I did.
Back to top View user's profile Send private message Reply with quote
pstahle
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 7

PostPosted: Thu May 22, 2008 11:42 pm  
el_vecio, I totally agree with froogle and don't feel bad, we are all here to help each other out, and I don't think any of use really know which truly the right version to use....

On another note have any of you had issues with random network issues? When I was first trying to do an apt-get update I noticed the network connection was down and had to reboot to get it working again. I also found that ping does not seem to work and name resolution seems to be ify at best. Can someone else confirm ping not working for them? It is just very weird I can try to ping a box and it will time out, then turn around and ssh to that same box without an issue.

Example:
ping damarus.office.aol.com ... times out
ssh damarus.office.aol.com ... works
ssh damarus ... unknown host, I have modified /etc/resolv.conf to servers to do the name resolution and this works on my other linux box....

Just curious what other people are seeing,
Patrick
Back to top View user's profile Send private message Reply with quote
JulienLanglois
Ulteo Developer
Ulteo Developer


Joined: 03 Apr 2007
Posts: 49

PostPosted: Fri May 23, 2008 7:18 am  
pstahle wrote:

ping damarus.office.aol.com ... times out


Ping don't work because the Virtual Desktop use colinux slirp module to access to internet. The slirp module didn't implent ICMP yet. there are just tcp and udp.

About the random issue with the network, i'd need more informations. For example, it's be very usefull to me if you can tell me when it happen exactly. like a use case Smile But i don't think i understand the meaning of random Very Happy
Back to top View user's profile Send private message Reply with quote
el_vecio
Ulteo Lieutenant
Ulteo Lieutenant


Joined: 28 Nov 2006
Posts: 155
Location: Venezia, Italy

PostPosted: Fri May 23, 2008 1:59 pm  
Tada! Very Happy Very Happy Very Happy

I've found the answer! Currently Ulteo is based on ubuntu drapper as you can see from this post!

Smile Smile Smile
_________________
::::::::::::::::
ciao fioi!

iMac 20" Intel Core 2 Duo 2.4 GHz 2GB - Mac OS X Leopard - openSUSE 11.0
Laptop openSUSE 11.0 - Win XP Pro
Back to top View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
wap3911
Ulteo Newbie
Ulteo Newbie


Joined: 25 May 2008
Posts: 4

PostPosted: Mon May 26, 2008 4:13 pm  
el_vecio wrote:
Tada! Very Happy Very Happy Very Happy

I've found the answer! Currently Ulteo is based on ubuntu drapper as you can see from this post!

Smile Smile Smile


Can you post the sources.list

I did a search/replace [gutsy>>drapper] on the original post and it committed suicided on apt-get update.

Trying to get synaptic installed.
Back to top View user's profile Send private message Reply with quote
el_vecio
Ulteo Lieutenant
Ulteo Lieutenant


Joined: 28 Nov 2006
Posts: 155
Location: Venezia, Italy

PostPosted: Tue May 27, 2008 2:28 pm  
wap3911 wrote:

Can you post the sources.list

I did a search/replace [gutsy>>drapper] on the original post and it committed suicided on apt-get update.

Trying to get synaptic installed.


Of course I can!
Here they are:
Code:
#sources.list for i386 computers

#MEPIS improvements, overrides and updates--the MEPIS magic
deb http://apt.mepis.org/6.0/ mepis main

# Main repositories
deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

# bugfix updates after the Mepis 6.0 final release
deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

# Mepis (Ubuntu) security updates
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

# backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

# proposed
deb http://archive.ubuntu.com/ubuntu dapper-proposed main restricted universe multiverse

# PLF
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free


By the way it is not recommended to add any repo at all and wait for the official ulteo repositories.
However, if you want to try at your own risk, these should be the better source.list.

I hope I've been useful. Smile
_________________
::::::::::::::::
ciao fioi!

iMac 20" Intel Core 2 Duo 2.4 GHz 2GB - Mac OS X Leopard - openSUSE 11.0
Laptop openSUSE 11.0 - Win XP Pro
Back to top View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
LaurentC
Ulteo Developer
Ulteo Developer


Joined: 17 Mar 2008
Posts: 410
Location: Caen - France

PostPosted: Tue May 27, 2008 3:16 pm  
Using dapper's mirror will works now BUT when you'll auto update your machine, you will (or will not, it's lot of random) have some issues.
Back to top View user's profile Send private message Send e-mail MSN Messenger Reply with quote
el_vecio
Ulteo Lieutenant
Ulteo Lieutenant


Joined: 28 Nov 2006
Posts: 155
Location: Venezia, Italy

PostPosted: Tue May 27, 2008 9:58 pm  
[quote=el_vecio]By the way it is not recommended to add any repo at all and wait for the official ulteo repositories.[/quote]
LaurentC wrote:
Using dapper's mirror will works now BUT when you'll auto update your machine, you will (or will not, it's lot of random) have some issues.


What was I saying? Razz
However thank a lot LaurentC
_________________
::::::::::::::::
ciao fioi!

iMac 20" Intel Core 2 Duo 2.4 GHz 2GB - Mac OS X Leopard - openSUSE 11.0
Laptop openSUSE 11.0 - Win XP Pro
Back to top View user's profile Send private message Visit poster's website MSN Messenger Reply with quote
chris_j_breisch
Ulteo Corporal
Ulteo Corporal


Joined: 20 May 2008
Posts: 5

PostPosted: Thu May 29, 2008 6:46 pm  
Let us know if you get synaptic working. I've had no luck. I've been using aptitude and it's tolerable, but I'd rather have synaptic.
Back to top View user's profile Send private message Reply with quote
wap3911
Ulteo Newbie
Ulteo Newbie


Joined: 25 May 2008
Posts: 4

PostPosted: Fri May 30, 2008 11:59 pm  
chris_j_breisch wrote:
Let us know if you get synaptic working. I've had no luck. I've been using aptitude and it's tolerable, but I'd rather have synaptic.
after the boat-load of dependencies that worked and those that failed it trashed VD so bad I had to reload it.

symptom was the Account Association gag-window kept popping up every 10 seconds.

reinstall solved that but added 2 more network connections and left the Ulteo 0, so it worked

just a note this is one a Win2000 system.

will try aptitude, out of desperation to not use apt-get
Back to top View user's profile Send private message Reply with quote
fredwerter
Ulteo Corporal
Ulteo Corporal


Joined: 26 May 2008
Posts: 20

PostPosted: Mon Jun 23, 2008 9:59 pm  
Does this thread change how to do it?
I mean the new Beta 2 does that one allow repositories
and apt get and such?
http://www.ulteo.com/main/forums/viewtopic.php?t=992&start=0&postdays=0&postorder=asc&highlight=
Back to top View user's profile Send private message Reply with quote
xxblx
Ulteo Newbie
Ulteo Newbie


Joined: 15 Apr 2009
Posts: 1

PostPosted: Wed Apr 15, 2009 4:10 pm  
Hello.

root@virtual-desktop:/home/me# apt-get update
bash: apt-get: command not found

How I can solve this problem?
Back to top View user's profile Send private message Reply with quote
cmartelw
Ulteo Newbie
Ulteo Newbie


Joined: 10 Jul 2008
Posts: 1

PostPosted: Sun Jun 07, 2009 6:36 am  
Hi! I guess you have to download apt manually in a .deb package and install it by the command dpkg -i [package].deb

greetings!
Back to top View user's profile Send private message Reply with quote
Display posts from previous:   
Post new topic   Reply to topic    Ulteo Forum Index » Ulteo Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum