cd /etc/apt/sources.list.d

都在这里了

drwxr-xr-x 2 root root 4096 5月  22 23:41 ./
drwxr-xr-x 6 root root 4096 5月 20 20:59 ../
-rw-r--r-- 1 root root 216 5月 22 23:41 daniruiz-ubuntu-flat-remix-bionic.list
-rw-r--r-- 1 root root 216 5月 22 23:41 daniruiz-ubuntu-flat-remix-bionic.list.save
-rw-r--r-- 1 root root 154 5月 22 23:41 dyatlov-igor-ubuntu-sierra-theme-bionic.list
-rw-r--r-- 1 root root 154 5月 22 23:41 dyatlov-igor-ubuntu-sierra-theme-bionic.list.save
-rw-r--r-- 1 root root 189 5月 22 23:41 google-chrome.list
-rw-r--r-- 1 root root 189 5月 22 23:41 google-chrome.list.save
-rw-r--r-- 1 root root 192 5月 22 23:41 shutter-ubuntu-ppa-bionic.list
-rw-r--r-- 1 root root 126 5月 22 23:41 shutter-ubuntu-ppa-bionic.list.save
-rw-r--r-- 1 root root 65 5月 22 23:41 sogoupinyin.list
-rw-r--r-- 1 root root 65 5月 22 23:41 sogoupinyin.list.save
-rw-r--r-- 1 root root 128 5月 22 23:41 system76-ubuntu-pop-bionic.list
-rw-r--r-- 1 root root 128 5月 22 23:41 system76-ubuntu-pop-bionic.list.save
-rw-r--r-- 1 root root 193 5月 22 23:41 vscode.list
-rw-r--r-- 1 root root 193 5月 22 23:41 vscode.list.save
jiqing@jiqing-pad:/etc/apt/sources.list.d$ sudo rm shutter-ubuntu-ppa-bionic.list
jiqing@jiqing-pad:/etc/apt/sources.list.d$ sudo rm shutter-ubuntu-ppa-bionic.list.save

ubuntu删除ppa源的更多相关文章

  1. Ubuntu添加与删除PPA源

    目录 PPA,英文全称为 Personal Package Archives,即个人软件包档案.是 Ubuntu Launchpad 网站提供的一项源服务,允许个人用户上传软件源代码,通过 Launc ...

  2. Ubuntu添加PPA源

    转自Ubuntu添加PPA源 什么是PPA PPA,表示Personal Package Archives,也就是个人软件包集 很多软件包由于各种原因吧,不能进入官方的Ubuntu软件仓库.为了方便U ...

  3. Ubuntu 16 PPA源管理(查询、添加、修改、删除)

    查询 在Ubuntu中,每个PPA源是单独存放在/etc/apt/sources.list.d/文件夹中的,进入到该文件夹,使用ls命令查询即可列出当前系统添加的PPA源. 添加 sudo add-a ...

  4. Ubuntu: repository/PPA 源

    在Ubuntu中,每个PPA源是单独存放在/etc/apt/sources.list.d/文件夹中的,进入到该文件夹,使用ls命令查询即可列出当前系统添加的PPA源. 添加 sudo add-apt- ...

  5. ubuntu使用ppa源安装最新版本的git

    国内也有ubuntu镜像源.但是里面的git都是1.9版本.最新的已经是2.3了 1 首先使用将ppa源加入Ubuntu,交大家 sudo add-apt-repository ppa:pdoes/p ...

  6. Ubuntu中PPA源是什么

    以下内容转自https://imcn.me/ppa: PPA是Personal Package Archives首字母简写.翻译为中文意思是:个人软件包文档 只有Ubuntu用户可以用,而所有的PPA ...

  7. wireshark的ubuntu更新ppa源

    默认的ppa源安装的是1.8.3的,这个源直接更新到1.11.0 $ sudo add-apt-repository ppa:dreibh/ppa $ sudo apt-get update $ su ...

  8. ubuntu/linuxmint如何添加和删除PPA源

    [添加] 1.sudo add-apt-repository ppa:user/ppa-name 2.sudo apt-get update (然后再安装软件sudo apt-get install ...

  9. ubuntu 通过ppa源安装mysql5.6

    添加mysql5.6的源 sudo add-apt-repository -y ppa:ondrej/mysql-5.6 更新源 sudo apt-get update 安装mysql5.6 sudo ...

随机推荐

  1. 04004_使用JavaScript完成注册表单数据校验

    1.需求分析 (1)用户在进行注册的时候会输入一些内容,但是有些用户会输入一些不合法的内容,这样会导致服务器的压力过大,此时我们需要对用户输入的内容进行一个校验(前端校验和后台校验): (2)前端校验 ...

  2. luogu4093 [HEOI2016/TJOI2016]序列

    因为一个变化只会变化一个值,所以 \(dp[i]=max(dp[j])+1,j<i,maxval_j \leq a[i], a[j] \leq minval_i\) 发现跟二维数点问题挺像,树状 ...

  3. 可以从CSS框架中借鉴到什么

    http://isux.tencent.com/css-framework.html http://isux.tencent.com/css-framework.html 现在很多人会使用 CSS 框 ...

  4. zoj 2201 No Brainer

    No Brainer Time Limit: 2 Seconds      Memory Limit: 65536 KB Zombies love to eat brains. Yum. Input ...

  5. HDU-5532//2015ACM/ICPC亚洲区长春站-重现赛-F - Almost Sorted Array/,哈哈,水一把区域赛的题~~

    F - Almost Sorted Array Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & ...

  6. bzoj4568 [Scoi2016]幸运数字 线性基+树链剖分

    A 国共有 n 座城市,这些城市由 n-1 条道路相连,使得任意两座城市可以互达,且路径唯一.每座城市都有一个 幸运数字,以纪念碑的形式矗立在这座城市的正中心,作为城市的象征.一些旅行者希望游览 A ...

  7. firefox自动化测试的常用插件

    1.firebug 2.firepath 3.firefinder 5.WebDriver Element Locator 提供多种语言的xpath路径

  8. Flex的Combobox组件使用技巧

    1.显示提示设置Prompt属性可以为Combobox添加一个默认提示.如果没有设置selectedIndex,默认selectedIndex=-1,就显示Prompt的内容.Flex3如果不设置Pr ...

  9. HDU 4193 Non-negative Partial Sums【单调队列】

    题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=4193 题意: 给定序列,可以把后面的连续的部分移到最前面来,问多少种移法使得最终得到的序列的前i项和 ...

  10. BZOJ——2563: 阿狸和桃子的游戏

    http://www.lydsy.com/JudgeOnline/problem.php?id=2563 Time Limit: 3 Sec  Memory Limit: 128 MBSubmit:  ...