Tagged Questions
1
vote
1answer
33 views
Replacing Multiple Debian Packages from Compiled Source
I've had to download and install a version of a library from its source code repository. The problem is is that other packages from the Kubuntu package manager require this library to be installed. ...
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 ...
2
votes
2answers
69 views
Install the same 64-bit packages as a 32-bit Xubuntu installation
I have been using a virtual machine (Xubuntu 12.10, with VMWare on a windows host) for all my programming work, which I am trying to transition from a 32-bit install to a 64-bit install. I am hoping ...
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
2answers
58 views
How to delete a library which is not visible for package manager?
Long time ago I've installed matplotlib which I need to remove. I did it from the source, so if I go to synaptic manager (I use ubuntu) then I don't see matplotlib installed. But I found ...
0
votes
0answers
143 views
Error when trying to install valgrind on Ubuntu 10.04
Having trouble tracking down a solution to the following problem. I am running Ubuntu 10.04.
~$ apt-get install valgrind
Reading package lists... Done
Reading state information... Done
Some ...
1
vote
1answer
620 views
Can one install an armel Ubuntu package on armhf Ubuntu system?
My particular concern is about installing "coq" in Ubuntu 12.04 for Toshiba AC100 (armhf distro), which hasn't been built successfully for armhf, but is available for armel -- ...
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 ...
2
votes
2answers
259 views
How to enable vim addon packages?
I have installed vim-nox as well as vim-latexsuite and vim-outliner on Ubuntu 12.10. There's nothing wrong with Vim but neither of the add-on packages does anything. What do I have to do to in order ...
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 ...
5
votes
3answers
180 views
Effect of compiling from source on already installed applications
I use Ubuntu 12.04. Say I have installed package x from the repository (with all its dependencies) at version 1.7 but I need some functionality that is only available in version 1.8, so I download the ...
0
votes
2answers
103 views
Determining Dependencies and Installing from Directory
I have a directory with all Dependencies in .deb format.
But there are lots of them. I need only those that i need for gimp.
biggenius@hacbook:~/Desktop/rocks/packages$ dpkg-deb -I ...
4
votes
3answers
439 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 ...
-4
votes
2answers
2k views
How to install/uninstall .deb packages?
.deb is the extension of the Debian software package format and the most often used name for such binary packages. Debian packages are also used in distributions based on Debian, such as Ubuntu and ...
6
votes
3answers
677 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 ...
0
votes
2answers
383 views
Do I have duplicate packages?
I'm on linux mint 12, when i run sudo apt-get update i see:
W: Duplicate sources.list entry http://www.duinsoft.nl/pkg/ debs/all i386 Packages
...
0
votes
1answer
314 views
GUI not working in Ubuntu 11.04 after removing some packages
I accidentally removed i32-libs using the following command
sudo apt-get remove ia32-libs
Now the GUI is not working properly: when I login, it just shows me a small terminal on one side of ...
2
votes
1answer
87 views
How close is cdebconf able to serve as a drop-in replacement for debconf?
Most of the internet information around cdebconf is circa 06`, or I was just unable to find its location. Please mention if recent documentation, or FAQ, is available.
Is cdebconf able to serve as ...
3
votes
1answer
2k views
install firefox in ubuntu-server edition
I have ubuntu server edition installed and I want to install firefox inside it , I don't want full ubuntu-desktop package just a minimal setup which would let me run firefox inside ubuntu-server 10.04 ...
5
votes
2answers
743 views
Launchpad equivalent for Debian
I am thinking of switching to Debian (Squeeze) from Ubuntu (10.10). But these questions have been bugging me:
Is there a Launchpad equivalent repository for Debian? I am not able compile packages ...
4
votes
1answer
244 views
Should I use http or ftp links in apt sources.list
Should I use http or ftp links in /etc/apt/sources.list? What I mean is is using something like,
deb ftp://ftp.debian.org/debian/ squeeze main contrib non-free
deb-src ftp://ftp.debian.org/debian/ ...
2
votes
2answers
711 views
Update phpmyadmin manually when installed as an package
Is it possible to manually update phpMyAdmin when I installed it as a package?
The current version in Ubuntus package list is 3.4.5deb1 but I want to upgrade to 3.4.8
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 ...
4
votes
3answers
577 views
The package containing shutdown command
Which Debian or Ubuntu package has the /sbin/shutdown command in it? I want to read the source of that command (and possibly modify it to report notification on desktop) and I didn't know which ...
1
vote
1answer
521 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 ...
1
vote
1answer
1k views
Install MySQL workbench on ubuntu
I am using Ubuntu 9.10 - the Karmic Koala - released in October 2009
I downloaded mysql-workbench-gpl-5.2.33b-1ubu1004-i386.deb from here
But when I run this package it show me following error:
...
2
votes
3answers
2k views
How do I install mono's System.Windows.Forms on Ubuntu?
I haven't found any concise explanation of this.
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!
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 ...
9
votes
6answers
3k views
Ubuntu list explicitly installed packages
In Gentoo there is the file /var/lib/portage/world that contains packages that I explicitly installed. By explicit I mean, packages that I choose, not including anything installed by default, or ...
2
votes
3answers
197 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 ...