General :: Sudo Aptitude Update Command Not Found?

May 7, 2011

trying to get wine working was reading the tutorial-

"Complete Guide to Using Wine from the Command Line (Ubuntu)" first thing it said to do for ubuntu user's was this-

"Before I continue with my rant about gaming on Linux I would like to point out right now that the very first thing you should do when you install your ubuntu set up is to run the following:

Code:
user@ubuntu$ sudo aptitude update
user@ubuntu$ sudo aptitude install ubuntu-restricted-extras

but when i try and run in the terminal i get "command not found".

using ubuntu 11.4 natty kernel linux 2.6.38-8 generic gnome 2.32.1

View 5 Replies


ADVERTISEMENT

Ubuntu :: Media Player Install - Sudo Aptitude Command Not Found

Dec 24, 2010

I recently switched back to ubuntu after a year of gaming on w7, however I think that this time I'm going to stick to ubuntu, if she doesnt screw me like she has the previous times. Anyways, I was just wondering what media players you guys favor, and why? (maybe there doesn't have to be a reason xD), and I tried to install beep media player with:
sudo aptitude install beep-media-player
And the return is: sudo: aptitude: command not found

View 1 Replies View Related

Debian :: New Stable Update - Command Aptitude Not Found

Feb 7, 2011

Well it didn't go smoothly for me. After downloading over 1,6Gb (!) of that new Debian version and restarting I was 'greeted' by a dreaded CLI instead of gnome. To make matters worse I got "command aptitude not found".
'apt-get' still worked.
Anyway, if you're gonna update check dependencies first. It seems I lost gnome due to gstreamer0.10-gnomevfs. So first uninstall that package if you got it.

View 14 Replies View Related

General :: Sudo Cd /root Gives Sudo - Cd - Command Not Found

Jan 6, 2011

Kernel 2.6.21.5, Slackware 12.0

Code:

Code:

On the other hand

Code:

So, I do not understand why the notification "sudo: cd: command not found", considering cd is a bash built-in command.

View 3 Replies View Related

General :: BashSR File Edited Wrongly - Sudo Command Not Found

Sep 20, 2010

I had edited the bashsr file wrongly in my ubuntu while trying to put a "export" command in bashsr for javac. Next when i am writing sudo , its saying :
Command 'sudo' is available in '/usr/bin/sudo'
The command could not be located because '/usr/bin' is not included in the PATH environment variable. sudo: command not found

View 3 Replies View Related

Debian Installation :: Aptitude Update And Aptitude Install Aptitude?

Jul 11, 2010

I am trying to upgrade an amd64 lenny system to squeeze.I've got a 2.6.32 kernel running, done aptitude update and aptitude install aptitude.When I try "aptitude safe-upgrade", it sits forever resolving dependencies.it seems to search with the resolver counting up more and more open/conflict/ whatever.I stopped it once it got over 100,000)Is it possible to get aptitude to do a safe-upgrade, perhaps using a command line option?

View 2 Replies View Related

General :: When Type - Sudo Grub - It Says - Command Not Found" In Ubuntu 9.10 Live CD

Jan 30, 2010

I am going to reinstall my GRUB bootloader and some one said do the followings:

But when I type "sudo grub" in terminal it gives this error: "sudo: grub: command not found"

View 7 Replies View Related

OpenSUSE :: Sudo: (whatever): Command Not Found?

Jan 17, 2009

I try to run a command located in /sbin or /usr/sbin using sudo, like "sudo ifconfig" or "sudo tail -f /var/log/messages", it comes back with "command not found". If I perform a "sudo -i" and drop to a root shell that way, the commands work fine. My sudoers file is as follows:

Code:
Defaults always_set_home
Defaults env_reset

[code].....

View 9 Replies View Related

Debian :: Sudo Command Not Found?

Mar 5, 2010

I've just installed Debian on my old iMac G3. The install seemed to go ok but failed to load to the GUI. Thats ok I'll just enter some lines into the xorg.conf and it will be fine, or so I thought. Now at the shell prompt when I type in any sudo command it says: "sudo command not found" Is there an alternate command I can use in this situation.

View 3 Replies View Related

General :: Update-grub: Command Not Found?

Jun 16, 2011

I have done the kernel compilation for linux-2.6.38.5 I have perform all the steps well ,once i am updating in /boot/ grub/menu.lst & giving command update-grub it showing this error

Code:
[root@localhost grub]# update-grub
bash: update-grub: command not found
I have install it also through
Code:
yum install grub
I gave this command
Code:
grub-setup --version
still same error ]grub-setup not found

View 2 Replies View Related

Ubuntu :: Sudo Nautilus - Command Not Found

Feb 17, 2010

When trying to open nautilus as root, I get the following message:

xxx@xxx-desktop:~$ sudo nautillus
[sudo] password for xxx:
sudo: nautilus: command not found
xxx@xxx-desktop:~$ sudo nautilus
(nautilus:3917): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 'preferences_is_initialized ()' failed
Initializing nautilus-gdu extension

