Ubuntu :: Programing Errors When Trying To Install / Remove Apps

Aug 10, 2011

I was messing around trying to be able to download minecraft to my computer (it's very confusing for Linux, and I know nothing about this system!) Now when I try to install apps in the Software Center I get this error:
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 961, in simulate
trans.unauthenticated = self._simulate_helper(trans)
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 1085, in _simulate_helper
return depends, self._cache.required_download,
File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 226, in required_download
pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate file for the sun-java6-jre package. This might mean you need to manually fix this package.

I've seen a solution that seemed to work for someone else but when I go into the Terminal and type in the commands it asks for my sudo password and I have no idea what that means/is because I never set any kind of password like that.

View 6 Replies


ADVERTISEMENT

Ubuntu :: When I Install Apps, It Tells Me To Use Apt-get Autoremove To Remove Unused Packages?

Oct 27, 2010

i'm using ubuntu 10.10.

1. why is it that when i add a ppa to the repository and then i type sudo apt-get update,it has an error for that ppa but i can still install it? deluge is the main one that does that.

2. when i install apps, it tells me to use apt-get autoremove to remove unused packages but i need some of them like java etc. how do i take some apps off of the autoremove list?

View 4 Replies View Related

Ubuntu :: How To Remove Those Little Dots Next To Gnome Panel Apps

Jul 29, 2010

How can i remove those little dots next to gnome panel apps? Is it an icon in the theme? Where would it be?

View 5 Replies View Related

Ubuntu :: Cannot Remove A PPA - Errors

Mar 7, 2011

Last night I attempted to install the PulseAudio Equalizer. It appears that i followed some old instructions, because the repository does not seem to exist.

Segment from sudo apt-get update:

Code:
Err http://ppa.launchpad.net maverick/main Sources
404 Not Found
Err http://ppa.launchpad.net maverick/main i386 Packages
404 Not Found
Fetched 4,923B in 1s (2,476B/s)

[Code]....

How do I remove this bunk PPA? It's blocking my ability to update my software, etc.

View 3 Replies View Related

Ubuntu Installation :: Updating Apps - Remove The Older Version

Jan 15, 2010

Using Synaptic and/or terminal is great and so easy, but i have noticed that applications are not always the latest versions that are in the repository ie cups for instance So if i wanted to download the latest app from a website, what is the best way to install, based on having an earlier version already installed. Is it better to just install over an older version or remove the older version, and then install the new version clean

If you remove and older version of an application first, what is the best method for doing this and removing any residual files etc that might be left on your system?

View 2 Replies View Related

General :: Like To Add And Remove Unused Or Needed Apps?

Jul 16, 2011

I haven't tried any random password patterns yet but I have tried knoppix because of a suggestion and it didn't work. I am useing knoppix as my OS not from CD or DVD. I would like to add and remove unused or needed apps. My linux language is week for the time being so I use the Software Center option from the Preferences option from the Main Menue.When I click on the remove icon a screen comes up asking for the Authentication Password and I don't have it, I as can not change the time on the desktop because it says that I am not the owner. How do I reset all the passwords and regain complete control of my system

View 4 Replies View Related

Ubuntu :: Getting Errors From Add / Remove Software?

Feb 21, 2010

I am having some trouble installing from both the now legacy "add/remove applications" and the ubuntu software center.

The add/remove applications gives me an error, The ubuntu software center, does not. It just stalls, and takes forever at doing, what I can imagine, nothing. It does however most of the times install what i am asking it to do.

What might cause this? I am having some trouble sometimes at connecting to repositories.

Oh yeah, ubuntu software center, just does not let me click install...

View 9 Replies View Related

Ubuntu :: Sudo Apt-get Remove Gnome Session Errors

May 30, 2011

This is the error I get when removing gnome-session:
alex@alex:~$ sudo apt-get remove gnome-session
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
ubuntu-desktop : Depends: gnome-session but it is not going to be installed
Recommends: banshee-extension-ubuntuonemusicstore but it is not going to be installed
Recommends: gnome-accessibility-themes but it is not going to be installed
Recommends: ubuntuone-client-gnome but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

And this is what happens when I do apt-get -f install:
alex@alex:~$ sudo apt-get -f install
[sudo] password for alex:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done

The following package was automatically installed and is no longer required:
xulrunner-2.0-mozjs
Use 'apt-get autoremove' to remove them.

The following extra packages will be installed:
gnome-session
Suggested packages:
desktop-base

The following packages will be upgraded:
gnome-session
1 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
Need to get 0 B/11.8 kB of archives.
After this operation, 8,192 B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 250821 files and directories currently installed.)
Preparing to replace gnome-session 3.0.1-0ubuntu1~build2 (using .../gnome-session_3.0.2-0ubuntu3~natty1_all.deb) ...
Unpacking replacement gnome-session ...
dpkg: error processing /var/cache/apt/archives/gnome-session_3.0.2-0ubuntu3~natty1_all.deb (--unpack):
trying to overwrite '/usr/share/xsessions/gnome-shell.desktop', which is also in package gnome-shell 3.0.1-0ubuntu1~build1
Errors were encountered while processing:
/var/cache/apt/archives/gnome-session_3.0.2-0ubuntu3~natty1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

