Bunch o' Linux Questions
Bunch o' Linux Questions
Let me start off with an introduction that no one will want to read. For my intro to linux class, we're playing with CentOS linux. I decided to install Ubuntu on my desktop and get it to dual boot - after having to reinstall XP (thanks a lot partition magic) and ubuntu, I got it working pretty well.
How do I install any sort of program that will play mp3s?
Are there any programs that play avi, wmv?
And I installed a program called automatix and I can't uninstall it ... how do I uninstall it?
How do I install any sort of program that will play mp3s?
Are there any programs that play avi, wmv?
And I installed a program called automatix and I can't uninstall it ... how do I uninstall it?
Past: T60 , XPS M1330, Inspiron 1420 & 1520, Presario V2010US
Present: T61 , Acer D150, T61 7663 (Parents)
Screen swapped between the 7661 and 7663
Present: T61 , Acer D150, T61 7663 (Parents)
Screen swapped between the 7661 and 7663
There should be a mp3 player installed. If not you can download xmms or Amarok. Both work fine. As far as movie playing, I have given up on finding a decent player. There's just too many codecs and not a lot of players come with more than a standard set of divx and avi built in. I have yet to get linux to play anything compressed with Sorensen (quicktime) or mp4 files. You said you have Ubuntu installed, don't they have a forum or a FAQ for this sort of thing? I don't run any mainline distro's. I use Whax which can be found at remote-exploit.org. It's mainly for security and PEN testing, comes with KDE and Fluxbox. Very minimal on the set of apps installed as it's main reason for existance is network security and not multimedia.
I wish you luck.
I wish you luck.
New:
Thinkpad T430s 8GB DDR3, 1600x900, 128GB + 250GB SSD's, etc.
Old:
E6520, Precision M4400, D630, Latitude E6520
ThinkPad Tablet 16GB 1838-22U
IBM Thinkpad X61T, T61, T43, X41T, T60, T41P, T42, T410, X301
Thinkpad T430s 8GB DDR3, 1600x900, 128GB + 250GB SSD's, etc.
Old:
E6520, Precision M4400, D630, Latitude E6520
ThinkPad Tablet 16GB 1838-22U
IBM Thinkpad X61T, T61, T43, X41T, T60, T41P, T42, T410, X301
Re: Bunch o' Linux Questions
Myself, I setup my machine to use both xmms and gstreamer. At the very least, I would suggest that you setup gstreamer, as it fix more than just mp3s (see the links at the bottom of the post.)Miller88 wrote: How do I install any sort of program that will play mp3s?
For playing just an mp3 I prefer to use XMMS.
For playing music, using your music more as a music library I prefer to use RhythmBox.
You can use Totem if you have the correct codecs and such installed (its used by default) but I prefer to generally use either xine or mplayer myself.Miller88 wrote: Are there any programs that play avi, wmv?
Xine may be installed following the instructions in a link at the bottom of my post. Mplayer should be able to be installed simply with the command "sudo apt-get install mplayer"
If you installed it via apt, you should be able to simply do "sudo apt-get remove automatix".Miller88 wrote: And I installed a program called automatix and I can't uninstall it ... how do I uninstall it?
If you installed it via a .deb you will have to use dpkg.
If you come across problems, I would make sure that you have the correct repositories enabled. There are universe, and multiverse repositories that are not enabled by default and are not for everyone. Certain codecs and applications will require those repositories to be enabled.
In a later post you mention that neither RhythmBox or Xine will browse networks. If you are referring to Windows File Sharing (a.k.a smb) then you will need to install smbfs "sudo apt-get install smbfs". Myself, I have my Windows Shares automatically get mounted at bootup and browse them with my apps as if they are part of my filesystem.
LINKS:
Installing XMMS: http://ubuntuguide.org/wiki/Ubuntu_Edgy ... .28XMMS.29
Installing gstreamer (avi, mp3, ...): http://ubuntuguide.org/wiki/Ubuntu_Edgy ... dia_Codecs
Installing Xine: http://ubuntuguide.org/wiki/Ubuntu_Edgy ... xine-ui.29
Since he's using Ubuntu he won't be dealing with rpm packages but rather deb.Volker wrote:Remove a rpm package: rpm -e packagename
List all packages: rpm -qa
To play audio and video, install mplayer. Its not the prettiest solution, but the one that can play everything.
An easy way to get audio codecs and what not initially setup is to use an app called Easyubuntu: http://easyubuntu.freecontrib.org/
Go to Download, follow the steps it gives. Run the command it tells you to get the GPG key then download and install EasyUbuntu using the link. Once the program is installed go to Applications>>System Tools>>Easy Ubuntu. Just check the boxes for what you want and you should be good to go.
The easiest way to install programs in ubuntu is to use the package manager. This is the last selection in the Applications menu. In this app you just search for the app you want, put a checkbox next to it and hit apply. If you want to uninstall an app just uncheck it and hit apply. Remember there are only a few repositories by default and you can search the web for additional repositories for other specific apps. 75% of the time any program I'm looking for will be in the repos but the drawback is it might not always be the latest version.
Also, to get WMV files working run the following command in your terminal (assuming you are on a thinkpads forum and you use a computer with i386 architecture):
wget -c http://www.debian-multimedia.org/pool/m ... 0_i386.deb
sudo dpkg -i w32codecs_20061022-0.0_i386.deb
wget -c http://www.debian-multimedia.org/pool/m ... 0_i386.deb
sudo dpkg -i w32codecs_20061022-0.0_i386.deb
-
The Spirit of X21
- Senior Member

- Posts: 746
- Joined: Fri Apr 28, 2006 4:21 pm
- Location: Providence, RI, USA
- Contact:
visit https://help.ubuntu.com
cheers
cheers
-
- Similar Topics
- Replies
- Views
- Last post
-
-
770X Aftermarket Battery? (*And quick PIII linux question)
by Choram » Wed Jan 04, 2017 6:52 am » in ThinkPad Legacy Hardware - 1 Replies
- 928 Views
-
Last post by Dekks
Thu Jan 05, 2017 12:43 am
-
-
-
What is a good Linux OS for legacy thinkpads?
by Blender » Sat Jan 07, 2017 1:47 am » in ThinkPad Legacy Hardware - 26 Replies
- 2626 Views
-
Last post by Farro
Thu Jan 19, 2017 11:55 am
-
-
-
X60 tablet activation or Linux question
by Billaboard » Thu Jan 12, 2017 8:00 pm » in Thinkpad X6x Series incl. X6x Tablet - 12 Replies
- 1882 Views
-
Last post by Billaboard
Fri Jan 20, 2017 6:18 pm
-
-
-
X61 CPU clock limiter on 65w charger w/o batt, and Linux loophole?
by axur-delmeria » Sat Mar 11, 2017 4:54 am » in Linux Questions - 3 Replies
- 391 Views
-
Last post by axur-delmeria
Sat Mar 11, 2017 9:26 am
-
Who is online
Users browsing this forum: No registered users and 1 guest





