11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


debian 설치 명령 aptitude 대화식 apt-get 대용 사용방법

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    apt-get install aptitude
    aptitude



    Debian_10]root~[21:17:06 aptitude -n
    aptitude: invalid option -- 'n'
    aptitude 0.8.11
    Usage: aptitude [-S fname] [-u|-i]
           aptitude [options] <action> ...

    Actions (if none is specified, aptitude will enter interactive mode):

     install         Install/upgrade packages.
     remove          Remove packages.
     purge           Remove packages and their configuration files.
     hold            Place packages on hold.
     unhold          Cancel a hold command for a package.
     markauto        Mark packages as having been automatically installed.
     unmarkauto      Mark packages as having been manually installed.
     forbid-version  Forbid aptitude from upgrading to a specific package version.
     update          Download lists of new/upgradable packages.
     safe-upgrade    Perform a safe upgrade.
     full-upgrade    Perform an upgrade, possibly installing and removing packages.
     build-dep       Install the build-dependencies of packages.
     forget-new      Forget what packages are "new".
     search          Search for a package by name and/or expression.
     show            Display detailed info about a package.
     showsrc         Display detailed info about a source package (apt wrapper).
     versions        Displays the versions of specified packages.
     clean           Erase downloaded package files.
     autoclean       Erase old downloaded package files.
     changelog       View a package's changelog.
     download        Download the .deb file for a package (apt wrapper).
     source          Download source package (apt wrapper).
     reinstall       Reinstall a currently installed package.
     why             Explain why a particular package should be installed.
     why-not         Explain why a particular package cannot be installed.

     add-user-tag    Add user tag to packages/patterns.
     remove-user-tag Remove user tag from packages/patterns.

    Options:
     -h              This help text.
     --no-gui        Do not use the GTK GUI even if available.
     -s              Simulate actions, but do not actually perform them.
     -d              Only download packages, do not install or remove anything.
     -P              Always prompt for confirmation of actions.
     -y              Assume that the answer to simple yes/no questions is 'yes'.
     -F format       Specify a format for displaying search results; see the manual.
     -O order        Specify how search results should be sorted; see the manual.
     -w width        Specify the display width for formatting search results.
     -f              Aggressively try to fix broken packages.
     -V              Show which versions of packages are to be installed.
     -D              Show the dependencies of automatically changed packages.
     -Z              Show the change in installed size of each package.
     -v              Display extra information. (may be supplied multiple times).
     -t [release]    Set the release from which packages should be installed.
     -q              In command-line mode, suppress the incremental progress
                      indicators.
     -o key=val      Directly set the configuration option named 'key'.
     --with(out)-recommends     Specify whether or not to treat recommends as
                                strong dependencies.
     -S fname        Read the aptitude extended status info from fname.
     -u              Download new package lists on startup.
                      (terminal interface only)
     -i              Perform an install run on startup.
                      (terminal interface only)

    See the manual page for a complete list and description of all the options.

    This aptitude does not have Super Cow Powers.
    Debian_10]root~[21:17:10

    Translation(s)English - Español - Français - Italiano - 한국어(Korean) - Русский - 简体中文


    소개

    Aptitude 는 Ncurses 인터페이스를 제공하는 Apt 프런트 엔드 Debian 패키지 관리자이다. 텍스트 기반이기 때문에 터미널에서 또는 CLI (명령행 인터페이스)로 실행할 수 있다. Aptitude 는 다음을 포함하여 다양하고 유용한 특징들을 갖고 있다:

    • mutt 와 유사한 문법으로 패키지명을 유연하게 조회할 수 있다.
    • "automatically installed(의존성 때문에 자동 선택됨)" 또는 "manually installed(유저가 직접 선택함)" 로 패키지 조건을 지정해서 auto-removed when no longer required (더 이상 필요하지 않을 때 자동으로 삭제처리)가 이루어지도록 할 수 있다.

    • 패키지에 적용될 처리액션을 색상으로 표현해서 쉽게 확인가능.
    • dselect 처럼 패키지에 대해 대화식으로 연속적인 액션처리를 지원한다. (예: 의존성 문제 발생 시 삭제/설치/보류에 관한 기준 제시 및 적용한 액션이 실행단계로 넘어가기 전에 취소.. 등)
    • 패키지에 포함된 Debian changelog 조회 및 출력 지원
    • AptCLI (= apt-get + apt-cache) 와 호환되는 명령행 모드를 지원 ("aptitude install foo")

    • 점수제도 기인하여 (일반적으로) apt-get 보다 더욱 효율적으로 의존성 해결책을 제시함. aptitude 는 비대하지 않으며 스스로 패키지 보관소를 청소하고 익히기 쉽다. 하지만 이것 또한 자잘하고 그 밖에 더 많을 기능을 처리할 수 있는 만능 유틸리티는 아니다.

    패키지명은 aptitude 이다.

    aptitude 매뉴얼은 금광과 같다. 더 이상 내용을 추가하지 않아도 될 정도로 참신하게 작성되어 있으니 자세한 도움을 받고자 한다면 직접 참고하기 바란다.

    (텍스트 그래픽) 대화식 사용방법

    대화식으로 To run interactively, enter the following from a terminal:

    aptitude

    After running it, use:

    • F10 to access the menu and use aptitude. This is the main key.
    • ? for help
    • The 'up', 'down', 'left', 'right' keys to navigate.
    • The 'Enter' key to select
    • The '+' or '-' key to install/update or remove a package
    • The 'g' key to preview/confirm actions
    • 'q' to quit – this also closes the currently open window (‘g’ goes forward, ‘q’ goes back)

    The common use of aptitude in TUI (text user interface) is; run aptitude; press 'u' (update the lists of available packages); press 'U' (Mark all upgradable packages to be upgraded); (search/select some stuff to install, is optional); press 'g' (to see the pending actions and modify if needed); press 'g' (again, to start the download).

    Some time when you need to resolve conflicts, you discover that you made a mistake; you can easily use 'Cancel pending actions' in the 'Actions' menu so that you can re-select.

    When reviewing pending actions:

    • 'a' explicitly accepts an action (use again to unaccept)
    • 'r' rejects an action
    • 'g' again goes ahead with pending actions

    See Accessing package information for understanding the letters in the package synopsis line (e.g., 'i' means "will be installed", 'p' means "not installed", etc.)

    root 사용자 매뉴얼

    You can also use aptitude like in the same manner as apt-get:

    Update the packages list :

    # aptitude update

    Upgrade the packages :

    # aptitude safe-upgrade

    Install foo :

    # aptitude install foo

    Remove bar :

    # aptitude remove bar

    Purge foo :

    # aptitude purge foo

    모든 사용자를 위한 기능

    Search for packaging containing foo :

    $ aptitude search foo

    Personally, I still use apt-cache search foo to perform a search – aptitude search foo is slower. But you should try the aptitude search foo way. You should discover that the output is a bit different from apt-cache, in some case, it may be useful to search for a package to see if it is already installed.

    showing if a specific package is installed :

    $ aptitude show foo

    배포판을 업그레이드하는 방법

    아키텍쳐에 맞게 정식 버전 릴리즈에서 다음 버전 (예. Lenny 에서 Squeeze) 으로 업그레이드하려면 release notes 을 참고하라. 32 비트 시스템 유저이면 Release Notes for Intel x86 를 참고하고 64 비트 시스템 유저이면 Release Notes for AMD64을 참고하면 된다.

    full-upgrade Using full-upgrade in the regular course of events no longer the recommended practice (unless you are running sid, in which case you should not need to be reading this.)

    Minor release upgrades (e.g. from lenny 5.0.1 to 5.0.2) and security updates are done with safe-upgrade.

    • 현재 운영중인 Debian 버전 알아내기

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,678 / 21 Page
    [ 인텔 정품 cpu 팬 높이 치수 / mini-itx 보드에 나스케이스 cpu 팬 (높이) 쿨러 구입 정보… ]

    인텔 정품 cpu 팬 높이 치수 / mini-itx 보드에 나스케이스 cpu 팬 (높이) 쿨러 구입 정보 가격 참조팬 종료별 비교 http://…

    [ [정보] VMware Player를 이용해서 XPEnology/Synology /헤놀로지 윈도우 서버 201… ] 댓글 4

    ♠[정보] VMware Player를 이용해서 XPEnology/Synology\r\n/헤놀로지 윈도우 서버 2016 구축 설치사용기 입니다\r…

    [ SK 인터넷과 IPTV 연결과 사설공유기 pc연결시 기존 IPTV와 PC 랜 연결시 화면 끝김 발생 대응 … ] 댓글 1

    SK 인터넷과 IPTV 연결과 사설공유기 pc연결시 기존 IPTV와 PC 랜 연결시 화면 끝김 발생 대응 허브및 공유기 ,서버 연결도기존 : I…

    [ MS 정품 무료 웹에디터 배포 다운로드(Microsoft Microsoft Expression Web 4) ] 댓글 8

    MS정품무료웹에디터배포다운로드(MicrosoftMicrosoftExpression\Web4)-홈페이지나블로그또는다양한웹페이지를만들때아마도HTML…

    [ 패리티 일괄성검사 빠르게 하는방법(dsm6)_시놀로지/헤놀로지 윈도우 vmware 사용자 ]

    시놀로지/헤놀로지 윈도우 vmware 사용자 패리티 일괄성검사 빠르게 하는방법\r\n1) 초기 하드구성을 볼륨단위로 묽어서 구성하라\r\n저는 …

    [ 옥션에서 싼값에 디지털TV 셋톱BOX 을 구입 > 셀런 tv / celruntv 새롭게 GHOST PATCH… ] 댓글 23

    옥션에서 싼값에 디지털TV 셋톱BOX 을 구입했는데 이것이 요물 단지 입니다사용상에 문제는 없으나 구글링하여kevin 분의 자료를 받아 업데이트…

    [ pwigo 암호 초기화및 이메일 확인하기 password change 패스워드 변경 하기 ]

    pwigo 암호 초기화및 이메일 확인하기 password change등록된 이메일을 모른다 확인하여 암호 변경https://11q.kr/piwi…

    [ 부하가 적은 파일 전송 FlashFXP 을 이용한 nas용 파일전송 백업 ftp 사용방법기 입니다 ] 댓글 5

    부하가 적은 파일 전송 FlashFXP 을 이용한 nas용 파일전송 백업 ftp 사용방법기 입니다FlashFXP에 오신 것을 환영합니다!Flas…

    [ 이메일 서버에서 왜 스펨메일이 생기는지 ?아시는 분 리풀좀 해주세요 ]

    이메일 서버에서 왜 스펨메일이 생기는지 ?아시는 분 리풀좀 해주세요>\r\n>\r\n>\r\n♠ 출처는 링크 참조 바랍니다. h…

    [ 준비)omvs 프로그램을 이용한 S* (B*v) IPTV 주소 따는 방법 준비 ]

    오! 멀티 캐스트 비디오 스캐너\r\n\r\n무료 비디오 스트리밍 멀티 캐스트 IP 주소를 찾을 수 있습니다! 멀티 캐스트\r\n비디오 스캐너.…

    [ RAID 볼륨 시스템 파티션 실패함 수정 방법 ]

    RAID 볼륨 시스템 파티션 실패함 수정 방법DSM 새로 설치후 이전 RAID/볼륨을 추가시 시스템 파티션\r\n실패함발생시 수리방법 > …

    [ 웹페이지 화면 표현 시간 ]

    그누보드5 팁자료실웹페이지 화면 표현 시간검색목록목록tail.php 에 아래와 같이 변경하면화면에 표현 하는데 걸리는 시간을같이 볼수 있습니다.…

    [ iptv시청과 iptime공유기 확인 사항과 20170717 채널 서치 ] 댓글 156

    첫번째)공유기 밑에 iptv 시청하면서 ip 확인 하는 방법MBC Sports+__를 보고 있습니다 , 주소는udp://239.192.59.3:…

    [ VMware Raw Device Mapping(RDM) 설정 ] 댓글 3

    VMware Raw Device Mapping(RDM) 설정서버관련2013.09.28 01:38뷰어댓글로이전글다음글VMware에서 datasto…

    [ u5pvr사용기) 제품사용기 사용사례 sound 출력 설정 버퍼링 정보 ] 댓글 1

    [U5PVR] U5PVR ATV 베타펌 리뷰 Ver. 1 (스샷 압박 주의) : 네이버 카페출처 : [Eddy Lab] UHD 미니 PC 포럼 …

    [ 빨강모자님 감사 내용스킨건 문의 )글 주소 복사버튼 만들기의 또 하나의 방법.. ] 댓글 5

    저는 스킨을 shimss 변경하면 아래와같이 내용이 나오지 않으며 복사,이동,,,,, 2줄로 나와서basic으로 사용합니다.-----------…

    [ u5pvr)데비안/우분투 리눅스 커널(Kernel) 업데이트 - 2017.12.20. [출처] 데비안/우분투… ]

    u5pvr)데비안/우분투 리눅스 커널(Kernel) 업데이트 - 2017.12.20. [출처] 데비안/우분투 리눅스 커널(Kernel) 업데이트…

    [ dsm6.1.5-15254 ]

    버전 : 6.1.5-15254(2018-01-31)중요한 메모각 지역에서의 릴리스 시간은 약간 다를 수 있지만 앞으로 며칠 이내에 모든 지역에서…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-29 14:37:11

    오늘의 홈 현황


    • 현재 접속자♨ 554 명
    • 오늘 가입자※ 3 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 1,664 명
    • 어제 방문자 2,007 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,402,826 명
    • 전체 게시물※ 8,664 개
    • 전체 댓글수※ 24,792 개
    • 전체 회원수 11,077 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