** (nautilus:3917): WARNING **: No marshaller for signature of signal 'UploadFinished'
** (nautilus:3917): WARNING **: No marshaller for signature of signal 'DownloadFinished'
** (nautilus:3917): WARNING **: No marshaller for signature of signal 'ShareCreateError'
Initializing nautilus-clamscan extension
Fontconfig error: Cannot load default config file
** (nautilus:3917): WARNING **: Could not inhibit power management: The name org.gnome.SessionManager was not provided by any .service files

--- Hash table keys for warning below:
--> xxx
--> root
--> inode/directory
--> l2050
--> l2049
--> staff
--> xxx

(nautilus:3917): Eel-WARNING **: "unique eel_ref_str" hash table still has 7 elements at quit time (keys above)
(nautilus:3917): Eel-WARNING **: "nautilus-directory.c: directories" hash table still has 12 elements at quit time
Shutting down nautilus-gdu extension

View 4 Replies View Related

Ubuntu :: Sudo Node Command Not Found?

Feb 25, 2011

I just installed node.js and it is located at /home/apantev/local/node/bin . So I added the follow to my ~/.bashrc

Code:
export PATH=/home/apantev/local/node/bin:$PATH
And this works fine if I use node normally for instance
Code:
node -v

[Code]....

View 7 Replies View Related

Ubuntu :: Sudo: Grub Command Not Found?

Aug 10, 2011

'' Ubuntu 11.04'' I have used G-parted to make some free space for my windows partition '' 100 GB. But before windows is installed the Grub loader is already broken . So i decided to restore the GRUB in the live CD en start with sudo grub and i get this:

sudo grub
sudo: grub: command not found
sudo /sbin/grub
sudo: /sbin/grub: command not found

View 4 Replies View Related

Ubuntu :: Sudo: Add-apt-repository: Command Not Found?

May 10, 2011

I'm trying to install java via ssh on my Ubuntu 10.04 LTS server and I keep getting this response

View 6 Replies View Related

Slackware :: Sudo Slackpkg = Command Not Found

Mar 1, 2010

I edited my "sudoers" file with "visudo". Added the line, after the root privileges definition.

Code:
root ALL=(ALL) ALL
myuser ALL=(ALL) ALL

I try to:

Code:
$ sudo ls /root

[Code]....

View 5 Replies View Related

Ubuntu :: Sudo ./postgresplus-8.4.1-2-lixuz-x64.bin Command Not Found

Jul 21, 2010

I am trying to install postgres using the one click installer from [URL]. I downloaded the file into Downloads and ls shows me the file. When I enter the command "sudo ./postgresplus-8.4.1-2-linux-x64.bin", I get "sudo: ./postgresplus-8.4.1-2-linux-x64.bin: command not found". What am I doing wrong?

View 2 Replies View Related

Ubuntu Networking :: Sudo: Usb_modeswitch: Command Not Found

Aug 21, 2010

when i type this command

sudo /usr/sbin/initmodem.sh

the output is

sudo: usb_modeswitch: command not found

I am trying to install BSNL capitel modem in Ubuntu 10.04.

View 2 Replies View Related

Ubuntu Installation :: Sudo: Add-apt-repository: Command Not Found

Jan 4, 2011

I've been trying to add (via terminal) a ppa:<name> from this site (finally got around to getting a Wacom Bamboo), but every time I try to do as it suggests, I get the following error:

Code:

$ sudo add-apt-repository ppa:hughescih/ppa
sudo: add-apt-repository: command not found

I found I already had this installed, but to double-check,I've uninstalled and re-installed it to make sure, and still to no avail. I wasn't sure if I'm still missing something or what the deal may be.

View 9 Replies View Related

Ubuntu :: Getting Into A Directory On Server - Sudo: Cd: Command Not Found

Feb 6, 2011

I am trying to get into a directory on my server, that is owned by root.

[Code]....

View 6 Replies View Related

Ubuntu Installation :: Sudo: Apt: Command Not Found While Installing?

Jun 21, 2011

so i was removing softwares using ubuntu software center.. games i don't play and cheese webcam booth because it was not working, i intended to re-install it. after my installation, half my icons (i have extensively personalized my desktop) changed to defaults. The themes page said 'theme will not be as it appears because default.kde is not installed'. i did not remove any such package. just games. and furthermore, i installed a kubuntu plasma desktop system which i read in a thread contains the file default.kde but that hasn't helped and i still don't know what do to..

View 1 Replies View Related

Ubuntu :: Error 17 - But 'sudo Grub' - Command Not Found

Jul 30, 2010

I have a guy in my office who was using an old version of ubuntu and he tried upgrading to 10 but now he's getting grub error 17. I Google this and everyone suggests reinstalling grub starting with opening a shell and typing 'sudo grub'.

