タグ付けされた質問 「apt」

DebianベースのディストリビューションのパッケージマネージャであるAdvanced Packaging Tool。また、Ubuntuにパッケージをインストールするために最もよく使用されるツールです。aptツールの使用に関する質問では、このタグを使用する必要があります。

6
Ubuntuリポジトリからパッケージの認証エラーが発生するのはなぜですか?
VPNを試しているので、pptpdをインストールしたかったのです。 john@desktop:~$ sudo apt-get install pptpd [sudo] password for john: <snip> The following extra packages will be installed: bcrelay The following NEW packages will be installed: bcrelay pptpd 0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded. Need to get 90.5 kB of archives. After this operation, …


4
apt-getが0で止まる[us.archive.ubuntu.comへの接続]
アップグレードすると、次のようになります。 user@plato:~# sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: bind9-host coreutils cpio curl dnsutils libbind9-90 libc-bin libc-dev-bin libc6 libc6-dev libcgmanager0 libcurl3 libcurl3-gnutls libdns100 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libisc95 libisccc90 libisccfg90 libjasper1 liblwres90 libplymouth2 libsepol1 …

5
apt-getを介してインストールされたパッケージのソースコードを取得および変更するにはどうすればよいですか?
私は、インストールされるすべてのアプリケーションapt-getがオープンソースであると仮定しています。しかし、その方法で利用可能なものについては、これらのアプリケーションのソースコードを入手して更新することはできますか? 定期的に使用しているアプリケーションのうち、現在積極的に開発されていないものがいくつかあり、機能を追加したいと考えています。これらのアプリケーションを更新する権利はどこで取得できますか? この場合、具体的には、hellanzbパッケージを参照しています。
163 apt 


14
/ bootパーティションが100%に達したため、アップグレードできません。古いカーネルを削除してスペースを空けることはできません
私がしようとしたとき、私の最初の問題でしたapt-get updateかapt-get upgrade。アップグレード時に、次のエラーが表示されます。 You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: linux-image-server : Depends: linux-image-3.2.0-27-generic but it is not installed E: Unmet dependencies. Try using -f. 私はapt-get install -fを実行しようとしましたが、これは出力です(プロンプトでyesと言った後) (Reading database ... 186183 files and directories currently installed.) Unpacking linux-image-3.2.0-27-generic (from …

3
ブートローダーを再実行するにはどうすればよいですか?
実行するsudo apt-get -f installと言ったThe link /vmlinuz.old is a damaged linkと: you may need to re-run your boot loader[grub] 完全な出力は次のとおりです。 user@chrubuntu:~$ sudo apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic …
150 boot  grub2  apt  kernel  bootloader 

8
LibreOfficeをアンインストールする方法は?
libreofficeを完全に削除するには、どのパッケージを削除する必要がありますか?オフィスツールは必要ありません。 これがaptのようなパッケージマネージャーの不満の1つです。不要なソフトウェアを削除するという重要なタスクを実行する簡単な方法はありません。




3
「メソッドドライバー/ usr / lib / apt / methods / httpsが見つかりませんでした」更新エラー
sudo apt-get update E: The method driver /usr/lib/apt/methods/https could not be found. michael@Ubuntu:~$ sudo apt-get clean michael@Ubuntu:~$ cd /var/lib/apt michael@Ubuntu:/var/lib/apt$ sudo mv lists lists.old michael@Ubuntu:/var/lib/apt$ sudo mkdir -p lists/partial michael@Ubuntu:/var/lib/apt$ sudo apt-get clean michael@Ubuntu:/var/lib/apt$ sudo apt-get update E: The method driver /usr/lib/apt/methods/https could not be found. E: Could not get …
145 apt  updates 

10
アップグレード時に十分な空きディスク容量がない
毎日更新しようとすると、ソフトウェアアップデーターでエラーが発生します。それは言います: The upgrade needs a total of 25.3 M free space on disk `/boot`. Please free at least an additional 25.3 M of disk space on `/boot`. Empty your trash and remove temporary packages of former installations using `sudo apt-get clean`. sudo apt-get cleanターミナルに入力しようとしましたが、まだメッセージが表示されます。私が読んだページはすべて、経験豊富なUbuntuer向けです。Ubuntu 12.10を実行しています。13.04にアップグレードしたいのですが、最初にこれらを完了する必要があることを理解しています。 これは、cat /etc/fstabターミナルへの入力からの出力です。 # /etc/fstab: static …
142 apt  upgrade 



弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.