View 9 Replies View Related

Server :: Remove A Path - Kill The Zombie Processes - Multipath Errors?

Apr 12, 2011

i want to remove a path, but is in use.. How can i kill the zombie processes?

[Code]....

I guess i was wrong deleting first the disks that formed the path, but now how could i kill those zombie processes without a reboot?

[Code]....

View 2 Replies View Related

Ubuntu :: Socket Programing Using TCP?

May 6, 2010

I need a code for a multi client and server

where a client need to login to server after a connection has been established if login is not sucessfull connection should be terminated I need it in c language

server asks client name and password if authenticated , a connection is established . and if client is new can also register its name

I have done it using files but its not working when asks for user name it searches a file with that username if a file is found and password with same as username it opens the username file check for the string if it matches with the string login is ok

View 1 Replies View Related

Ubuntu :: Shortcut Remove In "open With" Program Choose Apps Tu Run

Nov 17, 2010

I've installed M$ office with Playonlinux anh it produce alot of icon in menu and ...now the problems that i open files with run which application i choose in "Open with" menu so it have alot of app from wine apps created.How can i remove them. Firefox66

View 4 Replies View Related

Ubuntu :: Update Manager Error & Add/remove Apps Error

Mar 31, 2010

everytime i try to install the updates from the update manager i get this error message:

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, i have tried running the sudo dpkg --configure -a in the terminal but when it asks for the password the keyboard stops working so i cant type anything into the terminal. can anyone help me fix this? My other problem was when i try to run the Add/Remove Applications i can't ever install any of the software because it says its "waiting for other tasks" i'm not sure why its doing this either.

View 1 Replies View Related

Ubuntu Multimedia :: What I Get Is A Text File In Some Programing Language

Feb 7, 2010

The first is Mp3 which is no problem for Ubuntu. The second is WMP, also no problem. The third format is WMA, which uses an Overdrive Media Console designed to run in Windows. This has stumped me. I was hoping to run it in Wine, but the media console refuses to download into Ubuntu. Then I tried downloading the audio file straight into Ubuntu. What I get is a text file in some programing language, parts of which are in readable english describing the book and lines of code refering actual audio files(HTML tags?).So Can anybody tell me how to play WMA audio books in Ubuntu. The rest of the media is installed and works perfectly.

View 1 Replies View Related

Fedora Installation :: Can't Do Programing On F11 / Resolve This?

Sep 4, 2009

I installed Fedora 11, but i can't do programing
teh fedora seems not to include anything IDE for free like previous version

I can not search on installed desktop what software were included
it asks me to connect to the Internet to view the installers and install new things
I'd also like to compile latex to have a Qt IDE installed but none are there for me

View 8 Replies View Related

Red Hat / Fedora :: Runtime C From Bash Programing?

Jan 8, 2010

i am in the process of learning bash programming,i have a any problem,about call my own C language functions directly or runtime from bash shell?

[Code]...

View 1 Replies View Related

General :: Difference Between Shell And C Programing?

Jul 20, 2011

Difference between shell and c programing

View 4 Replies View Related

Programming :: Runtime C From Bash Programing ?

Jan 8, 2010

I am in the process of learning bash programming,i have a any problem,about call my own C language functions directly or runtime from bash shell?

example :

each functionCalltobash1 and functionCalltobash2 have many other function inside themself.

Is bash shell support invoked my C function?

View 2 Replies View Related

Debian :: Totally Remove "Evolution" Apps?

Jul 21, 2010

I want to get rid of all the evolution apps from my system since I do not use them at all. I just want to ask here before doing any harm in case there might be consequences.

View 3 Replies View Related

General :: Created On Making C Programing Lang?

Feb 11, 2011

problem created on making c programing lang.

View 1 Replies View Related

General :: Good Forums About System Programing?

Jan 9, 2011

Does somebody recommend some good forums about linux programing?

View 6 Replies View Related

General :: Case Statement In Shel Programing?

Mar 15, 2010

I am facing problem with the following script. Could you please look into this.echo 'Enter Staging number' case $STGNUM in

1)
for i in {'stg1-greg','stg1-marsha','stg1-peter','stg1-jan','stg2-greg','stg2-marsha','stg2-peter','stg2-jan'};do echo $i; ssh $i sudo -u dev /opt/usr/apps/workflow/stopwf.sh;done;

[code]....

View 2 Replies View Related

General :: Bash Script: Find, Grep If And Else Programing?

Oct 20, 2010

I am bussy with a litle bash script but i have now a problem.I have a file on the server with every time different text.Somewere in this text the is the following line:PHP Code:<BR><DIV CLASS='itemTotalsTitle'>2 Matching Service Entries Displayed</DIV> I want to make a bash script that replace this line when it says:"0 Matching Service Entries Displayed"To a other text like:"There a no knowing problem(s) on this moment."]If there is a other number than "0" than replace this line with:2 problems have been found on this moment, whe are bussy to fix this problem

View 3 Replies View Related

Ubuntu :: Hidden Mimized Apps \ Reach Apps That Minimized Them Self And Are Not Shown In The Top Menu?

Apr 30, 2011

Some minimized apps no longer appear in the top menu and by that are no longer accessible.For example firefox with the minimize addon or Jungel Disk backup service.How can I reach apps that minimized them self and are not shown in the top menu?

View 2 Replies View Related

General :: Udp Tcp Command Line Tool For Shell Script Programing

Feb 8, 2011

I am looking for a powerful command line tool to send and receive data via socket I mean define IP , port and data other options for command to send and receive data from sender.(like a high level socket programming)

View 4 Replies View Related

Ubuntu :: Install Apps Onto External HDD?

Apr 10, 2010

Is it possible to install applications onto external HDDs.I know it is possible in Windows, but is it also possible in Ubuntu (9.10)

View 2 Replies View Related

Ubuntu :: Script To Install Apps?

May 19, 2010

I have created a Bash script to install Ubuntu application that I commonly use. I did this since I need to install on multiple computer and using this script will make this easier for me. This script will need to be run as root. After creating the script it must be made executable by running

Code:
chmod +x /path/to/file
Code:

[code]....

View 5 Replies View Related

Ubuntu :: Can't Update Or Install Apps

May 19, 2011

I am having a problem that I cant update or install apps. I am using Natty under ubuntu classic and have tried these two posted fixes but they wont work

sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-RENAMED
sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
sudo apt-get update && sudo apt-get upgradeCheers,
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update

these didnt work and dont know where to start to look in order to fix this myself this is what I get when I run package manager and apt-get update.

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_natty_multivers e_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.

View 3 Replies View Related

Ubuntu :: Sudo Apt-get Install Gives Errors After Trying To Install Bacula

Oct 2, 2010

I tried installing bacula and i really had no idea what i was doing and i believe it failed. I ran sudo apt-get install bacula. Anyway, I tried removing it using sudo apt-get remove bacula but now whenever i run sudo apt-get install for anything, the app will install but then show all these errors from bacula. how do i get rid of it?

View 4 Replies View Related

Ubuntu :: Can't Install Apps Fom The Software Center?

May 22, 2010

first of all i am a super noob to Ubuntu and i have always used windows as my OS but for some reason i try to install the app be it games or any other program it wont install nothing pops up to have me inter my password to start installing or anything

View 6 Replies View Related

Ubuntu Installation :: Install Old Apps On New One Without Using Internet

Aug 5, 2010

since last month i'm using ubuntu 10.04 and i have installed lots of apps and packages i needed on my old 20GIG hard drive and i'm very happy with it but now i had to use this 20gig hard on other old PC and erase it and install all the stuff again on my 500 gig hard drive dual boot with win7 but i don't have enough Internet bandwidth to download all apps again and i want to use my current apps installed on my old hard drive

i tried cloning with Acronis true image but i didn't work then i tried pasting my old hard /var/cache/apt/archives to my new installation but it didn't work neither. does anyone know how can i clone or use my already downloaded packages on my new installation?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved