Ubuntu :: Packages Not Found?
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
ADVERTISEMENT
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
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
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
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
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 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 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
Dec 2, 2010
Is there a way using dpkg or apt-get to segregate user application packages from system packages? What I envision is an /apps directory structure that can be the install target for selected packages so not to "clutter" the storage areas for the system administration files/packages - maybe even with permissions set so that (a GROUP of) users could install packages on an Ubuntu server w/o SysAdmin guidance. This could also allow 1)system upgrades with or w/o including these packages, and 2)the sharing of /apps (via NFS) among common Ubuntu systems. Is this doable using the dpkg or apt maintenance tools?
View 2 Replies
View Related
Feb 22, 2010
On Debian repo I found virtualbox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
View 3 Replies
View Related
Feb 22, 2010
On Fedora repo I found VirtualBox-ose packages there. What will be the difference in operation/function between their packages and the packages download on virtualbox.org website?
View 5 Replies
View Related
Apr 8, 2015
I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is
Code: Select allapt-get install package-name:i386
prompts the removal of currently installed packages (amd64 arch.) which is the problem.
Code: Select allReading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libportaudio0:i386
[Code] ...
Some of the packages I am talking about are
-libegl1-mesa-dev:i386
-libportaudio-dev:i386
Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?
View 1 Replies
View Related
Aug 31, 2011
I just upgraded from 11.2 to 11.4 and the installation/upgrade worked just perfect. I than followed the instructions in the "New User How To/FAQ", "Multimedia and restricted format" post. I was following the instruction in the 11.4 section. I added the additional repositories as explained. I then was on the section where it talks about going into software management and selecting the "Packman" repository and clicking to "switch systems packages" to the versions in this repository (packman). I than click this link and the "warning" screen appears and I am present with conflict resolution after conflict resolution dialog. It just seems that there are some many conflicts, it just seems wrong and I canceled.
The installation/upgrade appears to have worked just fine. My mail is there, audio and dvd play back worked the first try after the upgrade. I am not clear if this is what I should expect or their is something wrong or if I even need to complete this step for a successfully installation.
View 3 Replies
View Related
Nov 17, 2010
I recently upgraded from F13 to F14 using "preupgrade". This is the first time I've used preupgrade. So far, F14 is running OK. There are some leftovers from F13 and I'm wondering if this is correct.
Q1: There are 176 F13 packages remaining. [alfrugal@localhost Documents]$ rpm -qa | grep fc13 | wc -l 176 Is this OK? FWIW, after the upgrade, I ran "package-cleanup --orphans" as recommended by the "preupgrade" page on the Fedora Project wiki.
Q2: Also, my GRUB menu was correctly updated for F14, but it still contains the three entries it had for F13. Is it normal for the preupgrade process to require the user to clean up the obsolete entries from the GRUB menu?
View 2 Replies
View Related
Mar 31, 2011
im using fedora 14 and i have a slow internet connection. i want 2 install some packages from the fedora 14 dvd instead of downloading from internet using add/remove packages. i tried to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo but it dint work.
View 2 Replies
View Related
Sep 21, 2010
How to add packages using X-Window's add/remove packages option in RHEL-5.3 as it shows only the currently installed package and and does not show any thing when we click the button "available packages" ?
View 2 Replies
View Related
Jan 5, 2010
HOW TO INSTALL PACKAGES IN IT ,IT SHOWS SOME ERROR (Cannot install source packages) OR (No packages were given for installation.)
View 5 Replies
View Related
Mar 29, 2010
I have been trying to get this web cam working for a long time. lsusb:
Code:
Bus 004 Device 003: ID 06a2:0003 Topro Technology, Inc.
dmesg
Code:
[ 1990.570050] usb 4-1: new full speed USB device using uhci_hcd and address 3
[ 1990.751460] usb 4-1: configuration #1 chosen from 1 choice
Kernel patch: [URL]
Driver project: [URL]
Cheese simply says no camera found. Skryba says no devices found. Since this kernel patch was 2009-04-07 which is nearly a year ago it should be in latest kernel?
[Code]...
View 3 Replies
View Related
Jan 24, 2010
During install of 9.10 server, both ethernet adapters were found. One is built-in to the motherboard, the second is on a PCIe slot. Selected the on-board adapter for eth0 during install, set fixed IP on the web, connected, updated, etc. w/ no problems. The second adapter is for the LAN.BUT, on first and subsequent reboots after installation complete the second adapter is not detected at all, as if it were not even plugged into the PCI or the driver not loaded. This happens on either of two slots, with two different adapters, Intel or Netgear, both pretty recent, and both of which are detected and work in a different box. 'Ethtool eth1' says device not found.This is a fairly recent motherboard 3N78EM).Since the adapter was found during installation I'm assuming that the problem is not with not the board. I've built several server systems with two or three ethernet adapters and have never run into this situation.
View 3 Replies
View Related
Feb 7, 2010
I download all packages of Fedora 12 64 bit and all rpmfusion packages , all of them free and nonfree. all of them is near 20GB, I download all of them by rsync.I download them in work,In home I use Fedora12 64 bit and do not have internet connection , I copy all packages with USB flash and copy them to my Fedora box , and I want install VLC and other codecs and Nvidia driver for some games.What I must do ?I said again I do not have internet connection in home but I have all packages , free and nofree and rpmfusion packages
View 14 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
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
Jun 24, 2010
I did the UPGRADE from Karmic Koala to Lucid, and everything was going well. But now I've been having problems with the UBUNTU UPDATE tool for the last 2 weeks. Every time I try to do an update check on the packages, I get the following message:Failed to fetch http:[url]....Release Unable to find expected entry deb-src/binary-i386/Packages in Meta-index file (malformed Release file?)
Some index files failed to download, they have been ignored, or old ones used instead.I've tried changing the servers to MAIN and others, and still no way to solve it. I've also checked for other posts, but haven't found a solution yet. Here's my SOURCES LIST (gksudo gedit /etc/apt/sources.list)# See http:[url].... for how to upgrade to # newer versions of the distribution.
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
Jul 26, 2010
when I try to install anything using the Ubuntu software centre, I get the following message Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources.
View 1 Replies
View Related