Debian Programming :: Installing Vmime But Apt-get Cannot Locate Packages

Aug 25, 2015

I have 32-bit Debian 8 and am trying to install Vmime [URL] .....

apt-get cannot locate these packages:

apt-get install vmime0
apt-get install libvmime-dev

I have an issue raised on Vmime's Github page too [URL] .....

View 1 Replies


ADVERTISEMENT

Debian :: Cannot Locate List Of Essential Packages?

Oct 20, 2010

I fruitlessly tried to understand the mechanism of package clean in Debian. There are two types of packages: the one that are essential for user and dependencies of these packages. How could I found where the list of essential packages is kept in Debian? (in Gentoo it is called world-file)
dkpg -l shows me the list of all packages installed.

View 3 Replies View Related

Debian :: Installing I386 Packages Prompts Removal Of Amd64 Packages

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

CentOS 5 :: How To Locate Installed Packages

May 6, 2009

When configure packages bundled with CentOS, I have difficulty locating the installed directories. Anyway to locate those? I first worked on MySQL and now Firefox. They are not at the standard locations (or the ones refered in the manuals).

View 6 Replies View Related

Debian Configuration :: Installing Packages From 5 DVD Set

Dec 7, 2010

I have downloaded the entire Debian 5-dvd set. I want synaptic, apt-get and aptitude to first check online if there's a new version of the packages selected to install, if there's a new version, then get the packages online and install, if not, then ask to insert the corresponding dvd and install from that. Is there anyway to configure this?

View 8 Replies View Related

Ubuntu :: Basero Cannot Locate The File In The Packages

Aug 6, 2010

I try and burn a video DVD and I get the following message. p, li { white-space:pre-wrap; } brasero wants to install a file The following file is required:

/usr/lib/gstreamer-0.10/libgstmplex.so

I click yes and it begins to search and I get the following error message. p, li { white-space: pre-wrap; } The file could not be found in any packages. It will also give me this error message after I click OK All required applications and libraries are not installed. install the following manually and try again: mplex (GStreamer plugin) dvdauthor (application). I was able to locate and install dvdauthor via synaptic package manager but I was unable to find mplex there.

View 1 Replies View Related

Debian :: Error While Installing New Packages With Synaptic

Jul 8, 2015

When I try to install new packages I get following errors

Code: Select allE: cups: subprocess installed post-installation script returned error exit status 1
E: ntp: subprocess installed post-installation script returned error exit status 1
E: rsyslog: subprocess installed post-installation script returned error exit status 1
E: at: subprocess installed post-installation script returned error exit status 1
E: exim4-base: subprocess installed post-installation script returned error exit status 1

[Code] ....

Here is some detail

Code: Select allSetting up cups (1.5.3-5+deb7u6) ...
insserv: warning: script 'S99pcloudd_init' missing LSB tags and overrides
insserv: warning: script 'pcloudd_init' missing LSB tags and overrides
insserv: script pcloudd_init: service pcloudd_init already provided!
insserv: warning: script 'pcloudd_init_start' missing LSB tags and overrides
insserv: There is a loop at service minissdpd if started

[Code] .....

View 14 Replies View Related

Debian :: Slow At Installing Packages Within The Terminal?

May 23, 2010

I was going to try out E16 and installed it via apt-get install. It ran through the usual of retrieving the required dependencies and whatnot, but as it was "setting" everything up as Debian usually does when installing packages, it seemed to take forever, to install a measly 6 or so megabytes.

Why is this? I regularly run "apt-get autoremove", "apt-get autoclean", and "apt-get clean", as well as check for orphaned packages and residual configs in Synaptic. Also, for some reason, Synaptic finds more packages left behind than the terminal finds.

View 4 Replies View Related

Software :: Installing OpenOffice 3 Deb Packages In Debian 5

Mar 5, 2009

I have downloaded the deb packages for OpenOffice 3 to my Debian machine under home. I can't figure out how to install these packages or add them to the list using Synaptic Package Manager.They are all inder a directory under /home/stephen.

View 2 Replies View Related

Debian :: Repositories Not Installing - Broken Packages Error

Jun 4, 2015

I've been trying to install a few programs with the basic Debian repositories on my Jessie edition, but I keep getting a "broken packages" error and "cannot be installed" error, and the programs won't install.

I went to other repositories, e.g. Mint and Ubuntu, and with these included in my sources.list file, I was able to install the desired programs.

If the programs are listed in Debian and the dependecies as well, why would they not install?

View 9 Replies View Related

Debian :: Installing Gthumb Wants To Remove Some Surprising Packages

Dec 26, 2010

Namely
gnome
gnome-desktop-environment

Now that seems odd to me. Am I ok to proceed or will I be left without a desktop? Following advice in an earlier thread, I pointed my sources.list at testing to move to a rolling distro; having installed squeeze beta 2, I'm wondering if using testing is what is causing this?

View 14 Replies View Related

Debian :: Installing / Removing - Packages Have Unmet Dependencies

Jun 1, 2011

