Tagged Questions
1
vote
1answer
9 views
The sources of the zend framework package
Where can I find sources that were used to build zend-framework deb package(s)?
For most pachages there is a .debian.tar.gz available, but not in this case.
Where could I find it?
0
votes
1answer
27 views
I can't get “apt-get install php5-suhosin” to work
I am running ubuntu 13.04. I cannot get my php website to work because I cannot install
php5-suhosin.
It said this each time that I have tried apt-get install php5-suhosin:
Package php5-suhosin is ...
0
votes
1answer
22 views
Download a particular version of a package with apt
I wish to download a particular version of a package. The package in question is ruby1.9.3 which has a Ubuntu native version and a Brightbox PPA version. I have the PPA version installed and that ...
0
votes
1answer
37 views
Is there any YUM to APT-GET tool?
I have a big source code where it wants to install everything where shown of YUM (Fedora, CentOS, Red hat package manager).
Example:
$ yum install bzip2 cpio curl curl-devel fileutils gettext-devel ...
1
vote
0answers
34 views
This version of ntop is a minimally supported but OLDER version - please upgrade
ntop crashes:
root@dur:~#
root@dur:~#
root@dur:~# ntop
Sat May 18 17:57:45 2013 Initializing gdbm databases
Sat May 18 17:57:45 2013 ntop will be started as user nobody
Sat May 18 17:57:45 2013 ...
2
votes
0answers
85 views
PPA for Android Studio?
Android Studio was released a few days ago and it's still in early access preview, but I would like to know if there is any PPA I could add to my Ubuntu Raring to automatically keep it updated with ...
1
vote
0answers
31 views
How do I remove .deb files of UNINSTALLED PACKAGES from the apt cache? [duplicate]
I am an Ubuntu newbie. I have just installed Ubuntu 13.04 64-bit on my machine. And from the very start I like the experience Ubuntu is giving me.
I have learned some basic tasks like installing and ...
0
votes
1answer
27 views
squid-deb-proxy failing to cache packages
On an Ubuntu 12.04 server, with squid-deb-proxy installed, client machines on the network will properly contact the server when installing packages, but squid never caches packages.
From ...
1
vote
0answers
9 views
E:Malformed Line 61 [duplicate]
Hello I am new to Linux (Only installed today).
I have an issue though which is "This is a serious problem. Try again later. If this problem appears again, please report an error to the developers."
...
2
votes
3answers
49 views
will apt-get autoremove break other dependencies?
I want to use apt-get autoremove to remove liba for instance, but I'm not sure whether it is smart enough to preserve other dependencies. For instance, if liba depends on libb, while libc also depends ...
0
votes
1answer
31 views
How can i make my .deb package replace a file in the system? [duplicate]
you know that you can't make a .deb package that replaces a file on the system which belong to another package, but i need to create a .deb package for the settings (gnome-settings,kde-settings, in ...
2
votes
1answer
69 views
Problems installing Nitro Application?
I installed Nitro using apt-get. However, it is dependent of gir1.2-launchpad-integration-3.0 and is missing. How can I get the source code of gir1.2-launchpad-integration-3.0 somehow and install it ...
2
votes
0answers
14 views
Unmet dependencies (libgssapi-krb5-2: Depends: libkrb5-3 (= 1.10.1 + dfsg-4) but 1:10 + dfsg ~ beta1-2 is installed) [duplicate]
How do I solve this dependency?
root @ server :/ # apt-get upgrade
Reading package lists ... ready
Building dependency tree
Reading state information ... ready
You might want to run `apt-get-f ...
0
votes
0answers
10 views
How to restore original version of config file from package cannot be purged (e.g. base-files) by command?
I found a system's /etc/lsb-release has been modified and I want to replace it to the version in base-files package.
However I can't apt-get purge base-files because it contains crucial system files ...
0
votes
1answer
76 views
Obsolete packages vs. orphaned packages
What is the difference between obsolete and orphaned packages? More specifically, why does deborphan produce this:
dave@ubuntu:~$ deborphan
libbind9-80
libllvm3.1
libgrail5
libpython3.2
libsvga1
...
0
votes
1answer
46 views
How do I get Glibc >= 2.16.0?
I know there are already built packages for Pidgin. I need to build Pidgin so I can build plug-ins.
I need Glibc >= 2.16.0. Unfortunately, I get stuck in an endless dependency loop. I need ...
0
votes
1answer
33 views
apt authentication failure on self-signed package
I did create a gpg key using "gpg --gen-key", here is the listing:
> gpg --list-keys
/home/<user>/.gnupg/pubring.gpg
--------------------------------
pub 2048R/99EDE0B7 2013-02-05
uid ...
3
votes
1answer
66 views
Why am I getting the error E: Package php5-gd has no installation candidate when trying to install php5-gd?
I am trying to install php5-gd and receive this error
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-gd is not available, but is referred to by ...
1
vote
1answer
30 views
Why does Ubuntu GNOME recommend make?
Running apt-cache depends ubuntu-gnome-desktop lists, among other things, GNU Make as a recommend. apt-cache depends gnome doesn't list Make.
Why? It doesn't seem like Make and GNOME would be in any ...
1
vote
0answers
52 views
Ubuntu 12.04 package issues
I have a fresh install of 12.04 ran the updates just fine. (I hate not having my synaptic package manager) I went to fetch k9copy and this is what I got. Package uudeview is not available, but is ...
0
votes
0answers
18 views
Package Error When Upgrading or Installing anything
I've been dealing with this issue for a while now and have serched for weeks but can't find anyway to fix it. I basically can't install any programs or packages from anywhere. Everytime I do it gives ...
3
votes
2answers
89 views
How can I list all packaged installed by me?
I am trying to clean my installation up a bit, so I decided to clean up my packages a bit. However, I'm having trouble with that: My wish is to make apt-get list all packages installed by me. If I ...
1
vote
2answers
95 views
Why “sudo apt-get install” doesn't find a package?
I am getting this error:
sudo apt-get install emacs23
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package emacs23
Moreover, I ...
0
votes
1answer
97 views
Update postgresql with latest security update
PostgreSQL announced on the 4th of April a security update to its PostgreSQL server.
I really want to install that update. But if I run sudo apt-get update and sudo apt-get upgrade the update does ...
1
vote
1answer
16 views
Ubuntu Archive API?
I'm trying to query the Ubuntu archive on a machine that doesn't have python-apt installed (and for reasons beyond my control can't have python-apt installed). Is there an API endpoint for ...
4
votes
1answer
61 views
How do I delete all packages which match a certain pattern?
I want to uninstall libreoffice. This program consists of about three dozen modules. Ideally, they could be removed with:
aptitude remove libreoffice3.6* libreoffice-debian-menus libobasis3.6-*
but ...
0
votes
1answer
36 views
Package error making it unable to install anything in 12.10
The other day I was trying out different desktop environments, like Pantheon, Gnome, etc.
But when I was trying to install Pantheon/Elementary Shell, it came up with an error, I ignored it thinking ...
1
vote
1answer
48 views
How to create package download script with correct dependencies?
In Synaptic it's possible to select a bunch of packages for installation (or reinstallation), then just click File → Generate package download script to get a set of commands to download the ...
2
votes
1answer
33 views
Debian Package Creation- how to define environment variables within the package
I built a package with the sudo-ldap package defined as a dependency in the control file (please see below). I'm going to have people install using the gdebi command to install which should install ...
1
vote
0answers
79 views
Package dependencies errors?
I have some problems with Lubuntu. When I tried sudo apt-get update:
Fetched 1,222 kB in 7s (171 kB/s) ...
2
votes
1answer
52 views
Is it possible to remove all the packages installed from a specific repository?
I would like to remove every package that came from the Multiverse repository. What is the best way to do this?
0
votes
1answer
65 views
.deb package creation. Why are my files not being installed?
I'm a newbie with package creation so please feel free to slap me down as needed :). In any case, I wanted to create a package that would install and set up all of specific ldap related packages and ...
0
votes
1answer
100 views
Installing cunit on UBuntu quantal
I'm trying to install the cunit (C unit testing framework) packages on Quantal (64bit). cunit seems to be held in a number of packages, but according to apt-get these are broken.
Attempt 1:
$ sudo ...
1
vote
1answer
107 views
apt get is not working unmet dependencies
I tried installing the packages as below
apt-get install libcurl4-gnutls-dev libexpat1-dev gettext \
libz-dev libssl-dev
then I got this error
root@ip-10-233-139-125:~# apt-get -f install
...
3
votes
0answers
109 views
apt-cacher-ng: force client on local repository
I'm currently managing a dozen servers. apt-cacher-ng is installed on the development server to maintain the packages.
The idea is to have exactly the same version and number of packages on the ...
3
votes
1answer
322 views
How can I install packages from Debian's squeeze repo on Ubuntu 12.10?
I am using Debian Squeeze but I want to test Ubuntu with Unity.
I just downloaded Ubuntu 12.10 ISO and installed it, but I can't find a way to add Debian's local repository.
How can I use Debian's ...
0
votes
0answers
31 views
renew ubuntu packages to state after instalation as solution to dependency problems
Hi I get to the state where apt-get isn't able to install almost anything. This is my original question: all packages keep unmeting dependencies all the time
Now I gave up searching for what is wrong ...
1
vote
2answers
194 views
all packages keep unmeting dependencies all the time
All problems begin when I was trying to install graphics card driver. My desktop wanished. I paniced and reinstalled (with apt-get) a lot of packages including Ubuntu desktop, Unity, Xserver, etc. I ...
2
votes
1answer
22 views
Stick with package version [duplicate]
Is there a way to disable per-package updates? I love Clementine, but the 1.1 version removed a crucial feature. I'd like to stick with the 1.0 version installed via a downloaded .deb package.
Can I ...
2
votes
1answer
62 views
Building debian package - How do dependencies work?
I'm in the process of building a debian package. The goal is to package up a directory into a .deb that will have 2 dependencies that are other packages I created.
When installing the .deb package, ...
0
votes
1answer
44 views
Avoiding the execution upon its installation ldap-auth-config
I am trying to automate (by using a bash script) the installation of packages for LDAP authentication. However, the script is being interrupted by the ldap-auth-config dialog. Is there a way to avoid ...
4
votes
4answers
4k views
sudo apt-get install (google-chrome-stable_current_amd64.deb) is not working
I was told that sudo apt-get install (package.deb) installs the software with all the dependencies too.
I am trying install Google Chrome, but when I do this step, it generates the following error:
...
2
votes
2answers
721 views
Can't install Spotify for Ubuntu 12.10
As the title says, I can't install spotify. I've googled for answers but nothing was relevant to the case. Another problem is that I can't install wine (so I have to install Spotify through Terminal). ...
1
vote
1answer
123 views
Cannot install any package using apt
It seems that some packages on my Ubuntu (Ubuntu 10.04.4 LTS, lucid) are broken, preventing me from installing any new packages. I have gone through similar questions in this site, but all proves ...
3
votes
1answer
188 views
How to install packages from server CD after installing the system
I installed Ubuntu Server 12.04 from CD onto a machine with no Internet connection. Originally I did not select the Samba file server task during installation, but now I want to install it. I have ...
0
votes
1answer
1k views
E: Unable to correct problems, you have held broken packages.? [duplicate]
I honestly am clueless. I am trying to install GNUradio. When I go to install the pre requisites, using sudo apt-get install cmake swig libcppunit-dev python-cheetah doxygen \
libboost-all-dev ...
0
votes
0answers
20 views
Fixing apt-get and dpkg? Again [duplicate]
Possible Duplicate:
Broken dependencies due to libjackd
Okay, so i'm running Ubuntu 12.04 (precise) 64-bit. I've run into this problem several times, each time find another solution for it: ...
1
vote
0answers
18 views
error 503:Packages.gz naming problem [duplicate]
Possible Duplicate:
error 503: service unavailable when using apt-get update behind proxy
Here is the detailed information(I have choosen the best source server):
W:Failed to fetch ...
0
votes
0answers
38 views
sudo apt-get install option does not work [duplicate]
Possible Duplicate:
How do I fix a “Problem with MergeList” error when trying to do an update?
When I type sudo apt-get install <option> it gives an error:
Reading package lists... ...
1
vote
0answers
43 views
How to change, configure and make a installed package…darkstat
I've installed darkstat via: "apt-get install". I then downloaded the darkstat source code to make some changes to it using: "apt-get source darkstat". I made my changes, then I used the command: ...


