LINUX is NOT easy!


Recommended Posts

Windows update installed a worm?

yep. I e-mailed microsoft about it and they called me by phone to talk about it. This new cd update thing is PROBABLY because of that. I would guess they found something indeed. Probably some crackhead employee thinking he could do a lot of harm

Well... what goes wrong? Is there an error message? Dependency failure...?

Also, if you hate RPM's so much, you can simply download the source of an application you want, compile it, and make your own install. ;)

dude, that sounds way harder! why don't they have a simple execuation file to install stuff? like in windows and apple, make my life easier.

Ok, first things first: How exactly are you trying to install RPMs? Are you using "rpm -Uvh xxrpmnamexx*.rpm" or something else?

Secondly, many people believe compiling and installing from the source is much easier.

Finally, if you really believe that Linux is not for you (too hard, trouble installing things), whatever the reason, and you are not thinking of giving the OS another chance, you should seriously consider going back to something like Windows/OS X. By the way, a curious little fact, OS X is Unix based ;)

i know that OSX is UNIX base, so WHY can't it be as easy as OSX??? can't people write auto installers? i hate compliing, that sounds compliccated. like i have to know programming or seomthing. why can't they just make a complied file already that i can just download?

Try Debian or Gentoo then. Debian will download every file (in binary form) needed and all you have to do is type a single line. Gentoo is the same way except it's from source (scripted too, so it's nice and easy).

yep. I e-mailed microsoft about it and they called me by phone to talk about it. This new cd update thing is PROBABLY because of that. I would guess they found something indeed. Probably some crackhead employee thinking he could do a lot of harm

You should sell the story to news outlets, they'd have a field day with that and you could rake in some big bucks.

i know that OSX is UNIX base, so WHY can't it be as easy as OSX??? can't people write auto installers? i hate compliing, that sounds compliccated. like i have to know programming or seomthing. why can't they just make a complied file already that i can just download?

um - RPM is basically an autoinstaller. I would really like to see the errors your getting. And exactly what RPM's your trying to install??

As far as dependencies - your going to have that with any OS your using, if you do not have any subsystems that the PRM (program) your trying to install needs. Just like in windows if the game your trying to install needs DirectX 9 and you only have 7 - game will not work correctly. Or if you need the .net framework, or you need a VB6 dll, etc.. etc..

I really fail to understand what your problem is - is typing rpm -i or -u nameofrpm.rpm so MUCH harder than clicking on an exe??? I am quite sure that most of the linux distros gui's have a RPM management tool, never used them much - but I know Redhat has one atleast.

And you mention that compiling is is too complicated - have you tried it??? Gentoo's emerge is quite simple - how hard is typing emerge nameofsomething??

I would guess that your problem is - that in the linux world, its taken that the user has some idea to what they are doing. And some clue to how it all works - and if they do not, they will read the documentation that is written.

If you having errors with getting an RPM to work correctly - how about posting the errors your getting, etc.. and we can tell you what your doing wrong. VS complaining that LINUX is TOO HARD. Why can't it be like windows, etc.. etc... etc...

Also, if your using mandrake, use URPMI to install the package, (if it came from Mandrake or any of its sources). I use URPMI all the time and it finds the dependices for me. urpmi mozilla will either download or ask for the cd that mozilla was included in and install it for you.

Seriously, some things can be frustrating in Linux if this is the 1st time you are using it. But plug away at it. I found that Linux install was no different from the Windoes 9X installs I did, and the 1st few 2000 XP installs I did. After you have done the installs and worked with them you will find that you start feeling more at home with it.

which reminds me.. anyone just starting out on linux.. i'd recommend fedora because the installer is almost completely automatic.. and then new install gui is beautiful and functional.. and it's a good distro in my opinion (that is said with anticipation that the final is even better than the 3rd beta was) so go for that.. and like every linux guy in here has said.. the interface is only difficult (or basically, as simple) as you make it..

um - RPM is basically an autoinstaller. I would really like to see the errors your getting. And exactly what RPM's your trying to install??

As far as dependencies - your going to have that with any OS your using, if you do not have any subsystems that the PRM (program) your trying to install needs. Just like in windows if the game your trying to install needs DirectX 9 and you only have 7 - game will not work correctly. Or if you need the .net framework, or you need a VB6 dll, etc.. etc..

