TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Operating Systems > Open Source & Linux

Notices

UBUNTU 8.10:Help this newbie.

Open Source & Linux


Reply
 
Thread Tools Display Modes
Old 26-11-2008, 06:16 PM   #1
Newbie
 
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0 kthurst is an unknown quantity at this point
UBUNTU 8.10:Help this newbie.

Hello guys,
I am a newbie to ubuntu as well as linux. I was looking for a good linux for my laptop and in this forum I was suggested to get ubuntu 8.10. Now I have installed ubuntu 8.10 (downloaded iso fole from bit torrent) on my laptop. I am happy that it is supporting the laptop features. But I need some help regarding the folowing issues.
1.I don't know the ubuntu I have installed is 32bit or 64bit. How to check? (just for curiosity)
2.Audio and video players need codecs. Where do I get it from. I dont have internet connection to my system. So I cannot run "apt-get ... <some http:// link>". I have to download it in a system in cyber cafe and have to carry to my system where I have to install. Please guide me.
3. Apart from audio, video codecs I also want some development softwares like QT, JAVA. (If possible 'MATLAB' equivalent). How to get them?
I am googling in the net, but not being able to follow....
Please guide me.
Thank you.
kthurst is offline   Reply With Quote
Old 26-11-2008, 06:57 PM   #2
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 23
Posts: 6,621
Thanks: 19
Thanked 645 Times in 603 Posts
Rep Power: 87 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future


OS: Windows XP Windows Vista Windows 7


Send a message via Yahoo to bakuryu
Re: UBUNTU 8.10:Help this newbie.

To know the version you can either type :
cat /etc/issue
or
lsb_release -a
or
you can check it from the torrent name itself.

I think Ubuntu has a media player that plays most of the files. I am not sure if VLC is installed by default.

If you need VLC, and if unsure of any dependencies/plugins required, download all the .deb files with version 0.8.6 and for i386 (for 32bit) or amd64 (if using 64 bit)
ftp://ftp.ubuntu.com/ubuntu/pool/universe/v/vlc/

Install the deb files using :
dpkg --install <file-name.deb>

you can download java from here : http://java.sun.com/javase/downloads/index.jsp

And QT means QuickTime ? vlc can play quick time videos too.
For Matlab : https://help.ubuntu.com/community/MATLAB
__________________
Please don't click here

Last edited by bakuryu; 26-11-2008 at 07:04 PM..
bakuryu is offline   Reply With Quote
Old 26-11-2008, 07:57 PM   #3
Newbie
 
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0 kthurst is an unknown quantity at this point
Re: UBUNTU 8.10:Help this newbie.

Thank you.
QT is similar to Visual basic (If Iam not wrong)....
By default VLC is not installed. There is something called 'movie payer'.
I tried playing .avi files and it asked me for codecs. Same case with .mp3 files in the audio player (ther's only one player installed by default).
Anyway, I will try the stuffs you have suggested. I will come back to you soon... :-)
Thanx once again.
kthurst is offline   Reply With Quote
Old 26-11-2008, 11:18 PM   #4
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 3,539
Thanks: 287
Thanked 345 Times in 298 Posts
Rep Power: 62 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great


OS: Windows XP Windows Server 2003 / Windows Server 2008 Windows Vista Windows 7 Linux


Re: UBUNTU 8.10:Help this newbie.

Quote:
I tried playing .avi files and it asked me for codecs. Same case with .mp3 files in the audio player (ther's only one player installed by default).
For linux mplayer is the first choice for playing video files and XMMS for audio.

Here is a good guide:

Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs,w64codecs) in Ubuntu 8.10 (Intrepid Ibex) -- Ubuntu Geek

But since you don't have an internet connection at the ubuntu box, you'll need to get the complied banaries or use the source to compile it for yourself. All debian packages should install fine in ubuntu, but binaries may need a number of dependent packages.

You can search for ubutnu packages in Ubuntu -- Ubuntu Packages Search

Mplayer page for Intrepid (8.10) is here:

Ubuntu -- Details of package mplayer in intrepid

See all those dependency packages. You may need most of them to install the downloaded .deb package. Binary download links to the bottom of the page. Yeah, it's a tedious job, you'll need to visit all those dependency pages and download the packages.

You can install the deb packages using the shell. First change to the directory where you 've copied the .deb packages.

e.g.

