Tagged Questions
1
vote
1answer
39 views
How can I forcibly remove a package from Ubuntu by hand?
I posted this on ServerFault and got some helpful-looking questions, but no answer in terms of what can I do. What, on a low level, can I do to completely exorcise a package that is jamming aptitude ...
4
votes
1answer
46 views
How does APT deal with different programs with the same name?
I decided to finally learn vi and as I was doing that I realized that vi wasn't behaving as I expected. I learned from another post that this was because, on Ubuntu, vim-tiny is installed by default.
...
0
votes
1answer
54 views
apt-get update and package authentication
Sometimes when you try to apt-get install a program, you get a warning message about how some packages couldn't be authenticated.
Doing an apt-get update will sometimes fix the problem, but sometimes ...
2
votes
1answer
149 views
debian/knoppix sources.list
Knoppix is a Debian-based Linux live DVD.
I've liked the pre-installed packages in Knoppix so much, that I've installed it to disk. My question is about /etc/apt/sources.list.
In Knoppix, the ...
2
votes
4answers
69 views
Get package sources and repository link
Is there any way (dpkg, apt?) to get a package's sources and URL to repository, if available, in Debian ?
2
votes
1answer
130 views
Could not perform immediate configuration on 'libstdc++6' on Nexenta
My original goal was setup service-network-ssh on Nexenta Illumos. As a result of the command
apt-get install service-network-ssh
I got the following message
Reading package lists...
Building ...
3
votes
2answers
146 views
Debian: Is it possible/safe to install packages from an older version of the repository?
I'm currently running Debian testing (Wheezy) and am trying to get SCIM working. I want to install the scim-pinyin package, but there is no such package available in the testing repository, although ...
1
vote
1answer
117 views
Synchronize software packages between different Linux distributions
Is there any way to synchronize software packages between different Linux distributions? There are several software packages that I need to synchronize between a Linux Mint installation and an Ubuntu ...
4
votes
1answer
528 views
Automate installation of VirtualBox Guest Additions via command-line
How can I install VirtualBox Guest Additions from a Bash script, in a unattended way?
Whenever I run apt-get -y install dkms virtualbox-guest-dkms from the terminal I'm presented with a interactive ...
5
votes
1answer
571 views
apt-get -f install is stuck on “corrupted filesystem tarfile”
I am having issues with apt-get on my Raspberry Pi. This is the output when I try and install a package:
pi@raspberrypi ~ $ sudo apt-get -f install cowsay
Reading package lists... Done
Building ...
3
votes
0answers
30 views
Find packages not maintained in main repo? [duplicate]
Possible Duplicate:
listing packages in Debian, a la dpkg -l, but including the package origin/source
E.g. Ubuntu Server offers only security updates for software contained in the main ...
1
vote
4answers
85 views
Is really need Internet connection after installed all pkgs?
I know when you want to Install any new pkg then internet connection is required .right now I am using Ubuntu 12.04
I have Internet connection. using following command I installed one pkg.(e.g vlc ...
1
vote
2answers
153 views
Can I determine what changed in an upgraded package using apt or dpkg on Debian 6?
I just did an apt-get upgrade on my Debian 6 development server and noticed that a certain package named tinyproxy was upgraded. I have a particular interest in seeing precisely what changed in that ...
1
vote
2answers
403 views
uwsgi install in Debian 6 (Squeeze) wants to upgrade libc6 and initscripts
I'd like to install uwsgi on my Debian server. This package wants to upgrade some core packages:
libc6 from 2.11.3-3 (now, stable) -> 2.13-35
initscripts from 2.88dsf-13.1+squeeze1 (now, stable) -> ...
5
votes
3answers
424 views
Managing unofficial repositories on a Debian system
A few years ago I added this repository to my sources.list:
http://www.deb-multimedia.org/
because it contained packages like acroread or flash player, which were either missing or out of date in ...
13
votes
2answers
469 views
Why do package names contain version numbers?
While working with Ubuntu and other Debian-based distros, I've noticed that packages in the software repos often contain the major version number.
For example,
Apache: apache2
Tomcat: tomcat7
PHP: ...
3
votes
1answer
177 views
How does apt-get deal with multiple sources?
Let's say Ubuntu's repositories features a package.
I install that package using apt-get.
I then add an additional source (with add-apt-repository) that lists either a newer or older version of the ...
4
votes
3answers
442 views
Reset dselect selection before package installation
I was looking through the list of packages with dselect, but pressed Return twice by mistake, thereby making it confirm and quit the [S]elect option.
When I go to the [I]nstall option, it's now ...
4
votes
1answer
1k views
I cannot install new packages: “Could not get lock /var/lib/dpkg/lock”
I am new to Linux (installed Ubuntu for the first time yesterday), and have never dealt with any unix-based OS. I started using Linux for the sole purpose of collaborating code with my partners via ...
3
votes
3answers
263 views
What package managers do popular Unix Distributions Use?
I am creating a Script and I need to know what package manager each Popular Unix Distribution Uses (especially those distros that are commonly-used for Servers)...
I mean:
Debian uses apt-get
Fedora ...
6
votes
3answers
1k views
How to see package version without install?
I want to see the version of a package before I install it. How can I do this?
0
votes
1answer
170 views
pattern to install dependencies in linux
Different OSes have different standard way of installing package dependencies; in OS X, all library dependencies are copied in the App folder.
Windows application developers have both options; they ...
3
votes
3answers
143 views
Using the apt package manager refuse an update for a specific package
I am attempting to upgrade a few packages using the apt package manager. However there is a specific package in the list that I don't want to upgrade. In fact I don't want anyone to ever upgrade it. ...
3
votes
3answers
318 views
Why does installing python-minimal package also grab the python package on Debian?
From running:
apt-cache depends python2.6-minimal | grep Depends
and
apt-cache depends python2.6 | grep Depends
it looks like python2.6 depends on python2.6-minimal and a lot more.
However, ...
6
votes
3answers
681 views
In debian based systems, how do we purge configuration files of packages that have already been uninstalled?
To be more specific, I would like to do the equivalent of adding the --purge flag to the following command
sudo apt-get autoremove --purge [package name]
to packages that are no longer on the ...
4
votes
1answer
641 views
Why did adding the Debian testing repository create so many package dependencies?
I have Debian 6.0.4, and I'm running an outdated Geany text editor package. There's no newer version available in the current stable repository, so I added testing packages to sources.list:
#debian ...
3
votes
2answers
2k views
Fixing broken packages in a Debian testing distribution
I'm playing around with Linux Mint Debian Edition (LMDE) in a VirtualBox instance to try it out and see if it'd be good for a main operating system for me. I'm pretty competent with most system ...
5
votes
2answers
445 views
How do I find installed packages that have no install candidate?
I'd like to retrieve a list of installed packages that have no install candidate (e.g., because I removed an apt source file entry). How would I do that on Debian-based systems?
0
votes
1answer
969 views
I am trying to install Google Chrome on Linux Mint 7
It seems like Jaunty is not being maintained anymore. When trying to install the chrome package:
steven@steven-desktop ~/Desktop $ sudo dpkg -i google-chrome-stable_current_i386.deb
Selecting ...
7
votes
4answers
502 views
How can I reliably “hold” a package in Debian?
I have a package in Debian that has been manually patched (not ideal, I know) that I must hold at its current version so upgrades don't overwrite the patched changes (I will manually inspect and apply ...
2
votes
0answers
216 views
How can I prevent Apt-Get from autoremoving packages? [duplicate]
Possible Duplicate:
apt-get - autoremove wants to uninstall Gnome
I'm running Debian@ [edit: kernel] 3.0 with Gnome.
apt-get wants to autoremove dozens of packages. How can I prevent it ...
5
votes
3answers
1k views
apt-get equivalent of yum localinstall
When using Fedora I usually use yum localinstall as a way to install a rpm obtained outside the distribution repositories. I can't find an equivalent option in the apt-get man page. I'm running Ubuntu ...
5
votes
1answer
309 views
Conflict? dpkg, apt, apt-get, aptitude, and synaptic
So, I ssh into a (very) remote Ubuntu 10.4 server to do some admin and web dev+design. And I was looking through the various package manager options.
There's a lot.
The big ones are dpkg, apt, ...
2
votes
2answers
228 views
virtualenv type tool for apt-get?
Is there anyway or any popular tool that can allow me to create an isolated package environment for apt-get similar to what virtualenv does for pip and python packages?
1
vote
2answers
178 views
Prevent a package from being installed?
I installed Python 2.7 from source. A dependency of some packages is python. Is there a way I can prevent the install of a lesser version of Python, or let apt know it's already been fulfilled?
1
vote
1answer
522 views
What does deb-src mean in the sources.list?
I know I can download binary packages from repositories beginning with "deb", but what does deb-src do?
E.g.:
deb-src http://archive.ubuntu.com/ubuntu natty universe
in /etc/apt/sources.list in ...
12
votes
4answers
4k views
List packages by installation date
How can I list installed packages by installation date? I installed a lot of stuff to compile a certain piece of code, and I want to get a list of the required packages, which are the ones I installed ...
1
vote
1answer
741 views
Where can I find which packages are on each Debian Squeeze CD?
I just installed Debian Squeeze on my E1505. In order to get my wireless card working, I'm trying to install network-manager-gnome (I already installed firmware-iwlwifi)
My current question is, how ...
9
votes
2answers
9k views
What is Fedora's equivalent of 'apt-get purge'?
In Debian, there's at least two ways to delete a package:
apt-get remove pkgname
apt-get purge pkgname
The first preserves system-wide config files (i.e. those found in "/etc"), while the second ...
6
votes
1answer
3k views
How to install some packages from “unstable” Debian on a computer running “stable” Debian?
On a computer running "stable" Debian, when trying to install a package which is in the unstable list on the Debian web site using the "aptitude install /unstable" command, I get output similar to ...
4
votes
3answers
538 views
How to list currently not installed packages?
I'd like to output a list of all currently not installed packages (they are visible in Synaptic for example) using only shell commands. How do I do this?
Thanks!
36
votes
1answer
39k views
Check package version using apt-get/aptitude?
Before I install a package I'd like to know what version i would get. How do I check the version before installing using apt-get or aptitude on debian or ubuntu?
10
votes
2answers
2k views
What is yum equivalent of 'apt-get update'?
Debian's apt-get update fetches and updates the package index. Because I'm used to this way of doing things, I was surprised to find that yum update does all that and upgrades the system. This made ...
3
votes
1answer
439 views
jetty repositories for Debian lenny 5.0?
This is my current sources.list, and I wish to install libjetty-java, libjetty-extra-java, and jetty, in that order. However, the packages are not found, and I resorted to downlaoding the debs from ...
5
votes
2answers
532 views
What's up with this 'gnome' package?
I have recently grown tired of the way Rhythmbox starts up every time I plug in my MP3 player. I know I could simply disable this, but I've decided to uninstall Rhythmbox instead. It's such a ...
2
votes
3answers
198 views
Configuring a package that was downloaded using apt-get
I have to reconfigure PHP with some extra options but since I downloaded it on Ubuntu using apt-get I can't seem to find the source anywhere (php -i points the source to a tmp folder which no longer ...
70
votes
8answers
19k views
What is the real difference between “apt-get” and “aptitude”? (How about “wajig”?)
I know that both apt-get and aptitude are command line package management interfaces on Debian derived Linux, with different options, but I'm still somewhat confused. Under the hood, aren't they ...
