duanester Posted January 20, 2013 Share Posted January 20, 2013 (edited) Lets install VLC. 1) Add a repo, That be Packman from here http://en.opensuse.org/Additional_package_repositories#Packman This one is just the Essentials repo, Most will need it., Though i use Multimedia, Essentials is fine for most. zypper ar -f -n packman-essentials http://packman.inode.at/suse/openSUSE_12.2/Essentials packman-essentials 2) To add this repo Via command line is simple, Open terminal, Type su and hit enter, Enter your Root password and hit enter. 3) Copy and paste or type the code line above into Terminal with no spaces at end, Then hit enter. Should look like this after hitting enter. /home/duane # zypper ar -f -n packman-multimedia http://packman.inode.at/suse/openSUSE_12.2/Multimedia packman-multimediaAdding repository 'packman-multimedia' .................................................................................[done]Repository 'packman-multimedia' successfully addedEnabled: YesAutorefresh: YesGPG check: YesURI: http://packman.inode.at/suse/openSUSE_12.2/Multimedia Now lets install VLC. 4) In the same terminal, Type zypper install vlc, you will see at least 18 or so packages to be installed, Type y and hit enter to install VLC. Close terminal when done, Now your done, Enjoy Edit: If you can't understand, Please ask and learn. Edited January 20, 2013 by duanester Link to comment Share on other sites More sharing options...
Bruce Posted January 20, 2013 Share Posted January 20, 2013 (edited) Or you can just go into Yast, Software repositories and click add, community, and select "packman". Then in yast software manager search for vlc, select it and accept. Edited January 20, 2013 by Bruce Link to comment Share on other sites More sharing options...
KurtBleach Posted January 21, 2013 Share Posted January 21, 2013 (edited) Nice, but confusing for n00bs like me. I guess "ar" means add repository, but what are "-f" and "-n"? I do know that I installed Kate through zypper install because I didn't find it in YaST. What I really need (not being selfish, any n00b needs) is some sort of Linux for Dummys tut. Edited January 21, 2013 by caintry_boy language, this is a family forum Link to comment Share on other sites More sharing options...
nigsy Posted January 21, 2013 Share Posted January 21, 2013 What I really need (not being selfish, any n00b needs) is some sort of Linux for Dummys tut. Couldn't agree more. I confess - I added VLC through zypper and Mediatomb - but TBH I have no idea what the commands were I typed!! I guess I will learn as I go....I have deleted windows completley now, so no going back!! Link to comment Share on other sites More sharing options...
Bruce Posted January 21, 2013 Share Posted January 21, 2013 (edited) Zypper explianed http://en.opensuse.org/SDB:Zypper_usage_11.3 Documentation http://en.opensuse.org/Portal:Documentation via command line zypper --help the commands extensions ar = add repo, -n non interactive -f usually means "force" and I do not recommend using force installs unless you absolutely know what you are doing, nor do I recommend non-interactive as it will make changes without confirming them first. To be honest you are much better using the Yast interface for repo management and software management, the repositories you needed to add are there under add, community repositories. They will be added properly and set up properly without any confusion about what you are adding or why. Some tips are good, others are not, a tip without clear explanations of what a command does and why is not a good tip. It is usually just a copy and paste from somewhere else. Edited January 21, 2013 by Bruce Link to comment Share on other sites More sharing options...
Bruce Posted January 21, 2013 Share Posted January 21, 2013 (edited) Try it this way. http://www.youtube.com/watch?v=DDBvfhvxY6w Edited January 21, 2013 by Bruce Link to comment Share on other sites More sharing options...
duanester Posted January 22, 2013 Author Share Posted January 22, 2013 Yast is best, No argument there.Typically the tips come from a reputable site, the link is there for everyone to see from OpenSuSe documentation.Posting this information required very little time after reviewing the instructions from that site.I merely put the pieces together myself to assist in the installion of a repository to help people obtain VLC fast and affectively.The fact remains, Understanding command line essential for becoming a power user in the years to come, now is a great time to start.Enjoy Link to comment Share on other sites More sharing options...
KurtBleach Posted January 22, 2013 Share Posted January 22, 2013 Thanks for the links, Bruce. They're bookmarked for further study. Link to comment Share on other sites More sharing options...
duanester Posted January 25, 2013 Author Share Posted January 25, 2013 Amazing video Bruce. Link to comment Share on other sites More sharing options...
JustinP526 Posted January 29, 2013 Share Posted January 29, 2013 Yep, excellent video Bruce What I really need (not being selfish, any n00b needs) is some sort of Linux for Dummys tut. Me too.. I've been using Linux for a few years now, started with Ubuntu and have tried a good variety of the many flavors. Just haven't yet learned as much as I should have, especially working in the command line. Link to comment Share on other sites More sharing options...
KurtBleach Posted January 29, 2013 Share Posted January 29, 2013 Maybe it's because Linux has become so much more user-friendly with the GUIs (I use KDE) in recent years that the necessity to really drill down and study isn't as important. I'm way more comfortable in openSUSE than I would be trying to learn Win 8, and I knew way more command line in Win 98SE when I ran it because Win just had so many more problems that it was really necessary to study hard. It's like how I really wish I could understand Spanish better, I'd like to - but I don't really need to. I study it much, but I can function without it here in the USA. Just like I can function in Linux. I would really like to see a Linux tutorial to help me understand CL, though. Link to comment Share on other sites More sharing options...
duanester Posted January 30, 2013 Author Share Posted January 30, 2013 An experienced end user speaks out loud.Ubuntu went south with some type of windows lock down method only some of us can describe.It's fine that folks like it, just boggles me that they do. Link to comment Share on other sites More sharing options...
JustinP526 Posted January 30, 2013 Share Posted January 30, 2013 LOL, I haven't used Ubuntu since 8.10 I've been seeing lots of idiots trying to peddle old P4 machines on craigslist lately with Ubuntu 12.10 and they want like $150 Think I'll stick with OpenSuSE 12.2 KDE Link to comment Share on other sites More sharing options...
duanester Posted February 6, 2013 Author Share Posted February 6, 2013 I would really like to see a Linux tutorial to help me understand CL, though. Well what you've experienced here was pretty much package management. zypper remove "package", zypper reinstall "package" Commands vary between applications, Bash for example is worth learning, If you don't plan on getting that deep and won't be writing scripts or unmounting a device , stick with the basics with bash. Learn to navigate in terminal to remove or move documents, and other non essential files, cd to another directory etc... Here's a truckload of commands http://en.opensuse.org/Terminal And a boatload of Youtube videos for some catigories http://www.youtube.com/results?search_query=opensuse+command+line&oq=opensuse+command+line&gs_l=youtube.3...2542.9127.0.9370.21.20.0.1.1.0.80.960.20.20.0...0.0...1ac.1.t88o6AhdvXo Put two and two together, you'll learn in time. Link to comment Share on other sites More sharing options...
KurtBleach Posted February 10, 2013 Share Posted February 10, 2013 Thanks. Link to comment Share on other sites More sharing options...
duanester Posted February 10, 2013 Author Share Posted February 10, 2013 If you need some examples, simply describe to us what you would like to do. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now