Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Installation problem in Ubuntu Post 302789073 by hanson44 on Wednesday 3rd of April 2013 03:43:17 AM
Old 04-03-2013
It says some directory and some user already exist, so exiting. I would try getting rid of the directory and the user, try apt-get remove, apt-get install again.

I confess I have never used a linux desktop program. Smilie I'm just a command line user. I tried installing software-center here on my ubuntu 12.10 system. apt-get install software-center. It went on a long time. Gosh, it installed a lot of stuff. Anyway, it went to completion. So it "oughta" work there. Here's the tail end, with one line I wrapped by hand to fit better on this forum:
Code:
Setting up software-properties-common (0.92.9) ...
Setting up python3-aptdaemon.gtk3widgets (0.45+bzr861-0ubuntu9.1.2) ...
Setting up libcanberra-gtk3-module:i386 (0.29-0ubuntu2) ...
Setting up python3-aptdaemon.pkcompat (0.45+bzr861-0ubuntu9.1.2) ...
Setting up sessioninstaller (0.20+bzr131-0ubuntu2) ...
update-alternatives: using /usr/bin/gst-install to provide 
  /usr/bin/gstreamer-codec-install (gstreamer-codec-install) in auto mode
Processing triggers for ureadahead ...
Setting up ubuntu-drivers-common (1:0.2.71.1) ...
Processing triggers for ureadahead ...
Setting up software-properties-gtk (0.92.9) ...
Setting up humanity-icon-theme (0.6.1) ...
Setting up gnome-icon-theme (3.6.0-0ubuntu2) ...
Setting up software-center (5.4.1.4) ...
Updating software catalog...this may take a moment.
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
Software catalog update was successful.
Setting up ubuntu-release-upgrader-gtk (1:0.190.6) ...
Setting up update-notifier (0.126) ...
Setting up update-manager (1:0.174.4) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

Not sure what else to suggest, except try deleting or changing whatever it's complaining about. Normally, apt-get is very good, as you probably know. But I guess every now and then it can get confused.

But I can see how it might be nice to have a GUI front end. But if it just won't go, you might try aptitude. It's a kind of text-based interface for browsing through packages and installing them. I don't use it. I normally just look around the debian package lists to find something I might want.
 

10 More Discussions You Might Find Interesting

1. Solaris

Solaris installation with Ubuntu and XP there..

Hi, i have for this moment Ubuntu 8.04 and XP SP2 and of course the grub loader for starting them. I donwloaded Solaris 10.5 and intend to install it but i want to know if it will rewrite the grub loader i use now (and if, it will detect all OS?) or just append the new Solaris - any case would be... (11 Replies)
Discussion started by: Cosmin B
11 Replies

2. Ubuntu

Sybase Installation on Ubuntu

Hi, Can any one please suggest me which version of Sybase 15.x I need to dowload for installing on my laptop(Dell Inspiron 1525) having Ubuntu8.1? Thanks & Regards, Siba Sankar Nayak (0 Replies)
Discussion started by: siba.s.nayak
0 Replies

3. Ubuntu

Installation issue while installing ubuntu

Hi All As i m trying to install ubuntu on my virtual PC where h/w confg is as 5GB didk n 512 mb RAm. after selecting mode option, and after pressing F6 after that screen shows some msg. And not goes to next step. What is the problem n wht i shall do?? Please provide me solution (3 Replies)
Discussion started by: sunray
3 Replies

4. Ubuntu

Globus 5.0.0 installation error in ubuntu 9.1

I am installing globus toolkit 5 on ubuntu, i am getting error regarding openssl build. Unable to build Openssl. I am giving the whole installer.log file below. globus@naveen-laptop:~/gt4.0.6-all-source-installer$ make | tee istaller.log /usr/local/globus//sbin/gpt-build ... (0 Replies)
Discussion started by: naveencse
0 Replies

5. Solaris

Open Solaris Installation on XP and Ubuntu

I have installed windows XP and Ubuntu 8.10 in my PC. Now I need to install Solaris 10. I have planned to install it in a separate partition. I don't know whether the installation affect my existing OSs anyway (such as deleting the current GRUB loader). I would be very greateful if anyone reply. (0 Replies)
Discussion started by: Virtual-Friend
0 Replies

6. UNIX for Dummies Questions & Answers

Help with Ubuntu server 12.04 installation

hello, i have been try installing Ubuntu server 12.04 and receiving a message: no network interface card detected. can someone help me to locate where my interface card is (1 Reply)
Discussion started by: naghazky
1 Replies

7. Web Development

PHP installation on Ubuntu 12.04

Dear all I am new to php, I have already running tomcat web server on port 80, following are the details of tomcat /usr/local/www/html/TOMCAT_DEMO/tomcat whether it is possible to install and configure php without using sudo apt-get install php5 ??? please someone guide me to start php (1 Reply)
Discussion started by: Akshay Hegde
1 Replies

8. Ubuntu

Installation??? How to install Ubuntu on windows 7

