Author Topic: < solved> sudo apt-get remove floola...no joy  (Read 731 times)

Offline sixthwheel

  • Hero Member
  • *****
  • Posts: 583
  • Location: Not Windows
< solved> sudo apt-get remove floola...no joy
« on: May 15, 2010, 02:47:30 PM »
Yes I know I can install and remove what I need from synaptic, but how is that any fun?..really. :( :(
Could someone put me on the right track here please? Thanks.
« Last Edit: May 15, 2010, 07:15:19 PM by sixthwheel »
My Rottweiler is smarter then your  honor student


Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15304
  • ┌∩┐(◕_◕)┌∩┐
Re: sudo apt-get remove floola...no joy
« Reply #1 on: May 15, 2010, 02:49:05 PM »
Don't use sudo in pclinuxos - just use su  ;D
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline sixthwheel

  • Hero Member
  • *****
  • Posts: 583
  • Location: Not Windows
Re: sudo apt-get remove floola...no joy
« Reply #2 on: May 15, 2010, 03:04:05 PM »
Didn't work.
My Rottweiler is smarter then your  honor student


Offline nerdful1

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1575
  • Registered Linux User #444541
    • Nerdful Things
Re: sudo apt-get remove floola...no joy
« Reply #3 on: May 15, 2010, 03:10:48 PM »
Open terminal.

type su
hit enter
then your root password
now you are root with # prompt for the session or until you enter 'exit'

And you should just use synaptic.
Promote open source.
Stars up!  Lights Down! Use sky and neighbor friendly outdoor lighting, and save energy.  Darksky dot org.
 ISF Professional that wants to keep black level in the sky.
Mythic Dragon V1.0 Desktop HTPC running PCLOS & Mythtv simultaneously.

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6380
  • I'm going South
Re: sudo apt-get remove floola...no joy
« Reply #4 on: May 15, 2010, 03:39:50 PM »
Open terminal.

type su
hit enter
then your root password
now you are root with # prompt for the session or until you enter 'exit'

And you should just use synaptic.

Or to explain it a bit more in depth:

The command su stands for "substitute user" (not "superuser", as some people seem to think). It will let you run commands as any other user on your system.

The basic syntax of su is "su <name-of-substitute-user>". If you just type "su" and hit Enter -- without specifying which user you want to become, the system will take for granted that you want to become root.

But if "su" is followed by something else, the system will believe that is the substitute user you temporarily want to become. So if you enter a line like
Code: [Select]
su apt-get remove floola you are not telling the system to run the program apt-get as root; you are telling it that you want to become the user apt-get -- which naturally doesn't exist.

Now, if you want a command that works almost like sudo, try kdesu. (You'll be asked for root's password though.)

Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline sixthwheel

  • Hero Member
  • *****
  • Posts: 583
  • Location: Not Windows
Re: sudo apt-get remove floola...no joy
« Reply #5 on: May 15, 2010, 04:21:15 PM »
Thank you Blackbird.
Very informative..No wonder it came back saying no such user as "apt-get"
My Rottweiler is smarter then your  honor student