Ubuntu :: Error - The Program 'gcc' Can Be Found In The Following Packages
Dec 24, 2010
today I have installed Ubuntu 10.10 netbook edition in my Asus Eee Pc 1015PEM. I wanna install the broadcom drivers and I am following a tutorial. The problem appears when I need the gcc to install dkms..The error: The program 'gcc' can be found in the following packages:
* gcc
* pentium-builder
I used "sudo apt-get install gcc pentium-builder", but the error doesnt disappear.
View 7 Replies
ADVERTISEMENT
Jul 1, 2010
I have it running on my system (version 11.1.1) and i have installed only the kernel. i want to install several packages but i can't. yast2 -i bison-devel but i get this error:Error Download failed: File '/content' not found on medium [URL]...
View 6 Replies
View Related
Jan 2, 2010
I'm trying to install "ktranslator-0.4" on my slackware64-13.0. When I type in ./configure I get the following mesgs with error:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
[code]....
View 12 Replies
View Related
Oct 18, 2010
I'm trying to install kmplayer-0.10.0c and im using Fedora 9. when i tried to install the kmplayer-0.10.0c using the command ./configure i received this error msg "The important program kde-config was not found!. Please check whether you installed KDE correctly." Kindly help how to solve this error msg.
View 2 Replies
View Related
Oct 1, 2010
I installed a program with Yast (Kmess), but when I try to run it, bash gives me back this message:
Code: kmess: command not found I checked into Yast and it seems to be installed correctly!
View 9 Replies
View Related
Sep 1, 2011
I have the newest version of opensuse dual booting on my computer because I will be writing and running some molecular simulation programs this year on a computer cluster at the university and the computers on the cluster are using eclipse and opensuse so I wanted to have these set up at home so I could work at home a bit.
Anyway, I downloaded the eclipse indigo IDE for c/c++ for linux of the eclipse website and extracted it to my home/user directory. Whenever I try to run a program in eclipse I get a "Binaries not found" error. I installed the c/c++ development tools in Yast and also installed gcc and make thru zypper in the terminal. What is causing this problem? I've looked on forums and tried to fix this for the last couple days and I feel like i've tried everything.
View 2 Replies
View Related
Jul 17, 2011
I recently installed openSuse and eclipse. im trying to build a simple c++ program. i installed gcc++. but when i build the program, im getting this error: Error: Program "make" is not found in PATH.
View 3 Replies
View Related
Apr 30, 2010
Whenever I do sudo apt-get or use the Ubuntu Software Center, I can't download anything because a message comes up saying "Action requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources." I've been trying to download GIMP and Thunderbird, so... I dunno what the problem is.
View 8 Replies
View Related
Oct 15, 2010
I have ubuntu 10.04 installed and i have manually installed some packages that the software manager does not find.after installing these packages i ran the command"dpkg --list | grep tcl"it returns
Code:
ii mysqltcl 3.05-3 Interface to the MySQL database for the Tcl language
ii tcl 8.4.16-2 The Tool Command Language (default version) - run-time files
[code]....
View 3 Replies
View Related
Jul 30, 2010
I was wondering where are the download packages by Synaptics found or are they deleted after the installation?
View 2 Replies
View Related
Aug 4, 2010
I successfully updated my Ubuntu 8.04 lts server Hardy many times, but today when I:
Code:
sudo apt-get update
I got errors like:
Code:
Err http://ro.archive.ubuntu.com hardy/main Packages
404 Not Found
View 1 Replies
View Related
Nov 5, 2010
what this means? installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... dpkg: parse error, in file '/var/lib/dpkg/status' near line 11756 package 'vinagre': `Depends' field, reference to `libgconf2-4': version contains ` ' I get it while trying to update my computer.
View 2 Replies
View Related
Aug 16, 2011
I just installed Netsurf, but I was confronted with "libnsbmp is not installed". So I installed libnsbmp.
The error "libnsgif is not installed" appeared when installing libnsbmp.
The error "libpng is not installed" appearded when installing libpnf.
...
I installed all that I was asked to install. However, when I was installing libcss, it said that "Package libparserutils was not found in the pkg-config search path. Perhaps you should add the directory containing 'libparserutils.pc' to the PKG_CONFIG_PATH environment variable". I have already installed libparsercutils but not in the /usr/lib dir.
What should I do to continue my installation? And anyone could tell me what are those lib stuff? I installed zlib with the apt-get install command.Can I get other lib stuff with the same command?
View 2 Replies
View Related
Nov 6, 2009
I've tried to install mysql-server using yum, but the other mysql-packages that needs to be upgraded cannot be found on any of the mirrors that yum tries.
This is the output:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* epel: mirrors.se.eu.kernel.org
* base: ftp.crc.dk
* updates: ftp.crc.dk
[Code]....
View 1 Replies
View Related
Oct 22, 2010
I have installed Lenny in my labtop. I have problem to install packages; command "make" "make install" "configure" doesn't work. It return: "bash: make: command not found". So I can't install flashplayer :/ Well, I start with Lenny.
View 9 Replies
View Related
Jul 12, 2010
It's a long story, but on my tri-boot (Ubuntu 8.04, Win 7, Win XP), both Win 7 and Win XP need to know that Linux has previously run. I've therefore written a little program in REALbasic that automatically creates a text file named linuxran.txt and puts it into the root folder of the partition where Windows XP is installed. Under Ubuntu, this location is known as "/media/Win XP". It's an 80 gig partition of a 1 TB drive, the same disk that Win 7 is installed on. In my partition app under Win 7, I labeled the partition "Win XP."
The good news: When Ubuntu is completely up and running, the program runs fine. It checks if the file already exists, and if it does not, it creates it. So in Ubuntu, under System ==> Preferences ==> Sessions ==> Startup Programs, I put my little program, figuring it would run just fine. The bad news: Unfortunately, it didn't. It's trying to start before Ubuntu has mounted the "/media/Win XP" drive/partition.
Possible solutions: 1. If I could somehow set my program to run after I know the other drive has loaded, I would be all right. I know the prog is fine once the drive is loaded, because it does what it's supposed to when I run it. Is there some way to put my app in the startup process after Ubuntu has mounted all the drives? 2. Put some code in my app to make Ubuntu mount that drive before the rest of the prog runs. Not sure if this one is practical. 3. Set the program to run, not when Ubuntu first starts up, but rather, right before it shuts down.
I like option #3 the best because it would require no re-coding. Ubuntu would have had plenty of time to mount all the drives. Is there some way to tell Ubuntu, "whenever you're told to shut down, always run this little program first?"
View 3 Replies
View Related
Apr 24, 2010
I've been trying to fix this problem for quite a few days now and have done a lot of searching on these forums, Linux Mint Forums and some others Google lead me to and have has some success, but am now stuck.I have posted a thread on this same topic on the Linux Mint Forums, but have had no success (if you want check it out at:URL...Originally I received error messages when trying to update involving certain repositories which couldn't be accessed (because they either didn't exist or had been moved) and I hunted these down and changed or removed them.
I have done much searching, etc. and cannot find any broken packages. I have tried many many different commands which have mostly done nothing.I seem to be in a similar boat to this person: URL...
View 2 Replies
View Related
May 24, 2010
What's the name of this program? [URL] I wanna install it on Mint 9... And there's no "figure" in repositories:
aptitude search figur
p configure-debian - central configuration program for packages using debconf
p libclaw-configuration-file-dev - Class to process configuration files
p libclaw-configuration-file1 - Class to process configuration files
[code]....
View 9 Replies
View Related
Aug 19, 2010
how to uninstall packages via the program name? For example, if I want to uninstall the program "KWordQuiz" then I would usually have to use the command removepkg -package name But unfortunately I have a fresh install and want to get rid of a lot of programs. So instead of using the package repository and finding each package which would take days (maybe) and removing them individually I'd like to remove a program and all its supporting packages. I am probably just rambling on... Umm, so yes is there a way, or do I have to suck it up and sit at the keyboard for days.
View 8 Replies
View Related
Jan 31, 2010
I have an HP dv7-1285dx. First, I attempted to install openSuse 11.2 KDE via the live disk. A small ways through the installation, I was told that the image could not be properly copied to the disk. Then, I attempted to do it via the standard DVD, and a small ways through the installation I kept receiving errors saying that the packages could not be found, and gives me the option to skip. I can't install unless I skip all 600-something of them.
View 4 Replies
View Related
Oct 15, 2010
I've got an Aspire one Linpus Linux Lite and I have a problem installing Skype. When I tried to run Skype after downloading I got the following:
skype: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.9' not found (Required by Skype)
In the terminal window I typed the following: rpm -q glibc And got glibc-2.9-2 How do I install the required packages/libraries?
View 2 Replies
View Related
Mar 10, 2010
Normally to find out some info on a package we have installed on our system, i pop open a shell window and execute: yum info <packagename> and this returns a lot of useful info (in this example, lets consider GIT) about statistics on currently released packages:
Code:
Name : git
Arch : i386
Version : 1.5.5.6
Release : 4.el5
Size : 8.4 M
Repo : installed
Summary : Core git tools
obviously using a few commands at the shell is a little bit easier than this, but some users may be using software without ssh access enabled.
[Code].....
However, is there a way to do 'yum info' like commands via the web browser on packages that are released but that we haven't yet installed or updated to? Or even on packages in other repositories (RPMForge, CentOSPlus) without having to configure our version of YUM in include those repositories so we can query them? I guess in the debian-sphere, the way i used to do stuff like this was via their website. Like for git, i did:[URL]
View 3 Replies
View Related
Sep 18, 2009
I just installed Fedora 11 and then followed the directions here to add the adobe repo. Also, added the rpm fusion repo. But, when I search for 'flash-plugin' i get a nothing found reply? Did I miss a step or do something out of order?
View 11 Replies
View Related
Jun 11, 2010
I installed a game (Shredder 11) using Wine on my Ubuntu system. The installation seemed to go well, including the directx part, but when I want to run the game, I can't find it anywhere. It's not in Applications -> Wine, it's not on Wine's C: drive, and I even tried a search "find / -name shredder", which came up empty. I tried to install it again, but according to the installation program it is already installed! (It asked me if I wanted to modify, repair, etc..).
View 6 Replies
View Related
Dec 10, 2010
I've installed a few too many interesting items with Yumex into Fedora-14..
When I click to download an interesting pix, for my editing hobby, I get this here pop-up after saving the pix:
"The program executable (null) could not be found. Make sure that ClamAV/ClamWin is installed properly and check the Fireclam settings."
I searched Yumex for Clam and Fireclam, and they aren't installed, and I don't want it installed, because Clam slows-down the operation a lot in these prehistoric old towers...
Seems I installed a peripheral for Null and Clam, but what could it be..? I've searched through Yumex.. I just can't figure it...
I installed all the "nulls", hoping that would eliminate that irritating pop-up.. It didn't... Seems my only option is to reinstall the OS to get rid of the pop-up.. Is there another option?..
View 5 Replies
View Related
Jan 22, 2011
Fedora 14 I recently went to install some software using the source files.When I ran the command
Code:
./configure
I got a message saying that
Code:
package gthread-2.0 not found
After searching the internet some one had the same problem. I needed to install a package called
Code:
glib2-devel
However, rather that searching the internet.
View 1 Replies
View Related
Apr 20, 2011
I was installing last night some applications , then i forgot to plugin my laptop so suddenly it turned off , anyways today i turned it on , while booting it gave me this error : "error where found when mounting the disk file /"so i press I to ignore , and it works , but now how can i fix this error?
View 1 Replies
View Related
Jan 3, 2010
I've installed yesterday xmms and now I want to uninstall it. I've done it with yum. When I uninstall it like this: "yum remove xmms", then yum removes this package, but, when I check "yum list | grep xmms" I get full list of other packages like bluecurve-xmms-skin.noarch, gkrellxmms2.x86_64, gxmms2.x86_64 , ...
I want to cleanly remove the xmms, so I should remove all this packages "manually"? Is there a method to check wich packages are not used by any program on my computer and remove them? Or any method to remove all packages with a program automatic?
View 5 Replies
View Related
Nov 22, 2010
adding some program packages doesn't seem to be working out of add/remove, asking me to insert Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081030) which i believed to be the 8.1 desktop release i received with the laptop. doesn't recognize it. is this the wrong cd?
View 3 Replies
View Related
Mar 14, 2011
I would like to modify my init.gz and add udp-sender to this image. After copying the program compiled on my system to init image I have error when I try run udp-sender: udp-sender not found When I checked ldd I saw that the some libraries are missing. I copied them from my system but still got the same error. how can I compile program for my init.gz?
View 3 Replies
View Related