guys tell me steps to install ubunto of linux kali over windows 7 (0 Replies)
Discussion started by: Roshan4u
0 Replies

9. Ubuntu

Problems with Ubuntu installation

I recently bought a new HP Spectre x360 laptop and installed Linux (Ubuntu 16.04 LTS 64 bit) for the first time. I am seeing various bugs. I don't know if the problems are due to: (a) Hardware problems with the new laptop. (b) Software issues, i.e. Ubuntu not working with the other... (1 Reply)
Discussion started by: twelth_hour
1 Replies

10. UNIX for Beginners Questions & Answers

Bugs in my new Ubuntu installation

I recently bought a new HP Spectre x360 laptop and installed Linux (Ubuntu 16.04 LTS 64 bit) for the first time. I am seeing various bugs. I don't know if the problems are due to: (a) Hardware problems with the new laptop. (b) Software issues, i.e. Ubuntu not working with the other... (7 Replies)
Discussion started by: twelth_hour
7 Replies
DEBCONF-APT-PROGRESS(1) 					      Debconf						   DEBCONF-APT-PROGRESS(1)

NAME
debconf-apt-progress - install packages using debconf to display a progress bar SYNOPSIS
debconf-apt-progress [--] command [args ...] debconf-apt-progress --config debconf-apt-progress --start debconf-apt-progress --from waypoint --to waypoint [--] command [args ...] debconf-apt-progress --stop DESCRIPTION
debconf-apt-progress installs packages using debconf to display a progress bar. The given command should be any command-line apt frontend; specifically, it must send progress information to the file descriptor selected by the "APT::Status-Fd" configuration option, and must keep the file descriptors nominated by the "APT::Keep-Fds" configuration option open when invoking debconf (directly or indirectly), as those file descriptors will be used for the debconf passthrough protocol. The arguments to the command you supply should generally include -y (for apt-get or aptitude) or similar to avoid the apt frontend prompting for input. debconf-apt-progress cannot do this itself because the appropriate argument may differ between apt frontends. The --start, --stop, --from, and --to options may be used to create a progress bar with multiple segments for different stages of installation, provided that the caller is a debconf confmodule. The caller may also interact with the progress bar itself using the debconf protocol if it so desires. debconf locks its config database when it starts up, which makes it unfortunately inconvenient to have one instance of debconf displaying the progress bar and another passing through questions from packages being installed. If you're using a multiple-segment progress bar, you'll need to eval the output of the --config option before starting the debconf frontend to work around this. See "EXAMPLES" in the EXAMPLES section below. OPTIONS
--config Print environment variables necessary to start up a progress bar frontend. --start Start up a progress bar, running from 0 to 100 by default. Use --from and --to to use other endpoints. --from waypoint If used with --start, make the progress bar begin at waypoint rather than 0. Otherwise, install packages with their progress bar beginning at this "waypoint". Must be used with --to. --to waypoint If used with --start, make the progress bar end at waypoint rather than 100. Otherwise, install packages with their progress bar ending at this "waypoint". Must be used with --from. --stop Stop a running progress bar. --no-progress Avoid starting, stopping, or stepping the progress bar. Progress messages from apt, media change events, and debconf questions will still be passed through to debconf. --dlwaypoint percentage Specify what percent of the progress bar to use for downloading packages. The remainder will be used for installing packages. The default is to use 15% for downloading and the remaining 85% for installing. --logfile file Send the normal output from apt to the given file. --logstderr Send the normal output from apt to stderr. If you supply neither --logfile nor --logstderr, the normal output from apt will be discarded. -- Terminate options. Since you will normally need to give at least the -y argument to the command being run, you will usually need to use -- to prevent that being interpreted as an option to debconf-apt-progress itself. EXAMPLES
Install the GNOME desktop and an X window system development environment within a progress bar: debconf-apt-progress -- aptitude -y install gnome x-window-system-dev Install the GNOME, KDE, and XFCE desktops within a single progress bar, allocating 45% of the progress bar for each of GNOME and KDE and the remaining 10% for XFCE: #! /bin/sh set -e case $1 in '') eval "$(debconf-apt-progress --config)" "$0" debconf ;; debconf) . /usr/share/debconf/confmodule debconf-apt-progress --start debconf-apt-progress --from 0 --to 45 -- apt-get -y install gnome debconf-apt-progress --from 45 --to 90 -- apt-get -y install kde debconf-apt-progress --from 90 --to 100 -- apt-get -y install xfce4 debconf-apt-progress --stop ;; esac RETURN CODE
The exit code of the specified command is returned, unless the user hit the cancel button on the progress bar. If the cancel button was hit, a value of 30 is returned. To avoid ambiguity, if the command returned 30, a value of 3 will be returned. AUTHORS
Colin Watson <cjwatson@debian.org> Joey Hess <joeyh@debian.org> 2011-06-22 DEBCONF-APT-PROGRESS(1)
All times are GMT -4. The time now is 01:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy