New answers tagged dpkg
0
Easiest way to do this is to install the Synaptic Package manager, it somehow is better at solving dependencies issues and I was able to sort it out using Synaptic. The Ubuntu Software Center does not seem to be handle this well.
0
My Ub Software Center LibreOffice install to 13.04 runs and works seemingly well, but even after repeated cleans and reinstalls the Ub Software Center app throws an error for the disorganized state of the LO browser add-in, where these errors appear Each time Ub Software System is used to install Any software. And several apps that work well for me on a ...
0
Understanding your situation by summarizing the posts and stating any key assumptions, and providing my preferred "Approach"-Stick with Supported Version of LO from Ubuntu Software Centre
The response has three parts- Disclaimer of limitations; Defining the problem, defining an approach and lastly a note on Ubuntu software centre with respect to LO ...
3
Have not tried this in a very long time, but you can use a program called alien for installing rpm packages in ubuntu
0
You can open, System Setting.
And ENTER Softwares and Update.
From there just UN-check "Cdrom with Ubuntu 13.04 'Raring Ringtail'". My problem was solved by this step. Hope it will help you too.
2
Open Update Manager and click on the "Settings" button to open Software Sources. Click on the Ubuntu tab and un-check the "Cdrom with Ubuntu 13.04 Raring Ringtail" source.
Öffnen Sie Update-Manager und klicken Sie an die „Einstellungen“ knöpfen, um Software-Quellen zu öffnen an. Klicken Sie an den Ubuntu Tabulator und die UNOkontrolle der „CD-ROM mit Ubuntu ...
0
First, you check where dpkg --get-selections is getting it's raw data from. If you suspect it's getting the data from /var, then you can further narrow down the results with a grep. Like this:
strace dpkg --get-selections 2>&1 | grep /var
That will produce the following result:
open("/var/lib/dpkg/updates/", ...
0
I had the same problem try sudo apt-get -f remove --purge libreoffice* and then reinstall!
1
The warning/errors don't actually seem to have anything to do with the fact that you're installing them into a usr/share/<project>/node_modules directory. AFAICT, you'd be generating them wherever you install them.
As the docs mention, Lintian warning/errors can be overridden to silence them. Create a file called <package>.lintian-overrides in ...
0
There are two stages for apt, downloading files and installing them. If the system is working it means that apt was still downloading. So you can remove the lock file and do update again followed by upgrade. If the system is broken (which you did not state and I assume is not the case) then that is different story altogether.
So Just do
sudo rm -fv ...
0
Ok, I looked around some more and found a solution: It is in this post:
Unable to install any updates through update manager/apt-get upgrade
There is a link in the answer to this page: http://ubuntuforums.org/archive/index.php/t-1232143.html
It comes down to editing the /var/lib/dpkg/status file and removing everything related to the broken package.
My ...
0
Please see here for description on how to safely abort an apt-get process:
How to safely abort apt-get install?
Put simply, using CTRL + C should be exactly what you're looking for.
0
Do a ppa purge of amd-microcode ppa and remove amd-microcode via software center or sudo apt-get --purge remove, reboot and rerun the upgrade.
0
Here is another approach compared to empi89 's answer, using a modified mysql init script. Yes this is manual, but this is the price you pay to be on the bleeding edge. Oracle does not provide a repository.
Have a look at this post.
EDIT: In brief, you can copy the original /etc/init.d/mysql to /etc/init.d/mysql-opt and modify it as appropriate:
Replace ...
1
Modify - It means you or a script edited a configuration file. For example, if you install mysql server and then you go and edit the /etc/myql/my.cnf file. The next time you do an upgrade and this upgrade includes mysql, when the mysql package starts to install it will detect you modified the my.cnf, so this message you got will appear. The change can be as ...
1
Not reproducible in Raring with a 1.509.x build after installing default-jdk. Not sure whether the difference is installing the full JDK; or a package metadata difference in the JDK for Raring; or a package metadata difference in Jenkins (I do not think so); or a bug fix to apt-get in Raring.
1
The files are in the libfl-dev package, which is a dependency of flex. The package is Multi-Arch enabled, so the files are under the /usr/lib/i386-linux-gnu/ or /usr/lib/x86_64-linux-gnu/ directory, depending on whether you are on 32 or 64 bit. Or possibly under /usr/lib/armhf-linux-gnu/ if you are on ARM.
0
I think I figured it out myself. apt does not check authentication on individual packages but only on the Release files.
0
How to remove TuxCut app from Ubuntu 12.1O
http://www.iasptk.com/15825-ubuntu-fix-broken-package-best-solution
1
Download the package complementary to the version of your distro.
https://launchpad.net/ubuntu/+source/dpkg/1.16.1.2ubuntu7
Decompress the file.
cd to the root of the dpkg source directory.
./configure
make
sudo make install
You may need to download some packages if ./configure fails
1
Unless you have a backup you can restore from, no. You will have to reinstall.
1
First of all you need to remove any previous installations of Libreoffice.(if any)
sudo apt-get remove --purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove
There are 2 ways to install:
1.
Add the right repository:
Warning: if you have another LibreOffice PPA installed, you might have to remove it first
Just press Ctrl+Alt+T on your keyboard ...
0
ah! resolved somehow...
http://ftp.cn.debian.org/debian/pool/main/liba/libass/libass4_0.10.0-3_amd64.deb
Extract and install:
sudo dpkg -i '/location/to/file/libass4_0.10.0-3_amd64.deb'
2
Extension Packs for older VirtualBox releases are available from Oracle:
Download VirtualBox (Old Builds): VirtualBox 4.0
However I do recommend upgrading to the most recent version for stability and compatibility with newer kernels. See answer below on how to add the Oracle repository to your sources:
How do I install the closed source version of ...
2
You won't lose your settings or files if you reinstall.
Just install the package with dpkg and it will upgrade it. That's all.
(In case you are really cautious, you can backup the .virtualbox folder under your Home.)
More info on that can be found here.
Default machines folder $HOME/VirtualBox VMs
Default disk image location In each ...
0
Try reinstalling libass4, there seems to be something wrong with the current installation.
Top 50 recent answers are included



