Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: tex-common (2.10): Package operation failed

  1. #11
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: tex-common (2.10): Package operation failed

    Quote Originally Posted by bekirs View Post
    1.
    Code:
    ls -l /var/cache/apt/archives/tex-common
    ls: cannot access /var/cache/apt/archives/tex-common: No such file or directory
    typo - fixed
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  2. #12
    Join Date
    Jul 2012
    Location
    The Netherlands
    Beans
    129
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: tex-common (2.10): Package operation failed

    1st step

    Code:
    ls -l /var/cache/apt/archives/tex-common*
    -rw-r--r-- 1 root root 709050 Jun 27  2011 /var/cache/apt/archives/tex-common_2.10_all.deb
    2nd step

    Code:
    UCF_FORCE_CONFFMISS=yes dpkg -i --force-confmiss /var/cache/apt/archives/tex-common_2.10_all.deb
    dpkg: error: requested operation requires superuser privilege
    3rd step

    Code:
    UCF_FORCE_CONFFMISS=yes dpkg -i --force-confmiss /var/cache/apt/archives/tex-common_2.10_all.deb
    (Reading database ... 1055032 files and directories currently installed.)
    Preparing to replace tex-common 2.10 (using .../tex-common_2.10_all.deb) ...
    Unpacking replacement tex-common ...
    Setting up tex-common (2.10) ...
    
    
    Recreating deleted config file /etc/texmf/texmf.d/05TeXMF.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/15Plain.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/45TeXinputs.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/55Fonts.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/65BibTeX.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/75DviPS.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/80DVIPDFMx.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/85Misc.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/90TeXDoc.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.d/95NonPath.cnf with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/updmap.d/00updmap.cfg with new version, as asked
    
    
    Recreating deleted config file /etc/texmf/texmf.cnf with new version, as asked
    Processing triggers for doc-base ...
    Processing 2 changed doc-base files...
    Registering documents with scrollkeeper...
    Processing triggers for man-db ...
    Quote Originally Posted by sandyd View Post
    typo - fixed

  3. #13
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: tex-common (2.10): Package operation failed

    Is it all working now?
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  4. #14
    Join Date
    Jul 2012
    Location
    The Netherlands
    Beans
    129
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: tex-common (2.10): Package operation failed

    I think it works now. At least no error message appear after I run sudo apt-get update...

    Thanks for great support!

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •