Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-02-2007, 10:31 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2006
Posts: 5
Default how to install softwares in ubuntu


I just installed Ubuntu 5.10 and now it works normally but i do not know how to install applications....firstly i have a sify connection and for accessing internet i need the sify client i downloaded the sify client but how do i install it......all i got from my search was synaptic..............and i dont know how to install the linux apps i hav got on digit cd/dvd.......
maxkool is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-02-2007, 10:45 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: how to install softwares in ubuntu

5.10 is way too old. Install 6.06 or 6.10.
I don't know about sify client. Someone else can help there.
And for installing other softwares synaptic is the way. Follow, www.ubuntuguide.org for the purpose after you get your net working. It won't be easy to install the apps given on digit cd, since they're in the source code format, it's not recommended for new users it will be troublesome.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-02-2007, 07:40 AM   #3 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post i'll say get latest Edgy

Quote:
Originally Posted by maxkool
I just installed Ubuntu 5.10 and now it works normally but i do not know how to install applications....firstly i have a sify connection and for accessing internet i need the sify client i downloaded the sify client but how do i install it......all i got from my search was synaptic..............and i dont know how to install the linux apps i hav got on digit cd/dvd.......
there is a howto available:
http://www.ubuntu-in.org/wiki/Broadband_Howto#Sify
Sify client may be a source package.You need to extract the package using any programs like file-roller (gui's) and try reading the README file inside.there are many alternative sify clients available for GNU/Linux try google.
one of them is EasySify
http://easysify.sourceforge.net/?smod=download
http://easysify.sourceforge.net/

for using different packages(softwares) for GNU/Linux,you dont need to download source packages from web,use synaptic and install from ubuntu's or debian repositories which contains binary packages aswell caveat,if you have a good internet connxn.
try moving into ubuntu edgy.you can edit using gedit as sudo from a terminal(CLI) "sudo gedit&" and add the new /etc/apt/sources.list after installing Ubuntu Edgy.

My /etc/apt/sources.list
Code:
~$ cat /etc/apt/sources.list
###gpg --keyserver subkeys.pgp.net --recv KEY
###gpg --export --armor KEY | sudo apt-key add -


deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

deb http://archive.canonical.com/ubuntu edgy-commercial main

deb http://download.tuxfamily.org/3v1deb edgy 3v1n0

deb http://wine.budgetdedicated.com/apt edgy main

deb http://download.tuxfamily.org/3v1deb edgy beryl-svn
So cheers and have Debian or Ubuntu
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 08-02-2007, 06:31 PM   #4 (permalink)
Just another linux lover.
 
subratabera's Avatar
 
Join Date: Jun 2006
Location: Bangalore, KA
Posts: 562
Default Re: how to install softwares in ubuntu

Here is another good tutorial...
__________________
Today is a most unusual day, because we have never lived it before; we will never live it again; it is the only day we have.
(Registered Linux User #432737 - subratabera.blogspot.com)
subratabera is offline  
Old 08-02-2007, 07:27 PM   #5 (permalink)
Broken In
 
Join Date: May 2006
Location: Tuticorin, Tamil Nadu
Posts: 163
Default Re: how to install softwares in ubuntu

@everybody
how can i make my ubuntu connect to the internet (i use bsnl broadband)
i have SmartAX MT841 modem connected to the USB Port!
can anybody help?
__________________
Shankar Ganesh is a 16 year old Blogger & Freelance Writer from India. He writes at http://www.killertechtips.com. Gtalk ID - techgurushankar, Skype - shankarganesh91
shankar_ganesh is offline  
Old 08-02-2007, 08:52 PM   #6 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: how to install softwares in ubuntu

^^ Ayya Lancards do u have?then is possible
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 09-02-2007, 10:23 PM   #7 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2006
Posts: 5
Default Re: i'll say get latest Edgy

Quote:
Originally Posted by freebird
there is a howto available:
http://www.ubuntu-in.org/wiki/Broadband_Howto#Sify
Sify client may be a source package.You need to extract the package using any programs like file-roller (gui's) and try reading the README file inside.there are many alternative sify clients available for GNU/Linux try google.
one of them is EasySify
http://easysify.sourceforge.net/?smod=download
http://easysify.sourceforge.net/

for using different packages(softwares) for GNU/Linux,you dont need to download source packages from web,use synaptic and install from ubuntu's or debian repositories which contains binary packages aswell caveat,if you have a good internet connxn.
try moving into ubuntu edgy.you can edit using gedit as sudo from a terminal(CLI) "sudo gedit&" and add the new /etc/apt/sources.list after installing Ubuntu Edgy.

My /etc/apt/sources.list
Code:
~$ cat /etc/apt/sources.list
###gpg --keyserver subkeys.pgp.net --recv KEY
###gpg --export --armor KEY | sudo apt-key add -


deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse

deb http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

deb http://archive.canonical.com/ubuntu edgy-commercial main

deb http://download.tuxfamily.org/3v1deb edgy 3v1n0

deb http://wine.budgetdedicated.com/apt edgy main

deb http://download.tuxfamily.org/3v1deb edgy beryl-svn
So cheers and have Debian or Ubuntu
hey thanks for that it worked and i had a connection i even updated the repositries but now again i cant login next time. it worked only twice and third time onwards it doesnt work
maxkool is offline  
Old 10-02-2007, 12:29 PM   #8 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Post Re: how to install softwares in ubuntu

get us some more details.
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 10-02-2007, 04:31 PM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2006
Posts: 5
Default Re: how to install softwares in ubuntu

the problem is i could log in using the terminal 2 times, 3rd time onwards the site doesnt come up. and there no way whether i get any feedback whether i have connected or not.............and i even tried gettin the gui based client but that was for windows
maxkool is offline  
Old 11-02-2007, 11:32 PM   #10 (permalink)
The pWnster
 
Vyasram's Avatar
 
Join Date: Oct 2004
Location: Karaikudi,TN
Posts: 841
Default Re: how to install softwares in ubuntu

http://www.cutlersoftware.com/ubuntuinstall/

this is where i learned from
__________________
Sigs suck
Vyasram is offline  
Old 11-02-2007, 11:58 PM   #11 (permalink)
The No.1 Stupid
 
~Phenom~'s Avatar
 
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
Default Re: how to install softwares in ubuntu

^^thanx for the great link. repped u.
__________________
n00b forever...
~Phenom~ is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 10:48 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2