However, I get 'command not found' in response to that. I've tried looking for the location of grub so I could try 'sudo /sbin/grub' and such, but I don't see it anywhere.

Also, I'm using a version 9.10 Live CD at the moment because I can't find out how to disable the drmraid option on the version 10 CD (necessary to detect the hard drives which, although they are on a raid controller are not configured as an array but separate drives).

View 2 Replies View Related

CentOS 5 :: Installing Gcc On 5.4 - Error: Sudo: Apt-get: Command Not Found

Oct 21, 2010

I am looking for gcc installation in CentOS 5.4. I cannot use yum install since not connected to internet. I tried to do sudo apt-get install build-essential but received the following error: sudo: apt-get: command not found How to install gcc in my Linix machine?

View 2 Replies View Related

Ubuntu :: Sudo Command Doesn't Work Anymore - No Valid Sudoers Sources Found

Jan 21, 2011

I was changing some file permissions with the chmod 777 command and i accidentally executed:

Code:

sudo chmod 777 /*/*/*/*

and now i can't get root access to anything. If I try executing a sudo command i get:

sudo: /etc/sudoers is mode 0777, should be 0440
sudo: no valid sudoers sources found, quitting

View 9 Replies View Related

Ubuntu :: Sudo Aptitude Install USplash - DPKG Interrupted

Jan 2, 2010

I was installing something, usplash, I think it was...
I ran $ sudo aptitude install usplash
and after it asked me if I wanted to install some aditional packages, it returned this:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

I have seen this error before. I just ran the command
$ sudo dpkg --configure -a
And it returned this:
Setting up initramfs-tools (0.92bubuntu29) ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.28.10-some-string-here
Cannot find /lib/modules/2.6.28.10-some-string-here
update-initramfs: failed for /boot/initrd.img-2.6.28.10-some-string-here
dpkg: subprocess post-installation script returned error exit status 1

I did an:
$ aptitude search initramfs-tools
and I noticed that it had a "C" next to it. I think this has something to do with the package not being configured correctly or at all. Also looks like it is trying to generate an initd, but missing something. That kernel name looks kinda funky, though...

View 2 Replies View Related

Ubuntu :: Sudo Aptitude Install Fbpanel / Can't Find Config File

Jul 9, 2010

I installed fbpanel with sudo aptitude install fbpanel, but I can't find the config file. according to the readme it's suppose to be under ~/.config/fbpanel/default, but it's not there. Where else can it be? I did a whereis fbpanel and it's located in a few areas, but no default config file is there!

View 3 Replies View Related

Ubuntu :: Sudo Xorg -configure" And "sudo Xorg --configure" Both Return "xorg Command Not Found

Mar 28, 2011

Alright setting up a friends netbook, display has been a little iffy (slow. glxgears is giving like 100fps). Couple issues: xorg.conf doesn't exist (i know thats typically not an issue) and "sudo xorg -configure" and "sudo xorg --configure" both return "xorg command not found."

glxinfo say that its using Mesa for the software rasterizer and that the driver is from mesa. lspci says the VGA controller is from Intel. I'm thinking xorg is defaulting to vesa for drivers, but I need to know how to change that to the open source intel driver

View 7 Replies View Related

Debian :: Apt-list Differences Not Found - Getting Message On Aptitude

Nov 13, 2015

I'm getting the following message when attempting to install or upgrade a package. Not sure if it's a bug or not, which is why I'm hesitating to file it as a bug.

For example (note line /bin/sh: 1: /usr/bin/apt-listdifferences: not found):

Code: Select alldebian@Debian:~$ sudo aptitude install angband zangband moria
The following NEW packages will be installed:
  angband angband-data{a} moria zangband zangband-data{a}
0 packages upgraded, 5 newly installed, 0 to remove and 49 not upgraded.
Need to get 5,240 kB of archives. After unpacking 13.0 MB will be used.

[Code] ....

View 14 Replies View Related

General :: Ubuntu 10.10 And Command Line Scripts - Error - Android: Command Not Found

Mar 26, 2011

I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...

I just installed the JDK, SDK, Eclipse successfully (or I assume):

* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).

** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,

My system:

Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2

View 5 Replies View Related

General :: Access The Dbxml From The Command Line And It Returns Command Not Found?

Apr 30, 2011

I installed the Berkeley DB on the Ubuntu server and tried to access the dbxml from the command line and it returns command not found

path/to/dir/dbxml-2.5.16/install/bin$dbxml
-bash" dbxml: command not found

Can someone point me in the right direction

View 1 Replies View Related

General :: How To Alias A Command For Sudo

Sep 25, 2010

I have an alias that I would like to use both as a regular user and as root, via sudo. Specifically, it is this:

alias rm=trash This works fine as a normal user, and it works fine when I use sudo -i to get a root shell prompt, but if I use sudo rm, the alias does not apply. So where do I need to put my alias so that it works in one-off sudo commands?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved