Debian Configuration :: Remove The Packages Installed From Using Build Dependencies
Jun 15, 2011
Does aptitude(or apt-get) have the functionality to remove the packages installed from using build-dep? It just seems convenient if you want to remove a program that was built from source.
View 4 Replies
ADVERTISEMENT
Jun 19, 2011
[URL]You show how to remove a package and it's dependencies. You show how to remove the configuration from the package you are currently uninstalling. You don't show how to remove the configuration data from a package and all of it's dependencies. Why?
View 8 Replies
View Related
Apr 14, 2011
My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working.
However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages:
linux-kbuild-2.6.38
linux-headers-2.6.38-2-common
linux-headers-2.6.38-2-amd64
Now, when I rebuild it, I get this:
# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.
[code]....
View 14 Replies
View Related
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
Mar 13, 2015
I added 'testing' channel into my wheezy 'stable' box and installed packages comes from 'testing'. In this case, if I changed my mind to go back to 'stable', how could I downgrade packages updated by 'testing' channel?
View 13 Replies
View Related
Nov 14, 2010
Is it possible to do an aptitude remove for all packages installed in, say, the past hour? I'm looking for an easy way to keep track of lots of installed packages without having to look through the logs and write them all down.
View 4 Replies
View Related
Apr 30, 2010
When one installs an application,it brings in other stuff too as dependencies.
When this application is removed,will zypper remove the dependencies that came with it and are not needed by other installed packages?
Is it possible to check before and after removal?
View 9 Replies
View Related
Aug 13, 2011
VirtualBox is awesome tool for experiment and learning Linux.On the Linux guest OS, I installed standard system without Xorg.i expected it remove all the packages that come along with gnome-terminal previously.Only gnome-terminal was removed, 750kB free space. Now the system have 149MB packages as waste data IMHO.It doesn't look right to me.
View 4 Replies
View Related
May 18, 2010
I searched for a hex editor in the USC, and chose to install a package called okteta. Only problem is...(I didn't realize until after it was too late to cancel)...it's a KDE package.Since it was probably one of the first (only?) KDE based app on this fresh Lucid installation, I believe about 115 (!) packages (see the list below) were installed in addition to the one I wanted. Grrrr.I then went into synaptic and removed okteta, but as I should have known, it did not remove any of the dependencies.I then looked at the dpkg logfile to see what had been installed. Here's what I found:Quote:
2010-05-18 02:27:56 install libqtcore4 <none> 4:4.6.2-0ubuntu5
2010-05-18 02:27:58 install libattica0 <none> 0.1.3-0ubuntu1
2010-05-18 02:27:58 install libqt4-network <none> 4:4.6.2-0ubuntu5
[code]....
View 3 Replies
View Related
Jan 18, 2010
So I am trying to build a package from source in scratch box (for a debian based ARM distro) and I ran apt-get build-dep <package name> and it spits back the general E: Build-dependencies could not be satisfied. - is there an extra flag I could add the the apt-get command so it would show me which packages it cannot find so I can hunt them down by hand?
View 4 Replies
View Related
Feb 28, 2010
Lets say that I want to compile a program that is in the unstable repository and I have testing (or also if I am using stable and want to compile something from testing), I know that I have to put the deb-src repository line of the repository from which I want to obtain the build dependencies by ussing apt-get build-dep packagename but my question is: what if it's not in the repositories at all? How does one go about obtaining these dependencies?
I don't know much about this topic but I know how to use dh-make with dh_make --createorig and I also know how to do dpkg-buildpackage but not more than that.
View 9 Replies
View Related
Jan 29, 2010
I've been reading up on ssh and I don't want anyone to connect to my computer. I am not interested in remote connectivity at all. Should I uninstall ssh? I ran Code: apt-get remove ssh and debian returned "package ssh is not installed. 0 packages removed."
I also looked online and found out about /etc/ssh/ssh_conf but all of the lines on my computer were #'d out. I also added "PermitRootLogin no" at the end. Am I safe from ssh attacks if I don't have ssh? Might be a stupid question but I don't want to fall victim. edit: it seems as though I -do- have openssh-client and openssh-server installed. Should I just leave my ssh config with PermitRootLogin no or apt-get remove openssh-client openssh-server.
View 9 Replies
View Related
Apr 28, 2010
I want to build deb packages for two versions of same product that can be installed on the machine simultaneously. The source folder structure for both the packages have a common folder needed by both the versions. So i need to keep the common folder till both the versions are removed from the machine.My problem is that i can't install both the versions at the same time, i.e i have to uninstall the installed version and then install the other version. After installing one version, if i try to install another version, an overwrite error comes up. is there any option in dpkg for overwrite? Or is there any way to partially uninstall a deb package?
View 5 Replies
View Related
Sep 24, 2009
as I'm advancing in building some nice rpm I finally wanted to install on of my gems also the build was successful the actual install fails with missing dependencies.
Code:
$ rpm --root /home/sascha/rpmbuild/ -i ./RPMS/x86_64/memcached-1.4.1-2.x86_64.rpm
error: Failed dependencies:
libc.so.6()(64bit) is needed by memcached-1.4.1-2.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by memcached-1.4.1-2.x86_64
[code]....
View 1 Replies
View Related
Jun 22, 2011
i'm can't install the g++ compiler. I've got the packages to install with the command "dpkg -i xxxx.deb", but i see a cross dependence between g++-4.3 and libstdc++6-4.3-dev. Or am I missing something?
[URL]
View 4 Replies
View Related
Aug 27, 2015
seems like after a recent upgrade of stretch, i get a message (in italian)
Code: Select all
$ sudo apt-get install kde-full
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze   Â
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:
[CODE]..
View 2 Replies
View Related
Jun 15, 2010
I'm hitting my head against the wall trying to figure out (and find any information on) how to download a package and all its dependencies.I've tried to clean the cache,$ sudo apt-get clean and then download a package and its depednencies,but it doesn't download dependencies that are already installed.I need to do this to install a package on a machine that doesn't see the net.I remember doing this somehow ages ago, and I think I might have even combined the package and its dependencies into a single self-contained .deb using dpkg.
View 4 Replies
View Related
Oct 8, 2015
I have been using linux for about a year and have run into a new problem I am unable to solve. It started when I attempted to install some packages I needed to get VirtualBox to run VMs. I am on Jessie.
I am unable to install various packages, including gedit, aptitude etc. I do not think it is a problem with my sources.list as my laptop has the same sources.list and I am not encountering the same problems on it. Packages will not install any dependencies. -f install isn't doing anything for me.
My sources.list...
deb [arch=amd64,i386] http://ftp.ca.debian.org/debian/ jessie main contrib non-free
deb-src [arch=amd64,i386] http://ftp.ca.debian.org/debian/ jessie main contrib non-free
deb http://ftp.ca.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ca.debian.org/debian/ jessie-updates main contrib non-free
[Code] ....
I tried to check for held packages with
userone@localhost:~$ dpkg --get-selections | grep hold
But get nothing.
sudo apt-get install -y
View 10 Replies
View Related
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
Oct 23, 2015
I am attempting to setup an ftp server as a first project to get me going in the world of Linux however when I run the command apt-get install proftpd-basic ....
View 14 Replies
View Related
Jan 5, 2010
After updating to Karmic, Synaptic shows almost all of my installed packages in the category "Installed (manual)", including about half of the packages that belong to a clean Ubuntu installation (e.g. apparmor, apt and hundreds of others). As a result, I can't easily get a list of those packages that I did indeed install manually and may want to remove. Is there a way of removing the "Installed (manual)" flag from all packages?
If I could do this, all packages that do not belong to the core Ubuntu system should show up as "Installed (auto removable)" and I could individually mark only those as manually installed that I really still need and let apt/synaptic uninstall everything else. I know that with today's hard disks, disk usage of installed packages is not an issue. But those packages accumulate over time and need to be updated with every security update and every ubuntu dist-upgrade, wasting time and bandwidth.
View 2 Replies
View Related
Aug 1, 2010
I did a compile and checkinstall of a Debian package (and then deleted the temporary directory tree I compiled in), and had to redo the compile and checkinstall since I screwed up on the dependencies (I think it's item #10) on the checkinstall "menu".
Looking for a quick and dirty shortcut, I was wondering where the post-install dependencies for the packages are stored. Is it in /var/lib/dpkg/status ?
If not, where is the dependency information for installed packages stored?
View 1 Replies
View Related
Feb 3, 2010
i want to build .deb packages from the official nvidia installer (one for the driver and one for the kernel module). How can I do it?
View 11 Replies
View Related
Jan 15, 2011
Debian squeeze amd_65, using gde3/gnome.I'd like to use KMyMoney, but the latest packages (v4.5.2) and not the v3.9.8/test version that's in Synaptic Package Manager.I'd rather not install every package that contains *kde* in the name, but I'm more than willing to install the minimum required to compile and run them.Trying to build kmymoney v4.5.2. After some google searches on the specific errors, I initially learned about apt-file and the find feature.
I'm unable to determine what package I need for 'Boost', and although apt-file reports that kdepimlibs5-dev is the package for gpgme - I still have no files called QGpgmeConfig.cmake or qgpgme-config.cmake, and the log still shows 'Could NOT find QGpgme'.Any pointers on what package(s) I'm missing, or other ways to determine what I need?
View 3 Replies
View Related
Sep 9, 2010
the correct way to remove custom kernels? I was trying to install a driver and only got it half way right and I want to wipe the slate clean and try again.Here's the original:Debian GNU/Linux, kernel 2.6.26-2-amd64root(hd0,4)kernel/boot/vmlinuz-2.6.26-2-amd64 root=UUID=64dcc531-f5b0-47e8-99c4-abeecfab9353 ro quietinitrd/boot/initrd.img-2.6.26-2-amd64
View 2 Replies
View Related
Mar 25, 2011
I have had this problem repeatedly with aptitude recently. I run Debian Squeeze but in a somewhat unusual fashion - I create a custom live image using the builder on the Debian Live website and then run the live image in persistent mode off a flash drive. For all intents and purposes this has never behaved any differently from a standard Debian install and has given me a great deal of flexibility and power, for which I'm grateful.
However there's been one strange phenomenon that keeps occurring. After a certain point - not before - aptitude stops removing dependencies when I remove packages, though in the ncurses interface the option is shown as switched on (and my .aptitude/config file does not switch it off, nor does any other configuration file that I can find, though maybe I'm missing something). This occurs even in the case of dependencies which I know cannot be depended upon by any other package. e.g. the e17 package in unstable brings in libecore, libevas etc. which are depended on only by e17 as I have no other Enlightenment packages installed. But removing e17 removes only the e17 package and not the dependencies.
The other odd thing is that this does not occur at first. Aptitude works fine for a while on a clean system. At some point though it simply changes in behaviour.
View 1 Replies
View Related
Apr 2, 2011
I recently tossed Ubuntu for Debian Unstable for my personal machines and I'm having trouble building Emerald into a package. I've already configured and installed the package (using the usual ./configure, make, make install) but I wanted to make a deb for future use (for myself and for others). However every time I try to run dpkg-build I get the following error message.
dh_install -pemerald --sourcedir=debian/tmp
dh_install: emerald missing files (usr/bin/*), aborting
make: *** [binary-install/emerald] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
[Code]...
View 2 Replies
View Related
Oct 22, 2015
I am running fully updated Stretch. I am tring to complie a driver for Ralink 5370 USB WiFi dongle. When I do make I get the following error:
Code: Select allmake[1]: Entering directory '/lib/modules/4.2.0-1-686-pae/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/4.2.0-1-686-pae/build'
Makefile:356: recipe for target 'LINUX' failed
I have installed build-essentials, linux-headers and linux sources. What I have to install to complete this compile?
View 3 Replies
View Related
Feb 13, 2011
Has someone tried to build and install wine in squeeze? I tried follow different manuals (e.g. [URL].. but always run into lots of warnings, missing packages and abortion of make. No wonder, squeeze seem to be pretty different from lenny.
I installed the binary wine, but that does not help in my case. There is a kind of bug in code for the mouse that can be fixed only by applying a patch. So anyone want to build wine and write down all the actions?
View 14 Replies
View Related
Mar 30, 2011
Building Wine-1.3.16 for Squeeze from Source: Since there isn't a good version of Wine in the repositories, I decided to build my own from source. Here it is. read everything. I DID NOT have Wine previously installed. If you do, you'll have to remove it FIRST.
[code]...
With all the dependencies installed you can begin building Wine. From the terminal:
[code]...
View 13 Replies
View Related