Changes between Version 1 and Version 2 of FAQ_T33_F39


Ignore:
Timestamp:
2013/10/05 19:07:41 (11 years ago)
Author:
yasumichi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_T33_F39

    v1 v2  
    11== Canonプリンタドライバを利用する際の注意点 == 
    22 
     3  Canonプリンタドライバパッケージは後処理スクリプトで破壊活動をしているため、その修復作業が必要となっています。 
     4 
     5 * ドライバをインストールする前にアップデートを適用する 
     6{{{ 
     7$ sudo apt-get update 
     8$ sudo apt-get upgrade 
     9}}} 
     10 * ドライバをインストールした後にcupsパッケージを再インストールする 
     11{{{ 
     12$ sudo apt-get update 
     13$ sudo apt-get install --reinstall cups 
     14}}}