Tagged Questions
0
votes
1answer
20 views
Is there a clang-snapshot?
I've just discovered the wonderful gcc-snapshot package for Ubuntu. I don't see a clang-snapshot or llvm-snapshot package though. Is there an equivalent for clang?
2
votes
2answers
43 views
Finding yum equivalents of apt repositories?
I have code to setup an Ubuntu server that relies on apt-get. It has lots of packages as documented on our project wiki, for example these: development environment and the ruby dependencies.
However, ...
2
votes
0answers
31 views
What does apt need to be healed of a bad setup?
I made a couple of earlier posts regarding a libssl-dev that, it seemed, was not removable. Some of the replies touched on that there was a problem with apt, and now that someone posted the command to ...
1
vote
1answer
40 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
114 views
How do I update my Debian kernel?
Essentially I have an Ubuntu laptop and a board running Debian. I have installed the same kernel module and a utility for managing it on each, using aptitude.
Unfortunately, the versions of the ...
3
votes
2answers
52 views
Get diff changes between original files installed with apt and current files
I installed php5-fpm package using apt; then I made some changes to the PHP configuration files.
Now I would get the diffs between the original files versions (the ones of the package installed) and ...
1
vote
0answers
42 views
Weird issue with unmet dependencies when cloning package states from earlier installation on same machine
I've been doing the usual routine of saving the package selections and also marking the packages as auto or manual as outlined in the question and answer here: Restoring all data from backup of dpkg ...
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
105 views
I can't install Mono because something's wrong with the kernel (I think)
$ sudo apt-get install mono-runtime
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The ...
1
vote
2answers
99 views
dpkg sees them, but apt-get can't remove them?
(similar to the question Uninstalling default VBoxGuestAdditions on Debian but a Ubuntu install, and the solution there isn't working for me?)
and really the issue seems to be with dpkg/apt-get not ...
1
vote
2answers
48 views
The dependency isn't installed
I'm testing my .deb package and cannot find out why it doesn't install the dependencies:
The control file's Depends line is:
Depends: zend-grid-module, postgresql-8.4, ${shlibs:Depends}, ...
1
vote
2answers
42 views
How to stop apt from uninstalling the packages while updating
I using apt in terminal to install an update.
When i used apt-get -f install it showed
0 upgraded, 7 newly installed, 428 to remove and 3 not upgraded.
4 not fully installed or removed.
Need to get ...
1
vote
1answer
118 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 ...
1
vote
2answers
133 views
Having Latest Versions of all Apps in Ubuntu 12.10
As we all know that Arch Linux repository is updated with all the latest releases of all the softwares. But in Ubuntu, The repo is not updated that often resulting in user using the older versions of ...
2
votes
1answer
94 views
Adding repositories with “./” [closed]
I'm trying to add this unoficcial repository to my Ubuntu 12.04 machine (32 bits), in order to install a software called SLTV. According to the official site, the following lines should be used:
deb ...
1
vote
1answer
148 views
Ubuntu Could not purge package
I've tried to install oracle-java7-installer package from custom repository onto Ubuntu 12. It was failed during executing some post-installation script.
So. I want just to rollback it and proceed ...
0
votes
1answer
258 views
Related to apt-get update command
I am using Ubuntu12.04 and I installed lots of pkg.
I want to update only one specific pkg.
I tried using
$apt-get update pkgname
E: The update command takes no arguments
so then I tried
...
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 ...
3
votes
1answer
466 views
Can I upgrade to a new version of Python on an old version of Ubuntu?
I have Ubuntu 8.04.3 LTS and ran this:
$ sudo apt-get install python2.7
I got this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find ...
1
vote
3answers
2k views
The command to upgrade to a new kernel from Ubuntu repositories
In the distro I'm most familiar with -- ALTLinux, a command like apt-get install kernel-image-std-def#3.0.... would install another kernel, and update the initramfs and the bootloader config ...
6
votes
2answers
110 views
Removed apt-get from Ubuntu
Well my fingers did manage to do sudo apt-get remove libstdc++6 and write, yes. That removed alot of system files. Is there any way to bring it up working again? I have connected to terminal, and wget ...
4
votes
3answers
443 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 ...
6
votes
3answers
686 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 ...
2
votes
2answers
3k views
How can I update to a newer version of Git using apt-get?
I've just set up a new machine with Ubuntu Oneiric 11.10 and then run
apt-get update
apt-get upgrade
apt-get install git
Now if I run git --version it tells me I have git version 1.7.5.4 but on my ...
1
vote
1answer
340 views
How and where to install a headers only library?
I like to install gource which requires libglm-dev installed on the system. I am using Ubuntu 10.10. Maverick. The newest sources of the headers only library I found is not available for apt-get. ...
4
votes
2answers
112 views
Reinstall versions of software not found in repositories
I recently installed the utouch-daily PPA, and it's given me some problems.
How can I revert to the packages available in the default repository? I've removed the repository from ...
5
votes
2answers
957 views
Restore /etc/ configuration files from the default
Is there a way to replace /etc configuration files from a package, overwriting my local changes? I've tried apt-get install --reinstall mypackage but it doesn't update the files.
How can I do this?
3
votes
1answer
4k views
How can I completely reinstall mysql?
I had to reboot in the middle of a large data import. I only have one mysql database, which has now been corrupted.
How can I completely remove mysql and reinstall it? I've tried apt-get purge ...
4
votes
6answers
3k views
Can I use `apt-get` to upgrade to the latest version of Nagios?
At the time of this writing the latest version of Nagios is 3.3.1. I am running Ubuntu 10.04 and have used apt-get update; apt-get install nagios3 to end up with version 3.2.0.
I know there are a lot ...
2
votes
1answer
279 views
How can I regenerate the default '/etc/' config files?
I've removed nagios3 with apt-get remove nagios3 and then removed the files in by using the command sudo rm -R /etc/nagios*
Now when I run apt-get install nagios3 the config files (/etc/nagios3/*) ...
0
votes
1answer
972 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 ...
3
votes
2answers
1k views
How to make apt-get accept new config files in an unattended install of debian from Repo
I am writing a script for a unattended install of a package that is in our repo, it is a software package with one of Debian's marked config files.
Is there any option that I can pass to ...
3
votes
2answers
620 views
How to manually insert a repository in source.list?
I tried to add a new APT repository using this command:
add-apt-repository ppa:atareao/atareao
but I got a "command not found" error. I tried installing python-software-properties, but it's already ...
1
vote
2answers
2k views
“apt-get -f install” Fails Due to “dpkg” Error Code:
When I run apt-get -f install, I get the following abnormal output:
Setting up cups (1.5.0-8) ...
start: Job failed to start
invoke-rc.d: initscript cups, action "start" failed.
dpkg: error ...
2
votes
1answer
2k views
apt-get prompts for CDs when installing packages, how do I make it stop?
I used ubuntu linux before, and I installed debian OS on my labtop using DVDs that I burned. But when I'm trying to use apt-get to install software, the system always asks me to insert disk to ...
1
vote
1answer
528 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 ...
3
votes
1answer
329 views
Installing KDE on Ubuntu Natty from cdrom
Currently I have Ubuntu 11.04 - Natty, with Unity as the default environment; but I just want to install KDE along-side it, and I don't have perfect bandwidth. So I took Kubuntu 11.04 cdrom from my ...
2
votes
1answer
106 views
Link a dependency in Synaptic to the one already installed from source
I want to install SVN version of Quantum GIS and already I have a SVN version of GRASS GIS. As instructed in QGIS Wiki here, I added the qgis repository to my sources.list file. Now I am able to see ...
0
votes
1answer
270 views
Error installing gmrun via apt-get
$ sudo apt-get install gmrun
Reading package lists... Done
Building dependency tree
Reading state information... Done
gmrun is already the newest version.
0 upgraded, 0 newly installed, 0 to ...
2
votes
1answer
696 views
Install MySQL from Bash Script
I'm coding a bash script to automate the process of deploying VPS servers but I'm having some trouble while trying to install MySQL from either aptitude/apt-get or yum, this is what I have so far:
if ...
4
votes
3answers
542 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
533 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 ...
5
votes
1answer
4k views
apt-get doesn't stop on Ctrl-c, what to do?
Occasionally I have connection problem with apt-get (typically because I use it behind a proxy and try to install/upgrade flash). I have been trying sending Ctrlc but it would not stop. I thought it ...
1
vote
1answer
392 views
How to unpack libc6 source on Hardy using debian/rules?
How do I unpack the libc6 source code on Hardy without building everything?
I run
apt-get source libc6
and I get
$ ls -1d glibc-2.7/*
glibc-2.7/debian
glibc-2.7/glibc-2.7.tar.bz2
...
3
votes
3answers
214 views
What is the preferred way to install new versions of software?
I have installed Ubuntu Server 10.10 and now I want to install some software like PostgreSQL, Nginx and PHP. But what is the preferred way to get the latest stable version of the software?
E.g I ...
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 ...
9
votes
2answers
796 views
Is it possible to simulate installation of Debian packages, still marking them installed?
Here's what I would like. Start with a virtual system with no installed packages. Then I invoke a tool similar to apt-get to ask it to compute the dependencies and mark all the packages that would be ...