Debian Configuration :: Install Software Packages?
Aug 2, 2010How do I install software packages? I downloaded google chrome and I seem to be unable to install it. Can't find the appropriate program to open it with.
View 2 RepliesHow do I install software packages? I downloaded google chrome and I seem to be unable to install it. Can't find the appropriate program to open it with.
View 2 Repliesi did an install of squeeze without selecting anything during tasksel. after install i changed my sources to testing, updated, and did a dist-upgrade. i then installed xfce4 and xfce4 goodies. i noticed some of the xfce4 packages have the current state 'pa'. for example:
[Code]...
this makes me worry some things didn't install all the way, because if i did aptitude install xfce4-power-manager it would install it and leave make the current state 'i'.is there anyway to install all the packages labeled 'pi'?
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]...
I'm wondering, where can I get older .deb packages?I want to install Project Open - ERP, ITSM system on my Debian, but I need older postgresql-8.1 not the latest 8.3. Even that I'm suspecting compatibility issues.
View 1 Replies View RelatedI have Debian Lenny installed and I am using the KDE interface.How do I get to use tar.gz packages with the kpackage program? Anyone know hat else I have to install in order to make it work?
View 3 Replies View RelatedI 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 RelatedAfter what seems like a Long time trying off-shoots of Debian, I installed--and am still installing-- packages from the DEbian distribution. Is there an entry for the sources.list that would give me things that are Asus EEE-specific? Stuff like the evolution mailer and the touchpad controller? (I need to turn the touchpad off, e.g.).
View 12 Replies View RelatedI am trying to keep a stable system (after a date with the unstable version which broke everything ) but a package (namely deluge) is horribly out-of-date. It is better in the unstable packages.I read the official documentation with the preferences file, pinning and the rest of the apt zoo but after a few tests I am still there with my old deluge in my stable environment.(in reality I managed to upgrade deluge by swapping the sources.list file with one with only the unstable repositories -- but this is not a particularly clever approach)I would be very grateful if someone could give me the right content for the preferences file which would allow to keep the system at stable level, except for the deluge package which should be updated to the newest, bleeding edge version.
View 3 Replies View RelatedWhen trying to do a system update, I'm facing following error:
Code: Select allroot@machine: apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
libdevmapper1.02.1
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
[Code] ....
No such file or directory of an older and unused kernel? What's wrong with my system?
More about my machine, which runs Debian 6:
Code: Select allroot@machine: uname -a
Linux machine 2.6.32-5-686 #1 SMP Sat Jul 12 22:59:16 UTC 2014 i686 GNU/Linux
Code: Select allroot@machine: cat /etc/apt/sources.list
deb http://http.debian.net/debian/ squeeze main contrib non-free
deb-src http://http.debian.net/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb http://http.debian.net/debian squeeze-lts main contrib non-free
deb-src http://http.debian.net/debian squeeze-lts main contrib non-free
I use Jessie, with the Aptitude curses interface for package management. It seems that every time I successfully uninstall/purge a package (along with its dependencies), then the next time I try to install/uninstall anything else it wants to reinstall that package (and its dependencies). It takes several (I haven't counted) "don't install" instructions from me before it will forget about it.
View 3 Replies View RelatedSo, as per Arch Linux's wiki, I tried to make some optimisations to the intel driver through setting it up in Xorg.conf (or as advised by that wiki article, in '/etc/X11/xorg.conf.d/20-intel.conf' ), but I've ran into trouble enabling DRI3. Here's my current config file:
Code: Select allSection "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "SNA"
Option "DRI" "3"
Option "TearFree" "true"
EndSection
So far everything works fine, I haven't seen any noticeable tearing, nor did I had any problems with any graphics-intensive programs I run, but there's a slight problem with the DRI3 part as indicated by Xorg's logs:
Code: Select all[ 26.556] (II) Loading sub module "dri2"
[ 26.556] (II) LoadModule: "dri2"
[ 26.556] (II) Module "dri2" already built-in
[ 26.556] (==) Depth 24 pixmap format is 32 bpp
[ 26.616] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 26.616] (==) intel(0): Backing store enabled
[Code] ....
First of all it still mentions the DRI2 driver, is this supposed to happen, or did something go wrong? Also it complains that it cannot find a file, which I can't figure out which package it belongs to, and taking a quick search around the interwebs hasn't produced anything useful...
The IGP is the CPU, which is actually a i5-4460... which according to Wikipedia it has a HD Graphics 4600 GPU.
So I just installed Debian Lenny on my PC (the install went fine). After installing, I went into aptitude and noticed that most of the packages available in the repository are out of date (python 2.5, GCC 4.3). System Update tells me that I am up to date, and when I tell synaptic/aptitude to mark all updatable packages, it does nothing. I have tried typing apt-get update as root aswell. Nothing worked.
I installed Debian with the first DVD from [URL]. During the installation, I told it to download anything that wasn't on the DVD. Shortly after installing, I had manually edited my /etc/apt/sources.list and commented out the CD line. Could any of this have messed up APT?
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]....
I have a fresh Debian install, since this install was on a desktop, I had an internet connection and didn't notice (it was late, I was half asleep) I opted to download a whole load of packages I didn't really need. I thought all was doomed until I remembered that I have done another Debian install but a week ago on a laptop, which has a nice clean install without all the bloat.
So I ran dpkg --get-selections > selections
and had it sent to my new desktop installation.
Now if I run dpkg --set-selections < selections followed by dselect-upgrade nothing happens. I assume this is because the smaller list contains all the packages 'to be installed' which already are, and all the missing packages are not being purged. Do I need to explicitly add all the packages I want to purge to the 'selection' list or is there a better way of doing it?
I want to build my own binary package that replaces several from the repositories.But then whenever I install something that depends on libffado2, aptitude wants to uninstall mypkg and install libffado2. Why doesn't Provides work here?
View 3 Replies View RelatedIf I want to compile a kernel from source (from kernel.org), including all the drivers I need regardless of their origin, I would not need any firmware-*.deb packages, right? Do the firmware packages add anything that is not present in the latest kernel?
View 3 Replies View RelatedI had been doing some removal of packages, and things went well, or so I thought. Now whenever I try and install any package using aptitude, some old state is lingering around and wants me to install packages that I do not want, and remove some packages that I am not sure about removing (did I actually select those to be removed??) I removed libvirt etc, and now it wants to come back? Also, like I mentioned, why remove those other four packages?
The following NEW packages will be installed:
aqemu gtkrsync libvirt-doc libvirt0 python-libvirt qemu qemu-kvm qemu-system qemu-user qemu-utils virt-top virt-viewer virtinst
The following packages will be removed:
dnsmasq-base{u} netcat-openbsd{u} python-gtk-vnc{u} python-vte{u}
0 packages upgraded, 13 newly installed, 4 to remove and 176 not upgraded.
Need to get 2,210kB/24.3MB of archives. After unpacking 72.7MB will be used.
Do you want to continue? [Y/n/?] ^C
Running squeeze, and enjoying it so far, apart from a broken out of the box synergy (compiled my own synergy-plus to fix that issue) and a buggy samba client.
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 View RelatedVirtualBox 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 RelatedI have a computer with internet access with amd64 architecture running Debian stable (Lenny). I have another computer with NO internet access with i386 architecture running Debian stable (Lenny).I want to download some packages for the i386 computer using the amd64 computer. So far, the only way I can see to do this is to use dpkg-architecture to temporarily change to i386 on the internet computer, run aptitude with the download-only option to retrieve the packages I need with all suitable dependencies, then switch the internet computer back over to amd64.
I can't imagine I'm the only person who ever needed to do this, and yet I've had no luck finding any advice. The method I described seems rather awkward - is there a more elegant solution?
I apologize to the membership, I realize now the absurdity of this subject. Having now studied the online repository search functions closer, I see it appears packages are automatically retrieved with all necessary dependencies. As such, it is not necessary to use apt and its various functions to do the job.
Are the 1.3 Wine packages availible at [url] compatible with the Squeeze kernel? What about future updates to the packages there?
View 3 Replies View RelatedI need one help in Fedora 10. I've tried searching all over google and I've not found anything relevant to my problem. I installed Fedora 10 choosing only the basic set of packges. i.e. I uncheck 'Office and Prod' and 'Software Dev' during installation. I wanted to install the base packages and then wanted to install what I need later on. Now that everything is stable and working fine, I want to install the software dev and office package but I dont know how to do this. I am not finding any option to install packages from the DVD or such. Is there any config script that will install all the packages from those two sets. I dont want to install package one by one.
View 2 Replies View RelatedJust installed fedora 14 and do not have a printer config app. Im not sure what packages should be installed. I just came back to linux after years off. Lots different from redhat 6.
View 9 Replies View RelatedI have an Acer Aspire One, Model PAV70 that had Windows 7 Starter on it. I booted Ubuntu 10.10 from a USB HDD and then formatted the Acer drive with Ubuntu. I then started installing Ubuntu on the newly formatted HDD and got an error near the end of the install. It said, "apt configuration problem, an attempt to configure apt to install additional packages from the cd failed." After this happened the system locked up and I had to reboot. Now I get a black screen with a white blinking cursor. I can't get the system to recognize anything. What can I do?
CPU Type: Intel(R) Atom(TM) CPU N450
CPU Speed: 1.66GHz
System BIOS Version: V3.05(DDR2)
VGA BIOS Version: Intel V2001
After installing debian 5.0.4 basic from first dvd, I extracted all other dvd images to hard disk and pointed /etc/apt/sources.list point to all these directories.
after refreshing using synaptic package manager, I got list of all 20,000+ packages, and did a
"apt-get -y install ......(all 20,000 names)". It failed due to some conflicts. So I used "--force-yes -f " option as well.
It went on for nearly two days to install everything. (in between due to power failure, something was done half way and was able to login to KDE boot option and see lots of software installed.)
After complete install - it shows a startup screen of Debian EDu - but fails to boot up.
Is there a way to install all softwares + all XWindow systems simultaneously?
I am new to Debian and I am trying to apt to install some packages When trying to get tango-icon-theme it says: E: Package tango-icon-theme has no installation candidate And when trying to get arandr it says:
E: Couldn't find package arandr
What should I do to fix this?
After installation the Debian Squeeze when installing some packages the system asks for the installation debian CD. I wonder how i can change the configuration so that the system can install the packages without the CD?
View 4 Replies View RelatedI am tired of Microsoft Windows. So I am going to try Linux. I downloaded the ISO file and installed it. It did fine.My problem is I can't figure out how to install additional packages. Can someone tell me exactly what I need to type in to install packages from E: my CRDOM.Where can I download the complete GNOME DESKTOP package.Also, I am using Netzero Dial UP. Can you help me with this also.
View 4 Replies View RelatedFor about the last 24 hours I have been unable to install any packages with APT. A connection to ftp3.nrc.ca can never be established.
1) Is this a problem on my end, or is this mirror down?
2) Is there a way for me to (temporarily) change mirror?
Does Debian ship with Xen 4.0.1 installed? And if so what CD/DVD contains the packages?
View 1 Replies View Related