We're a community of 1.1M IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,080,599 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

New to UBUNTU how to install this things?

HI there im new to ubuntu and im having a huge problem, i cant play mp4 on ubuntu and whenever i install synaptic package manager, it keeps on presenting me this error in the picture please help

4
Contributors
4
Replies
4 Days
Discussion Span
3 Months Ago
Last Updated
36
Views
Ms New to Java
Junior Poster
177 posts since Jan 2012
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0

hhaha.. I like this thread. You're having "a huge problem" as you said. Did you install Ubuntu correctly? what version are you running? did you update your machine using update manager? or

sudo apt-get update

in the terminal

rotten69
Master Poster
747 posts since May 2011
Reputation Points: 36
Solved Threads: 47
Skill Endorsements: 13

i did!! and i did not sleep last night coz it took me 16 hrs to wait for it to finish, my classmate installed it and i dont have any idea if its correctly installed but i cant play mp4 or download Synaptic Package Manager (i dont really know what does that do but i think it will be a huge help!) what should i do? im running 12.04 ubuuntu and i updated it and upgraded it thanks!

Ms New to Java
Junior Poster
177 posts since Jan 2012
Reputation Points: 10
Solved Threads: 1
Skill Endorsements: 0

The default package manager for the 12.04 version of Ubuntu is called "Software Center". You should be able to find it in the main menu (with all the other apps). In the software center, you can search for anything that you want to install (games, applications, libraries, etc.) and install it. That's the purpose of a package manager like Software Center or Synaptic.

For mp4 codecs, you need to install the package called ubuntu-restricted-extras (you can search for it in the software center). You can also install it by running the following command in the terminal:

$ sudo apt-get install ubuntu-restricted-extras

If you want to have Synaptic Package Manager, which is what Ubuntu used to have as its default package manager (before Software Center), you can also install it:

$ sudo apt-get install synaptic

And you should then be able to find it in the main menu along with the other apps.
The same goes for Software Center, in case it didn't install it by default (it should have):

$ sudo apt-get install software-center

For playing videos, it might be hard to make sure you have all the codecs for all the formats, what I find easiest is to just install VLC, because it will pull, along with it, pretty much all codecs (except those in ubuntu-restricted-extras), so you can install VLC:

$ sudo apt-get install vlc

As you can see from the above, the apt-get install command is a very quick and easy way to get things installed, I often prefer it to pulling up the package manager and doing all that pointing and clicking.

mike_2000_17
21st Century Viking
Moderator
3,166 posts since Jul 2010
Reputation Points: 2,082
Solved Threads: 636
Skill Endorsements: 42

Just switch to Linux-Mint ;)
All the above was done for you.

naphets
Junior Poster in Training
65 posts since Feb 2013
Reputation Points: 0
Solved Threads: 4
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page generated in 0.0644 seconds using 2.65MB