歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 下安裝 Profile Cleaner 2.28.1

Ubuntu 下安裝 Profile Cleaner 2.28.1

日期:2017/2/28 14:31:49   编辑:Linux教程

Profile Cleaner 是一個腳本程序,用於重建索引以減少浏覽器配置文件和組織SQLite數據庫,支持流行的浏覽器與郵件客戶端:Firefox、Chrome、Chromium、 Konqueror、 Midori、SeaMonkey、 Thunderbird、TOR 和 Newsbeuter。

可用最新版本 Profile Cleaner 2.28.1 已經發布。



安裝

Ubuntu 及衍生版本用戶有PPA可用,使用以下命令:

sudo add-apt-repository ppa:graysky/utils

sudo apt-get update

sudo apt-get install profile-cleaner



Debian Jessie 和 Debian Wheezy 和 Ubuntu (Saucy) 用戶安裝 profile-cleaner 使用下面的命令:

sudo sh -c 'echo "deb http://ppa.launchpad.net/graysky/utils/ubuntu quantal main" > /etc/apt/sources.list.d/graysky.list'
sudo sh -c 'echo "deb-src http://ppa.launchpad.net/graysky/utils/ubuntu quantal main" >> /etc/apt/sources.list.d/graysky.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FF7F9516
sudo apt-get update
sudo apt-get install profile-cleaner

Ubuntu 14.04 下載、安裝、配置的相關知識 http://www.linuxidc.com/Linux/2014-04/100370.htm

Ubuntu 14.04系統下載地址:http://www.linuxidc.com/Linux/2014-04/100352.htm

Windows 7下硬盤安裝Ubuntu 14.04圖文教程 http://www.linuxidc.com/Linux/2014-04/100983.htm

更多Ubuntu相關信息見Ubuntu 專題頁面 http://www.linuxidc.com/topicnews.aspx?tid=2

Copyright © Linux教程網 All Rights Reserved