Slackware :: Error Screen: Looking For Jre In Package List
Feb 26, 2010
i installed slackware 12.2. I am having a problem with the slackpkg dialog box. When I turn off the dialog box in slackpkg.conf slackpkg works fine. when I try to use the dialog box I get the following error screen: Looking for jre in package list.
[code]...
Does anyone have a clue ? am I missing a package slackpkg needs?
View 2 Replies
ADVERTISEMENT
Jan 19, 2011
I'm elated when I see software download pages that include a binary Slackware package.wrt KVIrc, their Slackware package is at the top of their list of binaries.They've got an rpm too, but it's SuSE, not Redhat - I found that to be pretty kewl too.I wonder if they're Slackers... hm...Well, that having been said, there's also a SlackBuild for it at the repository.I'm going to give this client a spin and see how I like it.Here's the URL: http://www.kvirc.net/?id=releases&pl...=4.0.2&lang=enUPDATE: The mirrors I checked are reporting 404 errors... bummer.
View 3 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Feb 11, 2010
i have ubuntu karmic 9.10 and when i try to update anything or install anything the a very similar error occurs."(Reading database . . . 55%dpkg: unrecoverable fatal error , aborting: files list file for package `com.palm.net.precoddr.fcoaster' contains empty filenameit repeats this message 3 times then gives up i believe.
View 9 Replies
View Related
Jun 14, 2010
Following are the error details..
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C174A7B143CBFCC0
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CE90D8983E731F79
View 3 Replies
View Related
Dec 1, 2010
Whenever I try to install or remove a program, I get the following error
Code:
dpkg: warning: files list file for package `libavahi-common-data' missing, assuming package has no files currently installed.
dpkg: warning: files list file for package `libgtk2.0-common' missing, assuming package has no files currently installed.
dpkg: warning: files list file for package `libxres1' missing, assuming package has no files currently installed. (Reading database ... 55%dpkg: unrecoverable fatal error, aborting: files list file for package 'ubuntu-mono' is missing final newline E: Sub-process /usr/bin/dpkg returned an error code (2)
View 4 Replies
View Related
Feb 23, 2010
I have recently taken delivery of a Dell Inspiron mini netbook with Ubuntu on, and I am new-fangled .install updates, I clicked the (orange down-arrow) button, and it compalined "E: /var/cache/apt/archives/linux-image-2.6.24-22-lpia_2.6.24-22.45netbook9_lpia.deb: files list file for package `libxcb-shape0' is missing final newline"
View 2 Replies
View Related
Apr 10, 2011
A slacky.eu user Spina, I did notice a bug in calculating the size of the package when the directory contains a space in the name. Example:
Code:
/tmp/prova dir# LANG=en installpkg abook-0.6.0pre2-i686-4cf.txz
/bin/du: cannot access `/tmp/prova': No such file or directory
/bin/du: cannot access `dir/abook-0.6.0pre2-i686-4cf.txz': No such file or directory
Verifying package abook-0.6.0pre2-i686-4cf.txz.
Installing package abook-0.6.0pre2-i686-4cf.txz:
PACKAGE DESCRIPTION:
# abook
# Abook is a text-based addressbook program designed to use with mutt
# mail client. Abook runs on Linux, FreeBSD and some other UNIXes.
# Home: [URL]
# Package abook-0.6.0pre2-i686-4cf.txz installed.
This error is caused by 'readlink -f'
COMPRESSED="$(/bin/du -sh $(readlink -f $package) | cut -f 1)"
instead with
Code:
COMPRESSED="$(/bin/du -sh "$(readlink -f $package)" | cut -f 1)"
it's ok
View 1 Replies
View Related
May 29, 2010
PACKAGE NAME: tango-icon-theme-extras-0.1.0-noarch-1.txz
PACKAGE LOCATION: ./slackware/l
PACKAGE SIZE (compressed): 64 K
[code]....
View 1 Replies
View Related
May 4, 2011
don't know much, but when I tried to update I get this error:
E: Type 'sudo' is not known on line 52 in source list /etc/apt/sources.list E: The list of sources could not be read.
View 2 Replies
View Related
May 25, 2010
We are pleased to present one of our new creations: pkgbuild, a tool written in standard C++, using libCURL, ZLib, BZip2 and libLZMA (part of XZ). It is a modern Slackware packages builder, network-transparent, multi-architecture, designed to greatly simplify the creation of a package, automatically executing the required post processing.
What does it do? Recognize and build packages for the following architectures: i386, i486, i586, i686, x86_64, IA64, IA32e, s390, s390x, sparc and sparc64.
[Code]...
View 14 Replies
View Related
Jan 3, 2010
I have spent hours installing different packages and have everything pretty much how I want them. Is there a way to get a list of all the packages and/or save it in a way that should I need to reinstall, I do not miss anything
View 1 Replies
View Related
Mar 31, 2010
i hav used ubuntu bfor i jus want to know how to see n change my source list or add a new source list
i am using a proxy in my campus in gettin my yum work it never refreshes package list
View 1 Replies
View Related
Aug 15, 2010
whether the command-line tool "mysql" comes with mysql-server or mysql-client (I installed both at once, so I have no idea). It occurs to me that this is a good opportunity to learn more about linux package management.
I've tried saying "dpkg -L mysql-server", but it only lists the files in /usr/share/docs files for some reason. I'm sure there's got to be files elsewhere. Am I way off base?
View 2 Replies
View Related
Sep 20, 2010
I'm new to GNU/Linux and recently installed Edubuntu 10.10 beta on a workplace computer. I'm currently a technology intern at a public school and want to install Edubuntu on some older computers here. I am working behind a network proxy provided by the department of education.I tried to install flashplugin-nonfree and noticed I didn't have a full package list. After running sudo apt-get update I get the error "unable to connect to[url]....
I'm thinking this might have to do with the network proxy, but for some reason I'm able to browse http:[url]... just fine in Firefox.How do I update the package list?
Edit: I installed Ubuntu 10.04 on another machine at work and it has the same issue, i.e. I can't update the package list.
Edit 2: I am using a .pac file for the proxy.
View 3 Replies
View Related
Jun 4, 2011
For the last 10 days, whenever I try to update my packages, it fails with the following error messages:
Code:
Err http://canonical.ubuntu.com natty/partner Sources
Something wicked happened resolving 'canonical.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://canonical.ubuntu.com natty/partner amd64 Packages
Something wicked happened resolving 'canonical.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://canonical.ubuntu.com natty/partner Translation-en_GB
Something wicked happened resolving 'canonical.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://canonical.ubuntu.com natty/partner Translation-en
[Code]...
View 3 Replies
View Related
Nov 17, 2010
I downloaded from http://ftp.nluug.nl/os/Linux/distr/s...ce/n/net-snmp/ source and I build new package and works ok no errors. If I change net-snmp.SlackBuild and add CFLAGS --with-mib-modules=ucd-snmp/lmSensors --with-ldflags=-lsensors while I need lmsensors support in net-snmp. But the package compiling ends with error:
[Code]...
View 2 Replies
View Related
Feb 13, 2011
I am very happy to announce that today I succeeded to install full Slackware ARM on the pandaboard: URL...I did the following:
* sd with 2 partitions, one (vfat) for bootloaders (MLO, u-boot.bin) and uImage and the other one (ext2) for minirootfs
* copy xloader (MLO), uboot and uImage from Angstrom distro on the first partition
* copy Slackware ARM minirootfs on the second partition with Angstrom modules in the usual path (/lib/modules/...)
* boot in ARMedslack
* install all the others packages via NFS
I had to make some changes to configuration files as indicated here:URL...The next step is to build a kernel and modules for omap4 by myself and use them instead of the Angstrom ones.One question: is there any kind of package manager, such as slap-get, sbopkg, etc. for Slackware ARM? If not, can I use the SlackBuilds from slackbuilds.org? How to modify them?
View 6 Replies
View Related
Feb 3, 2011
I am following this guide to installing eclipse via terminal command-line on Linux. However, this seems to be happening lately with all the packages I try to install..I checked the Synaptic Package Manager and reloaded and rebooted the computer, but to no avail.
View 5 Replies
View Related
Oct 17, 2010
I have tried install libsub-install-perl and libparams-util-perl but get Error. Now I want remove it from the list when I tried apt-get upgrade. Where I can remove from this entries?
View 2 Replies
View Related
May 7, 2010
I don't know why I can't get listed the installed and not installed packages in the "Add and Remove Software" utility in Fedora 11 with KDE Desktop. I have already used it with no problems, but for some reasons I had to reinstall the system, and I got this problem since then. So, I can't remove packages because the list is empty (picture attached), and for the same reason I can't add new sofware from the Installation DVD.
View 7 Replies
View Related
Jun 18, 2011
While trying to install a package using gpk-application ("Add/Remove Software" under System Tools), I accidentally checked the "Do not show this message again" checkbox, and now gpk-application does not list the package dependencies anymore.
I tried to go back to listing the dependencies, however, I could not find a way to do it. How do I revert to the default behavior, i.e., having gpk-application listing the dependencies again?
View 2 Replies
View Related
Jun 8, 2011
apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?
View 1 Replies
View Related
Jul 17, 2010
I get this message when automatic update runs: Apt Authentication issue Problem during package list update. The package list update failed with a authentication failure. This usually happens behind a network proxy server. Please try to click on the "Run this action now" button to correct the problem or update the list manually by running Update Manager and clicking on "Check". When I click "Run this action now" It comes back with a whole list of items that can't be updated for various reasons
[Code]...
View 2 Replies
View Related
Feb 7, 2011
I'm pretty sure that I have some unneeded files laying around on my system. Most of them are created with "make install" command.
To remove them, I need to get list of files which are not owned by any package. How can I do that?
There is a way in Arch Linux: [URL]
View 3 Replies
View Related
Jan 7, 2010
We would like to install Asterisk with a minimal centos build. We are writing kick-starts to install packages, does anyone know or have to hand a packages list which installs minimum system requirements for asterisk? Preferably this will not exceed the contents of disk 1
View 4 Replies
View Related
Jul 28, 2010
Anybody know of a slackware package for the Iced Tea Java thing? I have the rpm (I have fedora anyhow) but I would like a slackpkg to cstick in here.
View 8 Replies
View Related
Mar 23, 2011
For some odd reason in wheezy it's not downloading the packages in the 'all' architecture, this leads to interesting issues when it comes to things like installing chromium and other packages that aren't built for one particular architecture. I've only noticed this in wheezy, and i'm not sure if this is normal. If there is any easy way to fix this, I'd be more than happy to hear.When i try to do an apt-get update, it only downloads from amd64 and not all. I've tried the mit mirror, and also the one shown there or well the default one but it still doesn't seem to be working right.
View 2 Replies
View Related
Aug 24, 2010
I get the following error message when I try to access all of the sections in Add/Remove Sofware;
"No package cache is available. The package list needs to be rebuilt. This should have been done by the backend automatically
failed to search names: failure: repodata/5374141db0e227497be1e7ced5f1c45dafbe2f1899874f961f 7c54478b112bb9-primary.sqlite.bz2 from updates: [Errno 256] No more mirrors to try[
View 4 Replies
View Related
Apr 20, 2010
Can anyone recommend a good mailing list software package?
I was using group mail under windows but before I set up a windows machine for this task, I thought I would try to find a linux solution.
View 1 Replies
View Related