Tagged Questions
The apt-get tag has no wiki summary.
10
votes
3answers
2k views
Running apt-get on EC2 without coughing up for a bunch of bandwidth charges
I'm running Ubuntu on EC2 (using the alestic community AMI) and on startup my new instances use up a bunch of bandwidth running apt-get upgrade etc. Bandwidth between EC2 instances is free... anyone ...
9
votes
1answer
3k views
easy_install PIL fails
I am trying to setup a dev environment on a new laptop, I am trying sudo easy_install PIL after seting up setuptools and python etc, I get this error. Setup script exited with error: command 'gcc' ...
5
votes
2answers
86 views
Apt-get documentation and cows. Whats is this all about? [closed]
I was installing things in my new Ubuntu (11.10) using the terminal with apt-get command. In the middle of my tasks I took a look at apt-get documentation to see what -y means:
$ sudo apt-get --help
...
5
votes
8answers
513 views
linux, directories, where should stuff go
I'm currently trying to get to grips with using linux.
I'm running mint linux (an ubuntu variant).
When I install something using apt-get, files seem to get scattered across various system ...
4
votes
3answers
2k views
RVM finding system gems' executables
I have installed RVM along with ruby versions. However if I fire up the console and run the command rails server, bundle install, etc. I get this error
bash: /usr/bin/rails: /usr/bin/ruby1.8: bad ...
4
votes
1answer
210 views
apt-get error kills my bash function
I'm trying to write a simple function for my .bashrc, to simplify a common issue I have:
$ sudo apt-get install nltk
Reading package lists... Done
Building dependency tree
Reading state ...
4
votes
0answers
175 views
Zsh Package Suggestion
I've just migrated to Zsh from Bash, but I have a bit of a problem in it. In bash on an Ubuntu system, when I type the name of a command which does not exist, Bash searches the apt database for a ...
4
votes
3answers
5k views
How to thoroughly purge and reinstall postgresql on ubuntu?
Somehow I've managed to completely bugger the install of postgresql on Ubuntu karmic. I want to start over from scratch, but when I "purge" the package with apt-get it still leaves traces behind such ...
3
votes
2answers
90 views
Easy way to host a debian update repository
I have a project where I create a single .deb file, which sould be installed by a linux client. For this I would like to use apt-get install mypackage.
Being quite new to this area, I am now looking ...
3
votes
6answers
923 views
Benefit of installing Django from .deb versus .tar.gz?
I'm starting Django development, and I can either install it from the .deb using
$ apt-get install python-django
on my Ubuntu machine, or I can download the .tar.gz from djangoproject.com, and ...
3
votes
2answers
2k views
why download only for apt-get cron job
I'm putting a crontab job for updating with apt-get once a day (running Debian Lenny, there are updates almost daily). But almost all examples i've seen of this cron job invoke the -d flag.
This ...
2
votes
2answers
44 views
How secure is `apt-get install` when `sudo` access given (via `sudoers` file)
If I have a dozen users on my linux machine (Ubuntu 11.10), what are the security concerns of giving each of them sudo access of apt-get install.
I want my users to be able to install and use ...
2
votes
1answer
57 views
Cross compile when using apt-get
I am currently using Scratchbox2 for cross compiling. I can do ./configure, make install from my toolchain prompt:
[SB2 mapping-armv7 armv7]
Is there a way to cross compile while using apt-get ...
2
votes
2answers
67 views
how do i declare a non .deb binary dependency on a .deb package?
i'm creating a .deb package and i got to the point where i can express most of my dependencies. unfortunately, there are some dependencies left that currently don't have a .deb package (eg wdfs, or ...
2
votes
3answers
2k views
There is no apt-get install ruby1.9.2 yet on Linux?
The page http://www.ruby-lang.org/en/downloads/ only says 1.9.1 for Linux.
Right now I am using RVM to do an
rvm install 1.9.2
and it needs compilation. There is no apt-get install way to ...
2
votes
3answers
2k views
apt-get update, dist-upgrade, autoremove, autoclean in a single sudo command
My usual command for keeping the machine up to date is rather verbose, and it can result in more than one password prompt if any command takes a long time:
sudo apt-get update && sudo apt-get ...
2
votes
4answers
634 views
Winlibre - An Aptitude-Synaptic for Windows. Would that be useful?
Last year, in 2009 GSoC, I participated with an organization called Winlibre. The basic idea is having a project similar to Aptitude (or Apt-get) and a GUI like Synaptic but for Windows and just to ...
2
votes
2answers
724 views
Parsing output of apt-get install for progress bar
I'm working on a simple GUI Python script to do some simple tasks on a system. Some of that work involves apt-get install to install some packages.
While this is going on, I want to display a ...
2
votes
1answer
567 views
Just installed QtOpenGL but cannot import it (from Python)
I just installed it with apt-get on debian linux with
apt-get install libqt4-opengl
the rest of PyQt4 is available, but I cant get to this new module.
from PyQt4 import QtOpenGL
raises ...
2
votes
1answer
639 views
What does 4: mean in g++ apt-get install version string?
On EasyPeasy 1.1 (for mini notebooks) derived from Ubuntu I installed g++ using apt-get:
$ apt-get install g++
One of the lines displayed was:
Setting up g++ (4:4.3.1-1ubuntu2) ...
What the does ...
1
vote
4answers
99 views
Using “apt-get install xxx” inside Python script
currently I need to install some package using apt or rpm, according the OS.
I saw the lib "apt" to update or upgrade the system, but it is possible use it to install a single package?
I was trying ...
1
vote
1answer
198 views
Change Location of Apt-Get archive files ubuntu
I want to change the location of archive files which gets saved when I say sudo apt-get install <packageName>. By default they are getting saved in /var/cache/apt/archives.
1
vote
2answers
131 views
Difference in installing a package using pip and apt-get
I'm trying to deploy a Django site on an Ubuntu machine. I need to install Psycopg2 and PIL but it seems that I'm able to install them using either apt-get or using pip. Is there a difference in ...
1
vote
1answer
62 views
Installing and Using developement tools in Solaris
I'm completey new to Solaris, coming from a Linux background. I would like to know how can I install developement tools such as gcc, g++ etc... on Solaris and also any other program. Is there any ...
1
vote
3answers
199 views
Installing Ruby with RVM
I'm trying to install Ruby on Rails using RVM. I am following this guide
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
I have just installed RVM, and used rvm install 1.9.2, but when I ...
1
vote
2answers
177 views
Error while installing cassandra in Ubuntu
I am fallowing this tutorial; to install Cassandra on my Ubuntu Server: http://www.unixmen.com/linux-tutorials/960-install-nosql-cassandra-db-in-ubuntu-via-ppa-repository
Here is the command that is ...
1
vote
2answers
47 views
Finding source repository for any command
If I wanted to get the source for a particular command, for example, /sbin/shutdown. How would I go about finding which repo to add /etc/apt/sources.list and then how would I use apt to retrieve the ...
1
vote
2answers
157 views
C++ apt-get working on stdout of popen
This might sound like a stupid question, I am new to C++.
On debian I try to invoke apt-get install with popen. I need to parse the output of this programm. Unfortunately I am not able to read the ...
1
vote
1answer
1k views
On Ubuntu, how to install pygtk for python 2.7 through apt-get?
I'm using Ubuntu 10.10, which comes with Python 2.6. I would like to test a PyGTK app I'm writing with Python 2.7.
After installing the python2.7 package, if I try to run my app like this:
python2.7 ...
1
vote
1answer
127 views
Size of download in MacPorts
When i try to install a package through apt-get on linux, it shows me the total amount to be downloaded and the space that will be used after install. Is there a way to view this information while ...
1
vote
2answers
490 views
Ubuntu Equivalent of Yum's WhatProvides
Fedora's yum package management tool has a nice option called whatprovides, that let's you find what package has installed a specific binary or file. What is the equivalent command on Ubuntu?
For ...
1
vote
3answers
3k views
How do I download a package from apt-get without installing it? [closed]
I have a computer without NIC and I want to install some programs in it via USB memory, but how can I download a program from apt-get without installing it?
1
vote
2answers
857 views
Using local dependencies in pbuilder
I'm trying to build a series of packages using pbuilder. These packages depend on each other, so to facilitate that, I have a local repository, which I manage using reprepro. This local repository ...
1
vote
1answer
110 views
apt-cache search [emacs*+] doesnt find emacs in debian
I can't find the emacs package to install on debian. My /etc/apt/sources.list looks like:
I am using apt-cache search [emacs*+] . I get a list of packages which depend on emacs, but not emacs ...
1
vote
0answers
169 views
Install a deb inside a chroot
I have (or soon will have) a puppet script that installs a number of packages via apt-get. I need them to be accessible from inside a chroot. Is there an easy way to set that up?
My first thought is ...
1
vote
3answers
232 views
Packages, Ubuntu counterparts of Gentoo's useful commands
Trying to learn how to work with packages in Ubuntu (and have Gentoo experience). This command is already known:
(1) sudo apt-get install pkgname
Looking for counterparts of these:
(2) emerge -s ...
1
vote
3answers
1k views
python apt-get list upgrades
How can I get a list of upgrade packages available and write it to file using python?
When I run apt-get upgrade > output
it works in bash. I think I have to send the trap signal (Ctrl+C) in the ...
1
vote
2answers
360 views
Using Debian tools for building g++
I would like to rebuild g++ with my own specific settings.
Here is what I did so far:
sudo aptitude install build-dep g++-4.2
mkdir trial && cd trial
apt-get source g++-4.2
Now I want to ...
1
vote
3answers
264 views
Does rubygems work on Ubuntu?
This blog post of December 2008 says that rubygems is broken on Debian-based systems.
Does rubygems work cleanly on Ubuntu (for both 1.8 and 1.9)?
1
vote
2answers
763 views
libapache2-svn, matching version with Subversion 1.6.1
I'm installing subversion on an Xubuntu desktop system with apache2 installed and running fine. However, I wanted to use Subversion 1.6 because of the sparse directory feature. I'm running Jaunty, but ...
0
votes
1answer
55 views
Chef isn't running the apt (apt-get update) recipe. Apt returns 100
Running Ubuntu 11.04 on vagrant, mac os x 10.7.2. Running chef server.
Trying to install the postgresql community chef recipe, I get the following error, even though my base role looks something like ...
0
votes
1answer
222 views
Installing OpenJDK-7 in Xubuntu Using apt-get
I am pulling my hair out trying to install openjdk-7 properly in Xubuntu using apt-get. It seems the version of java I get does not work with the version of javac. This is what I have in Xubuntu:
...
0
votes
0answers
15 views
apt-get scitools can not find the package
I need to install scsitools via apt-get
apt-get install scsitools
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package scsitools
is this due to repository issue?
...
0
votes
1answer
90 views
How can I change the apt-get install directory
The default install directory of apt-get is /opt.
Can I change it to another directory?
0
votes
1answer
46 views
libpopt installation via apt-get
I want to install libpopt-dev but get this error:
mahmood@mpc:~$ sudo apt-get install libpopt-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some ...
0
votes
0answers
26 views
how to make synaptic package manager fetch packages from local directory?
I have all the dependency libraries required for the installation of the restricted packages. but i don't have internet on my desktop. So is there any way i could use apt-get or synaptic package ...
0
votes
0answers
43 views
update php5 install
Good Day.
I'm running Debian php 5.2.6-1+lenny9. When I initially configured the server, I ran the apt-get with php5-mysql php5-gd, among other others.
Somehow I didn't install with php-curl and I ...
0
votes
1answer
144 views
apt-get boost fake package installed
I recently needed to update debian squeeze from boost 1.42 to 1.48. This involved removing the current boost 1.42 packages and installing from subversion the 1.48 packages.
Unfortunately this breaks ...
0
votes
0answers
42 views
managing dependencies on production servers, apt-get, yum etc
I'd like to get some opinions on using auto-dependency management on production servers, especially on clusters.
If you do an apt-get you don't have absolute control over the bits that you get over ...
0
votes
1answer
56 views
How to install shoes on cygwin?
This is a common problem, not only with shoes. Almost every installation for linux involves apt-get install or yum install. Using cygwin it's impossible to use those commands. What's the solution?