I really fail to understand what your problem is - is typing rpm -i or -u nameofrpm.rpm so MUCH harder than clicking on an exe??? I am quite sure that most of the linux distros gui's have a RPM management tool, never used them much - but I know Redhat has one atleast.

And you mention that compiling is is too complicated - have you tried it??? Gentoo's emerge is quite simple - how hard is typing emerge nameofsomething??

I would guess that your problem is - that in the linux world, its taken that the user has some idea to what they are doing. And some clue to how it all works - and if they do not, they will read the documentation that is written.

If you having errors with getting an RPM to work correctly - how about posting the errors your getting, etc.. and we can tell you what your doing wrong. VS complaining that LINUX is TOO HARD. Why can't it be like windows, etc.. etc... etc...

where do i type "rpm -i or -u nameofrpm.rpm"? i am supose to type that in Konsole? do i have to change directory into the file? i am confused with the README files. i am trying to install GAIM. i did exacly what it say but it keeps on getting so much errors. how do you extract files from tar.gz? i want a CLEAR explaination on how to install this crap. the README assumes you know the basic and they say it's just a genralt explaination to install the software on all distro, how do you like prperly extract file and using console and stuff. i can use windows DOS, but this is just soo frustrating.

um - RPM is basically an autoinstaller.  I would really like to see the errors your getting.  And exactly what RPM's your trying to install??

As far as dependencies - your going to have that with any OS your using, if you do not have any subsystems that the PRM (program) your trying to install needs.  Just like in windows if the game your trying to install needs DirectX 9 and you only have 7 - game will not work correctly.  Or if you need the .net framework, or you need a VB6 dll, etc.. etc..

I really fail to understand what your problem is - is typing rpm -i or -u nameofrpm.rpm so MUCH harder than clicking on an exe???  I am quite sure that most of the linux distros gui's have a RPM management tool, never used them much - but I know Redhat has one atleast.

And you mention that compiling is is too complicated - have you tried it???  Gentoo's emerge is quite simple - how hard is typing emerge nameofsomething??

I would guess that your problem is - that in the linux world, its taken that the user has some idea to what they are doing.  And some clue to how it all works - and if they do not, they will read the documentation that is written.

If you having errors with getting an RPM to work correctly - how about posting the errors your getting, etc.. and we can tell you what your doing wrong.  VS complaining that LINUX is TOO HARD.  Why can't it be like windows, etc.. etc... etc...

where do i type "rpm -i or -u nameofrpm.rpm"? i am supose to type that in Konsole? do i have to change directory into the file? i am confused with the README files. i am trying to install GAIM. i did exacly what it say but it keeps on getting so much errors. how do you extract files from tar.gz? i want a CLEAR explaination on how to install this crap. the README assumes you know the basic and they say it's just a genralt explaination to install the software on all distro, how do you like prperly extract file and using console and stuff. i can use windows DOS, but this is just soo frustrating.

Yes, in the konsole. Yes, change dir with cd /location/of/rpm

To extract tar.gz:

tar xvfz file.tar.gz

um - RPM is basically an autoinstaller.  I would really like to see the errors your getting.  And exactly what RPM's your trying to install??

As far as dependencies - your going to have that with any OS your using, if you do not have any subsystems that the PRM (program) your trying to install needs.  Just like in windows if the game your trying to install needs DirectX 9 and you only have 7 - game will not work correctly.  Or if you need the .net framework, or you need a VB6 dll, etc.. etc..

I really fail to understand what your problem is - is typing rpm -i or -u nameofrpm.rpm so MUCH harder than clicking on an exe???  I am quite sure that most of the linux distros gui's have a RPM management tool, never used them much - but I know Redhat has one atleast.

And you mention that compiling is is too complicated - have you tried it???  Gentoo's emerge is quite simple - how hard is typing emerge nameofsomething??

I would guess that your problem is - that in the linux world, its taken that the user has some idea to what they are doing.  And some clue to how it all works - and if they do not, they will read the documentation that is written.

If you having errors with getting an RPM to work correctly - how about posting the errors your getting, etc.. and we can tell you what your doing wrong.  VS complaining that LINUX is TOO HARD.  Why can't it be like windows, etc.. etc... etc...