Code:
$ cd /packages
Then use:

Code:
$ sudo dpkg -i package_name.deb
Btw. For music Audacious should be installed in your ubuntu. Check it out.

https://help.ubuntu.com/community/Audacious

Last edited by Strider; 27-11-2008 at 09:54 AM..
Strider is offline   Reply With Quote
Old 27-11-2008, 02:07 AM   #5
ƒ(ψ)=ΘΊΧφ
 
bakuryu's Avatar
 
Join Date: May 2006
Location: India
Age: 23
Posts: 6,621
Thanks: 19
Thanked 645 Times in 603 Posts
Rep Power: 87 bakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant futurebakuryu has a brilliant future


OS: Windows XP Windows Vista Windows 7


Send a message via Yahoo to bakuryu
Re: UBUNTU 8.10:Help this newbie.

The linux versions for QT should install fine :
Open Source Downloads &mdash; Qt Software - Code Less. Create More. Deploy Everywhere.
or
ftp://ftp.ubuntu.com/ubuntu/pool/uni...q/qt-x11-free/
bakuryu is offline   Reply With Quote
Old 03-12-2008, 06:42 PM   #6
Newbie
 
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0 kthurst is an unknown quantity at this point
Re: UBUNTU 8.10:Help this newbie.

Quote:
"Btw. For music Audacious should be installed in your ubuntu. Check it out."


I checked it. Its not intalled :-(
kthurst is offline   Reply With Quote
Old 03-12-2008, 07:02 PM   #7
Newbie
 
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0 kthurst is an unknown quantity at this point
Re: UBUNTU 8.10:Help this newbie.

While trying to install vlc,xmms,octave etc, it listed some dependency packages. I noted them all and tried to download one by one. But for my wonder each of these packages has in turn a list of dependencies.
As you said, the job is tedious. :-)
Why don't UBUNTU provide all these stuff with their installation CD itself ?!!

I am thinking of going for other distributions. How about Fedora Core-10?
kthurst is offline   Reply With Quote
Old 04-12-2008, 01:13 AM   #8
Founder
 
Strider's Avatar
 
Join Date: Nov 2005
Location: The Last City Zion!
Posts: 3,539
Thanks: 287
Thanked 345 Times in 298 Posts
Rep Power: 62 Strider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just GreatStrider is just Great


OS: Windows XP Windows Server 2003 / Windows Server 2008 Windows Vista Windows 7 Linux


Re: UBUNTU 8.10:Help this newbie.

Quote:
Why don't UBUNTU provide all these stuff with their installation CD itself ?!!
Space constraints and licensing issues (e.g. MP3).

Quote:
I am thinking of going for other distributions. How about Fedora Core-10?
It's pretty good for more advanced users. But for beginners Ubuntu is the best choice to start. In fedora also you'll need to install most of the audio/video kind of softwares manually ( because of licensing issues). Only catch is if you perform a full install (should be couple of GBs of harddisk space) most of the dependencies will be already installed.

It'll all be easy if you have an internet connection at the Linux box. Yum will manage all dependencies automatically.
Strider is offline   Reply With Quote
Old 04-12-2008, 04:30 PM   #9
Newbie
 
Join Date: Oct 2006
Age: 23
Posts: 22
Thanks: 10
Thanked 1 Time in 1 Post
Rep Power: 0 kthurst is an unknown quantity at this point
Re: UBUNTU 8.10:Help this newbie.

Ok... I am gonna get internet connection this week.
Let me try it. I have Fedora 10, but I want to solve these Ubuntu problems and use it rather than installing Fedora. Actually, I never wanted all these stuff readily available. I am happy that by these exercises I am learning something atleast.... There is no fun if all the things are spoon fed, right? :-)
Thank you.

Last edited by kthurst; 04-12-2008 at 04:45 PM..
kthurst is offline   Reply With Quote
Old 04-12-2008, 06:53 PM   #10
Video Team
 
Join Date: Sep 2007
Location: India
Age: 21
Posts: 47
Thanks: 10
Thanked 3 Times in 3 Posts
Rep Power: 0 MEtal247 is an unknown quantity at this point


OS: Windows XP Windows Vista Linux


Re: UBUNTU 8.10:Help this newbie.

^

If you are getting internet connection than you should have no probs. Working on linux is fun. Good luck !
__________________
\m/
MEtal247 is offline   Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 03:02 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional