General :: Know All The Files That Some Package Uses?

Jul 18, 2010

How do I know all the files that some package uses? And how do I know all the packages that some package uses as dependencies? With 'apt-get' command.

View 5 Replies


ADVERTISEMENT

Ubuntu Installation :: Error - Dpkg: Warning: Files List File For Package `libsdl-image1.2' Missing, Assuming Package Has No Files Currently Installed

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

General :: How Open *.package - Files

Feb 20, 2010

I downloaded *.package file with a program archive, how open this file?

View 6 Replies View Related

General :: Installing Only Some Of The Files From A Package?

Mar 13, 2011

OS: Debian testing Is it possible to instruct apt-get to install only some of the files in a package?.Here is the specific problem I'm facing: I have installed latex using the latex installer from CTAN. Now I'd like to install lyx but when apt-get install lyx reports it will install all the deb latex packages (it seems to be unaware latex is already installed). can I instruct apt-get to install only the lyx files with the extra 300MB or so of latex?.

View 3 Replies View Related

General :: Install All Files Of Package When Compiling?

Jun 19, 2010

Where is the best path to install all files of package when compiling?

For example - I want to install ProFTPd, so there's an option

--prefix=/usr/local/proftpd

, which means, that all files after compilation (including binary and configuration files) will be stored here. As you know, all packages, which are installed via package system (like zypper on SuSE or apt on Ubuntu) usually stores its configuration files in /etc/ and binary files in /sbin/ and also stores a link in my $PATH, so i can run in just by typing proftpd (without /sbin).

The huge advantage of packages installed via package system, i think, is easy uninstall process. I'd like to be able to uninstall compiled packages also easy.

I think i could be able to create some batch file, which I'll be able to use like this:

uninstall --package=proftpd

And my script will find all proftpd files in usuall paths (/etc, /sbin) and remove it using rm.

Is there any best practices, where to store all these files, or are there any (dis)advantages of my first example (--prefix=/usr/local/proftpd)?

I really don't think, that it's nice to have 2 paths with configuration files and binary files, but maybe I'm misunderstanding the basic principals of Linux... :-)

View 4 Replies View Related

General :: Package Versioning And Difference Of MD5Sum On Files?

Jun 20, 2011

I noticed something a little odd I'm hoping someone can enlighten me on. I noticed in a couple of cases that a package has the proper version, but differs in two regards.

1. The package ends up with a .el4 on the end of the version for Red Hat 4.

2. The actual MD5Sum of the files the package provides differ.

An example below:

Code:

[root@RH4ES32-MCE bin]# for i in `rpm -ql GConf2`;do md5sum $i;done;
md5sum: /etc/gconf/2: Is a directory
9f90335546f7c57ae6fb552cc2b919c5 /etc/gconf/2/path
md5sum: /etc/gconf/gconf.xml.defaults: Is a directory

[code].....

So my package changed slightly to now show .el4 versus just 2-2.8.1-1 I've indicated in the first output above that the first couple of lines differ. I stopped my comparison at that point as they truly are different.

View 8 Replies View Related

General :: Using Convert From Imagemagick Package To Convert Multiple Jpg Files?

Jul 18, 2010

I'm trying to use convert, I have installed the imagemagick. I use this line:convert *.jpg test.pdf but I'm only able to convert to pdf 1 single jpg file, not multiple files at once. When there's more than one file, I get the following error: Segmentation fault

View 5 Replies View Related

General :: Apt-cache Search <package> Show Package Size?

Apr 5, 2011

Is there anyway to show package size that comes up in the search so you don't have to apt-get install package individually and wait for the installation initiation and then reject to install after it gives u the [y/N] confirmation thing?

View 2 Replies View Related

General :: Package Kernel-package Has No Installation Candidate?

May 26, 2010

I want to install kernel package by this command sudo apt-get install kernel-packagebut it gives me the error :Package kernel-package has no installation candidate

View 1 Replies View Related

Ubuntu :: How To List Files In A Package

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

Ubuntu :: Failed To DL Package Files?

Feb 2, 2011

am running ubunutu (10.10) in a oracle VM virtualbox and have been getting some errors with my update manager the last few days. i open the update managerenter passworddownload seems to startthen pops up FAILED TO DOWNLOAD PACKAGE FILES and a CHECK YOUR INTERNET CONNECTION message.weird thing is that i was able to download and install updates just fine a few days ago.here are the packages from the error...

Failed to fetch http://se.archive.ubuntu.com/ubuntu/...buntu1_all.deb 404 Not Found [IP: 130.239.18.173 80]
Failed to fetch http://security.ubuntu.com/ubuntu/po...untu8_i386.deb 404 Not Found [IP:

[code]....

View 3 Replies View Related

Ubuntu :: Creating .package Files?

Mar 21, 2011

I've been scooting around Google to try and figure out how to create ackage files.pparently their created by a utility (which is already installed on my PC) called 'autopackage'. I've been to their website (www.autopackage.org) but I can't find anything on how to actually create the .package files

View 5 Replies View Related

Fedora :: Yum - How To Get Info About Files Installed From Package

Mar 1, 2010

I just installed a package with yum but I can't find any files associated with it. My question: is there a way to make yum tell you which files were installed from a package?

View 7 Replies View Related

Ubuntu :: Getting A List Of Files Not Owned By Any Package?

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

Ubuntu :: Failed To Download Package Files?

Feb 20, 2011

When trying to download any software on Ubuntu 10.10, I receive the error message "Failed to download package files - check your internet connection". I am however connected to the internet.

View 2 Replies View Related

Software :: Package Building Spec Files?

Jan 12, 2011

I am interested in package building rpms, just stumped on how packagers such as remi and atomic rocket get their spec files. Are these written from other packagers or do you need to write each spec file yourself to be considered as a "packager".

View 1 Replies View Related

Debian Installation :: Create A Deb Package From Source Files

Feb 25, 2015

I have a project and would like to create a .deb package that brought on any computer with debian distribution installs it in your home user who is installing.I followed a guide and managed to create a deb package from my sources with FPM. But creates them with root permissions and tells me that I should create a script before installation to change the permissions.

View 2 Replies View Related

Ubuntu :: Apt-get (use Aptitude Purge To Remove All Associated Files Of A Package)?

May 2, 2010

Did a fresh install of 10.04 Desktop 86_64 this weekend. One of the first issues I noticed right away was that apt was not function properly. Say for example you install the packages tor and vidalia (assume I'm running everything from root). #apt-get install tor vidalia This command will check and install necessary dependencies, for example 'privoxy'. Now if you decide that you don't want to use privoxy and instead use polipo, you would probably feel inclined to remove privoxy. Well I found that apt-get autoremove, apt-get remove, apt-get purge WILL NOT remove all the files/directories associated with the package. You'll find that after running each of these commands, there will still be directories, scripts, etc. in /etc/init, /etc, and /etc/rc*.d. The only solution I've found to completely removing a package is aptitude purge [package].

View 1 Replies View Related

Ubuntu :: Clean Up Hidden Files After Package Removal

Oct 4, 2010

I have noticed that after I uninstall a package from my system the hidden files in my home directory are still there. For example I used to have an application called proxychains installed. But then after I uninstalled it with the Ubuntu Software Center there was still a .proxychains folder in my home folder. Is there a way to remove all these files? Also are they stored anywhere else except home? I ask because I would like to clean up my system and I am O.K. with reconfiguring my applications if I do decide to install them at a later date.

View 9 Replies View Related

Ubuntu Installation :: Failed To Download Package Files

Aug 13, 2011

I just recently installed Ubuntu on my laptop and was attempting to install Wine on it this morning. I went through the proper procedure listed on the site, but once I get back to the Software Center and hit "install" it gives me an error a second later saying "Failed to Download Package Files. Check your Internet connection."

View 6 Replies View Related

Software :: CentOS - Remove Package With Configuration Files?

Dec 4, 2010

How to remove package with his configuration files. rpm -e doesnt delete any configuration files, is there any similar command to debians apt-get --purge ?

View 2 Replies View Related

CentOS 5 :: Missing Files In Poppler-devel Package?

Feb 5, 2011

Anyone know if a more complete poppler-devel can be found for CentOS 5.5? There seems to be an enormous number of missing files from poppler-devel (page.h and PDFDoc.h are just two examples) resulting in applications that require it refusing to compile.

View 2 Replies View Related

General :: Getting The Package Name That Contains A Library - Error "No Package Gthread-2.0 Not Found"

Jan 22, 2011

Fedora 14 I recently went to install some software using the source files. When I ran the command ./configure I got a message saying that No package gthread-2.0 not found After searching the internet some one had the same problem. I needed to install a package called glib2-devel However, rather that searching the internet. Is there any yum command that can give me that information?

View 2 Replies View Related

Ubuntu Installation :: Application For Windows Installer Package Files?

Aug 2, 2010

where do I find an application for windows installer package files?

View 3 Replies View Related

Ubuntu :: Possible To Save A Package From Synaptic After I've Changed Installed Files

Nov 3, 2010

I changed a few files in a couple of folders that are installed from a synaptic package. How can I save the changes as an installation package or save the changes to the package and save the package as a file?

View 2 Replies View Related

Ubuntu Installation :: Upgrade New Version Via Package Manager - Programs And Files And Pictures Stay As Is ?

Nov 30, 2010

Ihave Ubuntu 9.10. would like to upgrade soon to the new version of Ubuntu via the package manager. If i upgrade this way will my programs and files and pictures stay as is. I have all my stuff backed up anyways, but would like to know how this upgrade works.

View 5 Replies View Related

Ubuntu Installation :: Unable To Open Files List File For Package Grub-common?

Jan 30, 2011

Code:
sudo apt-get upgrade
Lots of text (Reading database. dpkg: unrecoverable fatal error, aborting: unable to open files list file for package `grub-common': Input/output error E: Sub-process /usr/bin/dpkg returned an error code (2)

View 6 Replies View Related

Ubuntu Installation :: Error - Failed To Download Package Files Check Your Internet Connection

Jul 31, 2011

I just installed Ubuntu 11.04 but "whenever i try to download or install any software from 'Ubuntu software Center'it gives error: "Failed to download Package Files Check your internet Connection" Internet is working fine!I've also tried the command: "sudo apt-get update"

View 2 Replies View Related

Ubuntu :: Error - Warning: Files List File For Package `libavahi-common-data' Missing

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

Ubuntu Installation :: Update Error - Files List File For Package `libxcb-shape0' Is Missing Final Newline

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







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