Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Hey Linux guys, help a noob?
123
Hey Linux guys, help a noob?
2010-02-16, 4:16 PM #1
I put Ubuntu 9.10 on my USB drive for the hell of it, it boots faster then windows if I want to just browse the web and works great for cleaning files windows won't for whatever reason.
But I went to install ScummVM earlier (it's an 8 gig drive, space isn't a real issue), and it complained about a missing library (Libfluid something). I went into synaptics to look for it, and it isn't there.
Surely GBK or another Linux guy can help me? I like this operating system I just need a little help getting used to it.
2010-02-16, 4:19 PM #2
Originally posted by Tibby:
and it complained about a missing library


Welcome to Linux.
2010-02-16, 4:24 PM #3
Did you install scummvm from the packages or from source?
2010-02-16, 4:36 PM #4
Package
2010-02-16, 4:42 PM #5
libfluid? never heard of it.

Pretty much what Darth said, though. Linux is all about spending a month setting up, fixing configurations and hunting down missing dependencies... then never, ever touching it again. Don't poke the bear.
2010-02-16, 5:14 PM #6
"libfluidsynth1". It's in Ubuntu. Try this as root:

Code:
# sudo apt-get install libfluidsynth1


Then install ScummVM.
And when the moment is right, I'm gonna fly a kite.
2010-02-16, 5:20 PM #7
Alright I'll try that when I get a chance.
Thanks.
2010-02-16, 5:46 PM #8
If you grab scummvm from a package repository it will automatically download dependencies.

2010-02-16, 5:47 PM #9
Well I just downloaded the package from the site, ran the thing, at the window said it was missing that thingy.
Oh god I can't believe how little I know about linux.
2010-02-16, 5:47 PM #10
http://packages.ubuntu.com/search?keywords=scummvm

Sadly doesn't look like it's up to date unless you're using the 10.04 alpha, though, which is the only real complaint I have about package repositories.

2010-02-16, 5:52 PM #11
Version numbers are also version date? That's a neat way of doing it.
2010-02-16, 6:05 PM #12
Originally posted by The MAZZTer:
If you grab scummvm from a package repository it will automatically download dependencies.


.

Code:
# sudo apt-get install scummvm


Don't download it from the ubuntu package site.
2010-02-16, 6:12 PM #13
Okay, what do I do with this command?
I tried throwing it into terminal, but it didn't work.
Sorry guys, im terribly new at this. Only gonna have to show me once though.
Incase it helps this is the full error when trying to install scummvm: Error: Dependency is not satisfiable: libfluidsynth1
2010-02-16, 6:19 PM #14
Putting that into terminal without the # gave me a "Couldn't find package" error.
2010-02-16, 6:19 PM #15
Originally posted by Tibby:
Dependency is not satisfiable: libfluidsynth1


Try this:

Code:
# sudo apt-get -f install


-f tells apt to try to automatically correct dependency problems.
And when the moment is right, I'm gonna fly a kite.
2010-02-16, 6:26 PM #16
Alright, I got Scummvm installed. I ended up hunting through the Ubuntu site for 5 or six packages.
Thanks for pointing me in the right direction, and damnit I wish I knew about the command before.
2010-02-16, 7:23 PM #17
Originally posted by Trigger Happy Chewie:
.

Code:
# sudo apt-get install scummvm


Don't download it from the ubuntu package site.


I didn't mean he should, I just linked to show that scummvm was in there.

But I can see how I might have been misunderstood. Yeah don't download packages from there, plug the package name into synaptic or apt get.

Originally posted by gbk:
Try this:

Code:
# sudo apt-get -f install


-f tells apt to try to automatically correct dependency problems.


Ooh that works with .debs you install with dpkg? I'll have to remember that.

2010-02-17, 8:37 AM #18
Debian package installation is a cake walk compared to the crap you have to go through on windows. The issues arise when you start wanting software not in their repositories (or are impatient and need a new version NOW). In that case, you need to learn some more. *shrug*
2010-02-17, 9:06 AM #19
Yeah, running setup.exe and clicking next a bunch of times is so hard!
2010-02-17, 9:26 AM #20
Originally posted by Cool Matty:
Yeah, running setup.exe and clicking next a bunch of times is so hard!


Asking you if you want to change the default installation folder is so confusing though!
2010-02-17, 10:01 AM #21
I suppose you guys haven't ever installed anything more complicated than a text editor. I did an endpoint virtualization comparative test for my work the past few weeks. Every single one of them was a nightmare -- citrix xenapp, ms appv, symantec workspace streaming, symantec workspace virtualization, vmware thinapp (actually thinapp was easy). Every one of them had external crap you had to download, install, and configure separately, and it was stuff that had to be downloaded from obscure sites scattered throughout the internet.

Debian-based linux distros generally have all dependencies mapped out in the package and the package manager will go out and download and install them all for you automatically. The OP clearly wasn't installing something from the "official" repositories and just like I can't blame MS because the xenapp installer doesn't include all dependencies, you can't blame debian because some dude made his own .deb package and didn't provide links to all the dependencies.

