General :: Removing A Program Doesn't Work?
Nov 16, 2010
How hard can it be to delete a program in debian. search the web to check that i am doing the right thing to from the start to uinstall and still the program hangs thereOkey this is what i have done.
Code:
apt-get remove bacula
Code:
[code]...
View 14 Replies
ADVERTISEMENT
Sep 1, 2011
I'm using 'Adobe Flash plug-in 10.3.183.4ubuntu0.11.04.1', installed from the package repos on kubuntu, and since the last update, it has broken all flash functionality in both rekonq and firefox.I have tried removing and reinstalling the package multiple times, both with and without the browsers open. Can anyone suggest a way to restoring functionality?
View 7 Replies
View Related
Jul 26, 2010
I presume there is something in the JWM window manager - or Puppy Linux Lupu 5.01 itself that is conflicting with the normal loading of GMPLAYER....
I would like to know how to troubleshoot, and fix this problem if possible (even a workaround would be great).
View 1 Replies
View Related
Jan 2, 2010
I have Wine installed in ubuntu/Kubuntu Jaunty and I can play games like Roller Coaster Tycoon fine in it (it works great and has sound) but when I try to use my disk for Ear training (which is an .exe file) I can view/use the program perfectly except there is no sound, the disk works in the school computers so I know its not faulty, but the sound just doesn't work in Wine.
I changed the format in Wine to all the different Windows (Vista, XP, 2000, etc.) and the sound didn't work in them either, everything in Alsa mixer is turned up 100% and I've tested it with both my head phones and computer speakers, but theres never any sound.
View 1 Replies
View Related
Jun 20, 2010
whenever i oped an audio program, it doesn't work. for example in ardour it says, "JACK is running as another user".I think this is the problem for most of them.I searched for JACK and found a folder and it says the user's name is root.
View 1 Replies
View Related
Oct 10, 2010
I have this weird program: dns2tcpc (creates a dns tunnel). I would like it to run at startup. However, I found that the program doesn't work when backgrounded! EX: dns2tcpc -z dns.domain.com -l 8888 208.67.222.222 Works, and I can use SSH to port 8888. However, if I try to background it, like: dns2tcpc -z dns.domain.com -l 8888 208.67.222.222 & Then trying to connect to SSH won't get any response
Now, I know this is a bug in dns2tcpc, and I really don't feel like compiling it or anything (I may have to), so is there any way to "trick" an application into thinking it's running in the foreground (like typing the command from the terminal window)? (Bonus if no addition installation is required)
View 2 Replies
View Related
May 10, 2011
I have updated my Ubuntu installation to natty narwhale and after a reboot the desktop started to look like the attachment Screenshot.jpgThe error does not appear when I choose ubuntu classic instead the windows miss the top bar where the X (close button) is placed.Alt+Tab does not work, and suddenly I cannot write in the active program.
View 3 Replies
View Related
Nov 1, 2009
I had originally followed the advice at Mauriat Miranda's Fedora Nvidia Driver Install Guide [URL] for installing nvidia's display driver on my HP Pavilion system 64 bit running Fedora 11. I had used his first method which just installs the relevant kernel module kmod-nvidia from RPMFusion. He also suggested an alternate method: obtaining Nvidia's installer NVIDIA-Linux-x86_64-185.18.36-pkg2.run and using that. I downloaded it from Nvidia, but I didn't run it.
I recently lost X. This had happened previously after a kernel upgrade, and I just used grub to boot an earlier kernel to recover X, and then installed the upgraded kernel module to fix the problem. But this time, being deeply involved in something else, I panicked slightly, and, using dumb terminal mode I ran the Nvidia installer. It asked me to make various choices and in response to my answers, it decided to compile a new kernel module. This recovered X, but I then compounded things by installing the updated kmod-nvidia.
I realized afterwards that using both methods might create some conflicts, but X seemed to run properly. (I can tell because graphics in the program Maple doesn't work properly with the default drivers provided by Fedora 11.) Since then, when I restart nvidia, I get.
[Code]....
View 3 Replies
View Related
Apr 27, 2011
i have tried mail function in php to send email from the local host its work for yahoo but not with HOTMAIL whay ! actually i tried to figure it out,
View 1 Replies
View Related
Jul 2, 2010
I want to remove a program installed in the opt file on the root directory. It is a program I installed with adobe air just to see if it worked. It does but now I don't know how to remove it.
View 2 Replies
View Related
Jan 29, 2011
I attempted to install Adobe Photoshop Elements 9 under Wine and it failed. Then I read a thread that offered some tweaks. But now when I try to install all that it offers to do is UNinstall. I thought I could UNinstall and then reinstall, but no...It fails to UNinstall too...just as it failed to install. So I'm wondering how to remove this (the command line way) from the system. I tried "yum remove wine" and when I put wine back, like a phantom, the same problem was there. I tried removing the entire .wine directory in my home folder...same problem.
View 1 Replies
View Related
Feb 28, 2011
I've had this problem before with firefox: too many pluggins and fiddling messed it up and no way to revert to a clean version.
Code:
sudo apt-get remove --purge audacity
does NOT remove some config files hidden who knows where. Proof is, when doing "open
[code]...
View 3 Replies
View Related
Sep 14, 2010
For our class project we are going to use HyperTerminal to communicate to something we are building that is attached to our laptops using USB. We're supposed to use HyperTerminal.URL...I can't believe that a program that does the same thing doesn't exist in Linux. What programs that can do the same thing are available in Linux and Mac OSX?
View 5 Replies
View Related
Jul 11, 2011
I have a weird/stupid question. How do you know what command would start an application after installing it, if the synaptic package name doesn't match?
For example google chrome and lmsensors. The first appears as Chrome in Synaptic and the second as lmsensors, but to run them you have to type google-chrome for the first and sensors for the second in the console to start them.
When I did locate sensors or locate chrome/chromium, nothing came up in the search that would hint me that I need to run those commands. I had to rely on a google search and look for someone else's answer. Is there a better way, one that I can figure it out on my own?
View 2 Replies
View Related
Aug 18, 2011
I am installing a program on a server as a non-root user. Specifically it is tmux 1.5, but this should apply broadly to all locally installed program in my opinion (I mention the program name in case this problem ends up not being my own error).
The program requires me to install some dependent libraries (e.g. libevent and ncurses). So, I installed them both locally since I do not have root access
cd $HOME/library/installation/folder
DIR=$HOME/local
./configure --prefix=$DIR
#... make ... make install
[Code]....
Ok, so this installs the program without problems into $HOME/local/bin, but if I run the executable: $HOME/local/bin/tmux , I get the following error:
tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
It would seem to me that the program cannot find the desired libraries, but the file libevent-2.0.so.5 does indeed exist in $HOME/local/lib as specified in the configure options. I am wondering how I can get the program to recognize the installed library in order to run. I tried putting symbolic links in $HOME/lib, $HOME/bin, and $HOME/local/bin, but none of these worked.
View 2 Replies
View Related
Oct 7, 2010
I have an OpenGL program in a Linux server. I want to run the program remotely with X forwarding, but it fails, whereas programs such as xclock and xeyes work fine. (I confirmed that the program works in the local desktop environment.) Below is additional information.
Test Code:
#include <GL/glut.h>
#define WIDTH 300
#define HEIGHT 300
void display()
[Code]...
View 1 Replies
View Related
May 28, 2010
I'm currently trying to get a windows compiled program to work through Wine to run on Linux and MacOSX.
When I run the program through wine, it prompts me to install Gecko which I do. Later on in the program, it attempts to use MSHTML to render HTML but I get these error messages on my console instead.
err:mshtml:init_xpcom NS_InitXPCOM2 failed: 80004005
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
I'm using Wine 1.1.34 and a similar bug was supposedly fixed in 1.1.33 [URL]
View 3 Replies
View Related
Jan 28, 2010
I know there is lots of documentation out there for installing tar balls but I can't make it work I am trying to work with this file sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2 in file:///home/Nemesis/Downloads/sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2
I am running Fedora 12, the gnome desktop if the desktop matters. I have been running Fedora almost elusively for 2 years and off n on before that but in my many attempts at trying to Install a TARBALL I have always failed hard.
View 17 Replies
View Related
Feb 6, 2010
I tried to install Ubuntu on an external drive, but it doesn't boot, but it installed GRUB on my main HD, and now I can't even boot Windows. I only get a "grub rescue" prompt. I need to remove GRUB. How to do it?
View 6 Replies
View Related
Jan 27, 2010
I got a sound issue with my debian system
here is some outputs
lsmod
Quote...
View 3 Replies
View Related
Jan 13, 2011
ctrl+alt+[f1 -f3] switch doesn't work, but back to ctrl+alt+f7 works normal. When i switch from ctrl+alt+f7 to ctrl+alt+f1 I see that on the dash flashes on the screen.
View 2 Replies
View Related
Feb 27, 2011
I've installed Linux suse 11.3 on my laptop, but the monitor doesn't work. my laptop is a VAIO one and it's graphic card is NVIDIA GEFORCE 310m, so
what should i do?
View 1 Replies
View Related
Jan 31, 2011
yesterday I was trying to install Puppy Lucid 5.2 on a old PC (PII 533mhz 265mb RAM). First of all I have launched the live cd, then set up language, time zone and keyboard... at this point pc stopped working and stay blocked on the desktop screen with no possibility to move pointer or use keyboard. Is it possible that hardware is too old to work with Puppy Lucid 5.2? May I have to try with a lighter OS (which one?)?
View 11 Replies
View Related
Oct 3, 2010
i was workin on my rmi programs today in my f12,and then i executed all the files related to the program,it did get executed! but when i type the command start rmi registry that is to start the registry system,it fails to does so:
heres the o/p:
start: Unknown job: rmiregistry
the programs luks perfect and even got executed,sorry if the question is silly to be asked over her! i am completely new to fedora!
View 2 Replies
View Related
Jun 4, 2011
If I do the following, if the URL is a redirect, it doesn't work
rpm -ivh http://path/to/rpm
I have to use wget http://path/to/rpm which resolves the redirect and downloads the file, then run rpm on that file.
More for my knowledge of bash than anything else, would there be a way to redirect the file downloaded from wget into the rpm (something like redirection or pipes or something), so that they could be combined into one command and you wouldn't explicitly save the file first.
Something like... rpm -ivh << wget http://path/to/rpm
I have one more question, and that is whether there is a command in linux, such as wget, that would let me pass it a URL and output the redirected-to URL if the argument.
e.g. ('wget --someflag http://orig/url' would output 'http://url-after-redirects-followed')
View 2 Replies
View Related
Apr 29, 2011
I am trying to install freeBSD on F14 (with LUKS encryprion). freeBSD doesn't detect hard-drive, probably coz of LUKS? Now what can I do within F14 to format harddrive and remove LUKS to get in a shape that I can install freeBSD or other OS.
View 1 Replies
View Related
May 9, 2010
I have one laptop running on ubuntu and one computer running on ubuntu.....once i removed ubuntu from my laptop....and installed windows on my laptop but it didn't work as it should work. It used to crash too often. Then i removed windows and put ubuntu on my laptop.. but now i want to put a new hard disk in my computer....but now i want to run both windows and ubuntu.....i just want to ask that does ubuntu leave any strains on my hard disk when i remove it.....and is that the reason windows doesn't work properly
View 6 Replies
View Related
May 26, 2010
I just installed Fedora 12 and after downloading and running the Java Sound Demo I get exceptions. If I run just a vanilla Java program that plays a .wav file it runs silently with no sound and no exceptions.
Every other app seems to play sound. I also took some advice from this thread in the Ubuntu forums which almost seemed to work. (Installing aoss got rid of the initial exceptions in the sound demo but I still hear nothing when I play.) I'm getting frustrated by the individual hoops I have to go through to eek sound out of my speakers when running Java apps on Linux platforms!
View 2 Replies
View Related
Nov 9, 2010
I tried using a command likecp `ls ~/temp/*.xyz | head -1` ./But that does not work. If I echo the value of command inside back ticks and put it manually in cp command it works.
View 2 Replies
View Related
Dec 17, 2010
I used unetbootin to make a bootable USB key (a BT4 persistant live cd)
But it wors only on a few machines. (only 1 out of 6 i tried) Most of the time boot sequence get stuck on a blinking prompt cursor.
Ex:
Attempting Boot From Floppy Drive (A:)
Attempting Boot From USB Device
_ <-- stuck...
Then boot on HDD
Is it do to the usb key or machines that do not load mbr the same way?
Edit: the stick is formated with MBR have 2 partitions. The first is FAT32 and active, second is ext3
PCs i have tested can boot on USB (at leat you can select a USB device for Boot)
View 2 Replies
View Related