I have an issue with packages. When I try to install any package then I receive error like this one below.
e.g. install Lynx:

Code:
# apt-get -f install lynx
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libperl5.10: Depends: perl-base (= 5.10.0-19lenny3) but 5.10.0-19lenny2 is to be installed
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
lynx: Depends: lynx-cur (>= 2.8.7dev9-2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So I decided to remove libperl5.10 which apparently mess. But its not that easy, just take a look:

Code:
# apt-get --purge remove libperl5.10
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libsnmp15: Depends: libsnmp-base (>= 5.4.1~dfsg-12) but it is not going to be installed
Depends: libperl5.10 (>= 5.10.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
...and now I don't know what to do ?

View 13 Replies View Related

Ubuntu Servers :: Unable To Locate Packages - Build My Own Server

Dec 12, 2010

I am a total noob in the process of trying to build my own server. I installed Ubuntu 10.10 but when I did that I didn't have the computer hooked up with an ethernet or have any internet connection. During the installation process it was unable to set up DHCP, so I figured I would just do that later, somehow.

Anyways, I recently hooked up an ethernet cable from the server to another computer, which has internet.

I've been slowly working my way through the Server Documentation and am on the Networking chapter. It has given me the commands to install wireless-tools, ethtool, dhcp3 server and I've also tried to install gedit. Every time it gives me the error: E: Unable to locate package XXX

When I ran the sudo lshw -class network command I find that it recognizes both an ethernet interface as well as a wireless interface(my wireless adapter). BOTH of them say *-network DISABLED.

My goal is to enable both of those, but I am assuming I need to be able to locate the packages first. I installed the server edition using a USB pendrive. I still have the files on the pendrive, but I don't know how to make the server locate those files. I'm guessing it wants to access the installation files to locate the packages to install.

View 7 Replies View Related

Fedora :: Gpodder Missing Dependencies - Unable To Locate Packages In F13 Repo

Jun 15, 2010

Code:

Missing components:

Is there a package that I can install that will satisfy this dependency? I am unable to locate anything other than the source here and here, but I'm also unsure if this is even the right package or if source this old is what gopdder is asking for. I'm looking for a package.

View 5 Replies View Related

Software :: Configure Script For Vmime Library - Exiting With Error

Jul 19, 2010

I am not all that experienced with Linux configure scripts for building source. I downloaded a vmime library source package. One of the dependencies it has is on another open source lib - gsasl. I had no trouble building the gsasl lib.

But I cannot figure out how to let the vmime configure script know that I have built the gsasl package. Here is the end of the output of the vmime configure script:

checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4

[Code]...

View 1 Replies View Related

Ubuntu :: 11.4 DVD Installing Packages "programming Stuff"?

Jun 21, 2011

i downloaded ubuntu 11.4 dvd i installed . I want to install eclipse and web server and use it as as a workstation but it dos not ask any thing .so I wonder i should have install each of the same application i should install them individual from the web. so what is the use of this dvd?cause i used to use fedora and it has selection on package installing.

View 3 Replies View Related

Debian Programming :: Editing Postinst In Existing Binary Packages

Oct 30, 2014

I have lately found myself setting up a number of PXE installation servers sufficient that I'm now inspired to automate the process. I've not done this before, but I think I've hit on a method to make it work. I'm using three packages from the archive as a basis: tptpd-hpa, isc-dhcp-server, and nfs-kernel-server. Up to now I've been installing these with APT, then modifying their configs (or creating same as necessary) and then copying my install files (pxelinux.0 and friends, with Debian Wheezy netinst and Xubuntu 14.04 menu options) into /srv/tftp. It strikes me that, rather than letting these packages' postinst scripts do a bunch of stuff that I will subsequently undo, I should modify the scripts in situ to do what I want. I don't feel that I adequately understand how these things work, so I'm asking for advice.
So far I've hit upon two different methods.

I can use apt-get download to fetch the packages, and then dpkg-deb --control to pull out the control files. Then I can edit the postinst scripts as necessary and dpkg-deb --build a new package from the results of dpkg-deb --fsys-tarfile plus the altered postinst scripts. I have gotten as far as extracting the control files from a package, but I'm unsure that the dpkg-deb --build step will work as I expect. Alternately I can do apt-get source [packages], edit the postinst scripts in the source, and then build the packages as usual. I'm more confident that this will work, but I'd rather provide the former method if possible. Is there another method of which I've not thought? Is this the way metapackages are made and configured?

View 2 Replies View Related

Debian Configuration :: Upgrade The Installed Packages From The Packages.debian.org Site?

Jul 22, 2010

I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.

[Code]...

View 6 Replies View Related

Programming :: Error - Can't Locate DataAccess.pm In @INC

Oct 3, 2010

Quote:

1: #!/usr/bin/perl -w
2:
3: use CGI;
4: use CGI::Carp qw(fatalsToBrowser);

[code]....

DataAccess.pm is placed into /home/savio/myperlprograms, but I have following errors:

Quote:

Can't locate DataAccess.pm in @INC (@INC contains: /home/savio/myperlprograms /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/lib/cgi-bin/login.cgi line 7.
BEGIN failed--compilation aborted at /usr/lib/cgi-bin/login.cgi line 7.

View 3 Replies View Related

Programming :: Locate A File By It's Contents?

Jul 16, 2011

A long time ago I wrote a short essay about the 'federal' 'reserve' board. I don't remember it's name or format. I think it's somewhere on my rather large hard discs (to of them divided into various partitions).I'm trying to write a command line that will find it based on a quote that is in it: "our fathers brought forth"I have tried various configurations of grep, and or combining grep with find, but I'm getting nowhere. I really don't understand the syntax of either command, or how they work together, and the examples that I can find are really no help at all.

View 6 Replies View Related

Debian Programming :: Installing Lazarus And FPC 2.6.2

Apr 14, 2014

So I can install Lazarus 1.2.0, but fpc is limited to 2.6.0 and I want something newer.how to install a later version of fpc on my Debian Wheezy box..

View 1 Replies View Related

Programming :: Installing Py2exe On Debian?

May 2, 2010

I'm running Debian 5.0. I've been following the tutorial here http://www.py2exe.org/index.cgi/Tutorial but it seems I can't get it to work. I'm guessing, Python didn't come with the Distutils that I need. I've search the repositories and the On-line debian package database, but can't find a Distutils package, I've installed python-dev, but that still appears to not contain the module for py2exe.

View 5 Replies View Related

Programming :: Php Scripts Cant Locate Filenames With Spaces?

Apr 13, 2011

I have a fresh dedicated server that im currently configuring and needed a little help if I may ask.The problem is that i'm having a file naming issue. for example from the web I can access any file that does not have spaces of any type. ex/music/musicfile.mp3this works fine and my php script can locate itBut the problem is when I try to access a file that has spaces.ex/music/The Eagles - Hotel California.mp3my php script can't seem to locate any files like this with spaces but doesn't have a problem locating the files with no spaces.

I also took a look at the directory within shell. I did notice that files that have spaces are showing up in this formatt in shell.#/home/~username/public_html/music/The Eagles - Hotel California.mp3In shell , i'm assuming that unix/linux maybe adds a backslash before spaces. But when I FTP to this same directoy, the filename look normal and at windows standard. how could I correctly access these types of files within my php scrits? or would I need to have all uploaded files renamed so that spaces are replaced with underscores maybe?

View 4 Replies View Related

Debian Programming :: Does OpenJDK Installing Completed

Sep 17, 2014

I'm running Debian Jessie 64bit, the X-window is xfce4, I found the 'OpenJDK Java 7 Policy Tool' entry is already under the Settings menu, it seems appeared after I customized jessie a little, that installing nvidia driver, virtualbox ose, adobe reader and adobe flash player. From console, I can check there is java, but no javac.For doing java programming, I don't know if the OpenJDK was complete installed or not, should I continue to use it or remove it to install Oracle JDK?

View 1 Replies View Related

Programming :: Bash Script To Locate A Specific File?

Jun 14, 2010

I'm new to bash scripting and I've searched around the forums and Internet for this but haven't had any luck. I've found similar things but not what I need. What I need to do is write a simple script that uses what the user inputs to locate and display where a file is. I would prefer to use locate instead of find since I know that the person I am writing this for has locate on her machine (my mom, who is just beginning with Linux).I'm writing the script to make things easier for her while she learns In this particular part of the script I would like to be able to have the script prompt to enter the file she is searching for, read the her input and then display for her where the file is. I realize it would in most cases be much simpler just to teach her how to use locate, but she is very impatient and this is just a part of the script I will be writing, but I can't figure out how to do this.

View 6 Replies View Related

Debian :: Difference In Operation / Function Between Their Packages And The Packages Download On Virtualbox.org Website?

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

Ubuntu :: Installing Applications - Message "Requires Installation Of Untrusted Packages The Action Would Require The Installation Of Packages From Not Authenticated Sources"

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

Programming :: Locate The Tables In Versys The House Demographic Information?

Apr 28, 2010

I am trying to locate the tables in Versys the house demographic information, does anyone know the path?

View 1 Replies View Related

Debian Programming :: Installing Application Data To Specific Folder?

Jun 16, 2014

app deployment on Linux/debian and I'm using Debreate to create .deb packages which works fine. I install the software itself to /usr/bin but want to install the program's database to /home/username/myapp/ The problem is it that I don't know how to add the env variable 'username' to the target path. What is the exact syntax for this installation path?

View 3 Replies View Related

Debian :: Unable To Locate Package

Aug 24, 2015

I m Using 4.0.0-kali1-amd64 in VMplayer Debian - 64bit my internet works fine with wired and wirless as well i tried to install wcid package and that show me error see below :

I m facing some problem

apt-get install wcid-gtk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package wcid-gtk

2nd thing is blueooth is enable but not works hcitool scan or btscanner

View 3 Replies View Related







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