where do i type "rpm -i or -u nameofrpm.rpm"? i am supose to type that in Konsole? do i have to change directory into the file? i am confused with the README files. i am trying to install GAIM. i did exacly what it say but it keeps on getting so much errors. how do you extract files from tar.gz? i want a CLEAR explaination on how to install this crap. the README assumes you know the basic and they say it's just a genralt explaination to install the software on all distro, how do you like prperly extract file and using console and stuff. i can use windows DOS, but this is just soo frustrating.

Ok, here are the basic steps to get GAIM to work.

Un-tar the file using this command (in Konsole):

tar -zxvf xxnameoffilexx.tar.gz

I'm assuming you're installing an RPM. Install the RPM with this command:

rpm -Uvh xxnameofrpmxx.rpm

Then, since you're using Mdk 9.1, just go to Networking>Instant Messaging>GAIM.

Please post any errors you're getting! There are numerous advanced Linux users on Neowin who would be glad to help you out. :)

When was the last time anyone who knew what they were doing caught a virus/worm on their PC? Patch and run AV/firewall...not terribly difficult.

When was the last time that anyone who new what they were doing so afraid of Linux? I guess when you've be stuck with winders' all of your life-sure it seems easier, better, and maybe prettier than linux (that you've only spent about 10 minutes with)-sorry, back to the point. Granted, keeping windows secure isn't that hard, as long as you run windows update once or twice a day. When in a linux-windows flame war we tend to overlook the annonyances that we put up with in each OS, like in windows-a critical update or two per week is a little much, and in linux installing anything can be overwhelming to an ususpecting newbie, or at least it was for me.

When was the last time that anyone who new what they were doing so afraid of Linux? I guess when you've be stuck with winders' all of your life-sure it seems easier, better, and maybe prettier than linux (that you've only spent about 10 minutes with)-sorry, back to the point. Granted, keeping windows secure isn't that hard, as long as you run windows update once or twice a day. When in a linux-windows flame war we tend to overlook the annonyances that we put up with in each OS, like in windows-a critical update or two per week is a little much, and in linux installing anything can be overwhelming to an ususpecting newbie, or at least it was for me.

I'm not afraid of Linux, I just find no point to leaving Windows now that ninety-suck is a thing of the past.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I have a Motorola, one of the lower end ones, it works fine. It is possible to get rid of the Gemini app and also to disable googles assistant , but A.i is still apps. I try to avoid all LLM A.I, is i can, I use no Ai duck duck go.
    • Free Software Foundation Europe pushes EU to force Google to allow AI uninstalls on Android by Paul Hill Credit: Pexels Users should be able to fully uninstall AI-based features from Android devices and be able to access interoperability functions, free from Google’s verification requirements, the European Commission has heard as part of an Android interoperability consultation under the Digital Markets Act. These measures were proposed by the Free Software Foundation Europe (FSFE) last week when it submitted its documentation. The FSFE noted that Google had started silently installing AI models without telling users. It noted that the EU’s DMA requires companies like Google to allow users to uninstall pre-loaded software from their devices, but in the case of the AI models Google is installing, they reinstall if you delete them, contravening the DMA. To get Google back under control, the FSFE has told the European Commission that there needs to be improvements within the Android Open Source Project (AOSP). First, it said that users should be able to fully remove pre-loaded AI components from their devices, with companies being prohibited from silently reinstalling or reactivating them. Second, access to Android interoperability features should not be contingent on registration, authorization, or contractual relationships with Google. This pertains to Google’s attempt to force developers to register with Google, even to publish apps to alternative app stores like F-Droid. Discussing its submission, Lucas Lasota, FSFE Legal Programme Manager, said: Google is planning to roll out its Android Developer Certification in September 2026. This will force every Android app developer to register with Google before their software can be installed on certified Android devices, but it should affect those who have removed Google Apps from their device. The program is controversial because it entails the signing of contracts and payment of account fees to Google, as well as the handing over of the identities of developers. It said: The FSFE said that if the Commission’s draft measures remain unchanged, then Google will be allowed to make developers verify their identity. The FSFE believes that asking developers to register is contrary to the text and spirit of the law. In summary, the FSFE has told the Commission that no developer should need a Google account, a Play Store presence, or any agreement with Google to access Android’s interoperability features.
  • Recent Achievements

    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      519
    2. 2
      +Edouard
      188
    3. 3
      PsYcHoKiLLa
      87
    4. 4
      Michael Scrip
      81
    5. 5
      Steven P.
      72
  • Tell a friend

    Love Neowin? Tell a friend!