Windows has all sorts of crazy warts and installation issues; it's completely ignorant to try to pretend like this is a linux problem.
2010-02-17, 10:12 AM #22
Originally posted by Brian:
I suppose you guys haven't ever installed anything more complicated than a text editor. I did an endpoint virtualization comparative test for my work the past few weeks. Every single one of them was a nightmare -- citrix xenapp, ms appv, symantec workspace streaming, symantec workspace virtualization, vmware thinapp (actually thinapp was easy). Every one of them had external crap you had to download, install, and configure separately, and it was stuff that had to be downloaded from obscure sites scattered throughout the internet.

And those are much easier on Linux?? You're talking about huge, heavyweight applications. It's not fair to compare those to ScummVM.

Windows, small apps: dead easy.
Windows, huge apps: very difficult.

Linux, small aps: dead easy OR, very difficult
Linux, huge apps: very difficult
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-02-17, 10:54 AM #23
Yeah, comparing server apps to a simple application like ScummVM is silly. Of course there are also some Windows server apps that are pretty damn easy to install these days (especially a lot of first-party MS stuff).

But I wouldn't know, cause I've only ever installed text editors. All the Windows server application consulting and development I've done doesn't count.
2010-02-17, 11:26 AM #24
Ok right, small windows app: citrix xenapp client plugin. Try it... Your point is taken, in general, small apps are easy on windows. But just as in linux, sometimes the small apps also become a pain in the *** -- this isn't a linux vs. windows problem. It's ignorant to think this is a linux problem.
2010-02-17, 12:15 PM #25
In general Windows is great for mainstream use and gaming.
Linux is great for those who know what they are doing, heavy duty stuff where you need to know and control 100% of the operating system, or a free OS for those who just use firefox.

Argument averted?
2010-02-17, 2:50 PM #26
I'm starting over, since I was stupid and didn't create a persistance file.
When I go to software center, and try and install ScummVM, it says "Not available in current data".
When I use the command GBK provided earlier in terminal (# sudo apt-get -f install scummvm) it says E: Couldn't find package scummvm.
2010-02-17, 2:55 PM #27
Fixed that, just set the download sources.
This is actually quite fun, I know all of windows backdoors. Ubuntu is a learning experience.
2010-02-17, 4:13 PM #28
Originally posted by Brian:
Ok right, small windows app: citrix xenapp client plugin.

...but it's Citrix :suicide:

Originally posted by Brian:
It's ignorant to think this is a linux problem.

Perhaps, but it's just the annoyance that sometimes it is, at least for new users, astoundingly difficult to do simple things. I think, maybe it's almost more of a problem with out it's presented. Linux is hailed by many as being some kind of holy grail, newbies get lured into it only to find that's a complete lie and it's just another OS with its own strengths and weaknesses.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-02-17, 4:15 PM #29
Originally posted by Tibby:
I know all of windows backdoors.

Yeah, you really don't. And I know you don't mean for security, either. Windows is incredibly complicated (for better or worse) and surprisingly customizable. There's a lot you don't see. Even experienced IT admins don't see half the things Windows can really do.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-02-17, 4:17 PM #30
Fine, but I still know a lot more about Windows then Linux, which makes this interesting.
2010-02-17, 4:32 PM #31
I don't think you know a lot about windows.
2010-02-17, 4:48 PM #32
Fair enough, I just feel it necessary to point out that there is a lot more (often difficult to find) to Windows than most people see. And I'm not talking about "Top 10 Tips and Tricks in Windows" blog posts either.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2010-02-17, 5:28 PM #33
That's fair, I really just meant that I know enough about windows that there isn't much left to discover that I could actually use, whereas Linux is a vast untamed wilderness.
2010-02-17, 5:42 PM #34
Full of things you won't use, because you have no use for what linux offers.
2010-02-17, 5:44 PM #35
I realize that, but I just want to explore.
2010-02-17, 6:28 PM #36
LINUX: Cheaper than buying a new copy of Windows.
<Rob> This is internet.
<Rob> Nothing costs money if I don't want it to.
2010-02-17, 6:30 PM #37
False: only more legal than not buying the same software twice.
2010-02-17, 8:12 PM #38
Originally posted by Cool Matty:
Yeah, running setup.exe and clicking next a bunch of times is so hard!


Ah, but then I end up with 1000 different unrelated apps in the same folder, each with their own idea of organization. Adobe has a company folder instead of an app folder, some apps are top level in Program Files, some apps like cygwin think they're so important they install directly to C:\cygwin, etc...

I always have to change the location, partly to sort the programs into a more manageable organization (by program type... Game, Emulator, Network, Tweaking, Media, Graphics, etc), and also to move it to a different drive letter. That IS partly just my preference I realize, but I don't feel the need to do this in Linux since it strictly defines where program files go on the system, so there's no need for such prompts. All program binaries go in one folder and end up on the system path so I don't need to go hunting for them anyway, libraries go somewhere else, settings go in /etc... etc.

Thankfully SOME installers on Windows remember your install preferences for when you upgrade so I can just mash Next... but most don't.

2010-02-17, 8:32 PM #39
Linux throws things around in quite a few folders as well, actually. >.>

Many of which are just nested folders called bin/
2010-02-17, 11:05 PM #40
Originally posted by Cool Matty:
Linux throws things around in quite a few folders as well, actually. >.>

Many of which are just nested folders called bin/


I'll have to agree with CM on this one. It bugs the **** out of me sometimes.
123

↑ Up to the top!