On 19 Dec, 01:58, jon <[email protected]> wrote:
> well heres a prolem for ya. i have some programs on a cd, i burned off
> an other computer and ubuntu dosen't won't to install them through add/
> remove. what should i do. any help would be nicely apreceated.
When you say it doesn't want to install them what do you mean?
Do you mean you tell it to install them and it refuses or that you
cannot choose to install them?
If you start up a terminal program and navigate to the directory the
files are in then you should be able to install with gdebi.
eg. suppose you have a directory called newfiles with a file in it
called mynewprogram.deb
then do this
[code]
cd newfiles
sudo gdebi mynewprogram.deb
[/code]
You should be asked for your password and then it should get installed.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ubuntu Linux" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ubuntulinux?hl=en
-~----------~----~----~----~------~----~------~--~---