How to delete installed package on ccm5 .1 tftp

I'm looking to delete old stuff installed on the CCM tftp. I'm using 5.1.2b.
Thanks !

To delete a file from the TFTP Server, please use the command "file delete tftp" from CLI of your server.
Hope this help

Similar Messages

  • How to Delete complete package from R/3

    Hello Friends,
    I've deleted all the subojects of a package and then tried to delete the package name.
    But still i'm getting a message stating still the package contains subobjects.
    Please guide me how i can proceed further.
    Thanks in advance!
    Best Regards
    Prasad

    Hello Prasad
    If you have plenty of obsolete TADIR entries to delete then I would suggest to write a simple ABAP
    PARAMETERS:
      p_devc     TYPE devc   default '<name of your obsolete package>'.
    START-OF-SELECTION.
      SELECT * FROM tadir INTO gs_tadir
        WHERE obj_name NE '<name of your obsolete package>'
        AND       devclass = '<name of your obsolete package>'.
         DELETE tadir FROM gs_tadir.
         " NOTE: Be very careful not to delete other TADIR entries !!!
      ENDSELECT.
    COMMIT WORK.
    Or you could edit table TADIR using transaction SE16N (should not be a problem on the DEV system).
    Regards
      Uwe

  • [SOLVED] Deleting installed packages

    What's the best way to view all my installed packages so I can delete the ones I don't need? I don't mind the terminal but I would prefer a GUI method. I use gnome and gtkpacman, but neither seem to give me the list I need directly.[
    Last edited by Csosa (2009-08-01 17:25:09)

    windtalker wrote:Not trying to hijack the thread as my query does apply to the op but,,,
    it's been my understanding for some time it isn't wise to just mass remove orphan packages as some of the packages may be needed by some of the installed apps and aren't true orphans.
    If that was the case, then there needs to be a bug report for that package with missing deps.

  • How to filter installed packages in Pacman -Ss

    I want to search a package in the repos but I don't want to see installed packages, I want to see only uninstalled packages. Is it possible? It is not very important or urgent, but I want to know if it is possible.

    @Trilby, @ progandy
    Thank you for your posts.
    @progandy
    I wrote a simple bash function with your answer, now I have what I want. Thank you again.
    pacmanSs ()
    if [ -z "$1" ] ; then
    echo "Write something to search..."
    else
    pacman --color=always -Ss $1 | sed '/\S.*\[installed\]/,/^\s/d'
    fi

  • How to re-install package on a newly purchased laptop

    I currently have the Creative Cloud multi platform package installed on my mac desktop and a PC laptop. I am considering selling my PC laptop to get a macbook pro. How do I go about uninstalling Cloud from the PC? And when I get my new macbook, will the service recognize that this is a replacement for the 2nd machine and not a 3rd use?
    Thanks

    On the PC laptop, Help  > Deactivate in any Adobe app to de-activate the entire suite to free up one activation.
    Uninstall the software as usual.
    On the new MacBook Pro, log in to creative.adobe.com, download the AAM and then download the apps to use up the free activation.

  • How to download/install package libXi.i386

    Need to install libXi.i386 to fix an error (see Oracle Note 824249.1-Libxi.So.6: Cannot Open Shared Object File: No Such File When Rapidwiz is Started to Install 12.1.1).
    I have Linux-x86-64
    when I try to install libXi it doesn't install the i386 version as I already have 64 bit
    root@localhost /# yum install libXi
    Loaded plugins: refresh-packagekit
    Setting up Install Process
    Package libXi-1.2.1-1.fc11.x86_64 already installed and latest version
    Nothing to do
    Need to know how to install libXi.i386 or from where I can download it.
    Lack of this package in the system cause rapidwiz to fail ( per same Note 824249.1).

    Thanks,
    but # yum install libXi.i386 returns No package libXi.i386 available
    this is what i get:
    [root@localhost /]# yum install libXi.i386
    Loaded plugins: refresh-packagekit
    updates/metalink | 13 kB 00:00
    updates | 4.4 kB 00:00
    updates/primary_db | 5.9 MB 00:08
    Setting up Install Process
    No package libXi.i386 available.
    Nothing to do
    [root@localhost /]#
    for the other one (yum install <pack>.<arch>) I am not sure exactly what syntax I should type.

  • How to install packages from removable media?

    I'm pretty damn sure that i missed some wiki page, but i cannot find it, how do i install packages without an internet connection. I installed on one of my computers, then realized i needed to install the wireless drivers after the install, which i cannot. I can ofcourse reinstall, but i believe there must be a possibility to make pacman install a bunch of packages from USB or a cd. I do have internet at my other computer, so i can download the packages there onto a usb-stick.

    Hi,
    you should try
    pacman -U /path/to/package.pkg.tar.gz
    I haven't tried this but that's the way one would manually install a package build with PKGBUILD and "made" with makepkg.
    Hope that helps.

  • Can we create Transport request for deleting a package?

    Hi all,
      We have few customised programs and tables developed in a package. Normally we create a transport request, include the objects for this package, then generate the FTP files and send it to user. Now the user wants us to create a FTP files for deletiing the package. Can this be possible without effecting the package in our system?( For this we have only dev sys)
    Thanks and Regards,
    Sravanthi

    >
    sravanthi konda wrote:
    >    Yes, I too cannot understand. If it is to delete a single program or 2 programs it is posible to create a TR excluding that program, but I don't understand how to delete whole  package. Is there any possibility to do this?
    You have to ask the user to delete the package locally. Moreover please educate him about the CTS mechanism in SAP, i don't think ABAPers are here to hack the SAP system

  • Installed package

    Hi,
    How to find installed package in linux and its path.where the apache is located in linux.
    [root@server2 /]# httpd -v
    Server version: Apache/2.0.52 > where this information stored in linux
    Server built: Aug 31 2005 10:47:52
    how to find the location of Apache/2.0.52 i tried
    [root@server2 /]# which Apache/2.0.52
    /usr/bin/which: no 2.0.52 in (./Apache)
    [root@server2 /]# which Apache
    /usr/bin/which: no Apache in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin)
    [root@server2 /]#
    Edited by: user3266490 on Jul 8, 2009 6:40 AM
    Edited by: user3266490 on Jul 8, 2009 7:42 AM
    Edited by: user3266490 on Jul 8, 2009 7:43 AM

    I do not understand your question.
    the version of the apache server can be listed with httpd -vthe location of the apache server can be listed with which httpdthe rpm package which contains the httpd executable can be listed with rpm -qf `which httpd`

  • I completley deleted safari, how do I install it back?

    I completley deleted the application and folder. I'm running OS X 10.6.8 and Apple does not offer me a download, without a Snow Leopard disc. How do I install Safari 5 without a disc?

    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: It took 0.00 seconds to summarize the package selections.
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#Safari5.1.9SnowLeopard.pkg
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#FlashUpdateTool.pkg
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: Will use PK session
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: Starting installation:
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: Configuring volume "Macintosh HD"
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: Preparing disk for local booted install.
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: Free space on "Macintosh HD": 412.58 GB (412575363072 bytes).
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: Create temporary directory "/var/folders/kB/kBcqOIu4GICJEeGLYuTNPk+++TM/-Tmp-//Install.624mqD5o5"
    Jun  7 11:45:32 cpe-172-254-1-2 Installer[624]: IFPKInstallElement (2 packages)
    Jun  7 11:45:33 cpe-172-254-1-2 installd[631]: PackageKit: ----- Begin install -----
    Jun  7 11:45:33 cpe-172-254-1-2 installd[631]: PackageKit: request=PKInstallRequest <2 packages, destination=/>
    Jun  7 11:45:33 cpe-172-254-1-2 installd[631]: PackageKit: packages=(\n    "PKLeopardPackage <file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9Snow LeopardManual.pkg#Safari5.1.9SnowLeopard.pkg>",\n    "PKLeopardPackage <file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9Snow LeopardManual.pkg#FlashUpdateTool.pkg>"\n)
    Jun  7 11:45:39 cpe-172-254-1-2 installd[631]: PackageKit: Extracting file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#Safari5.1.9SnowLeopard.pkg (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jun  7 11:45:51 cpe-172-254-1-2 installd[631]: PackageKit: Extracting file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg#FlashUpdateTool.pkg (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Jun  7 11:45:52 cpe-172-254-1-2 installd[631]: PackageKit: Executing script "archiveSafari" in /private/tmp/PKInstallSandbox.uXLiiS/Scripts/com.apple.pkg.Safari517SnowLeopard .HVNQZl
    Jun  7 11:45:53 cpe-172-254-1-2 installd[631]: archiveSafari: dyld: Library not loaded: /System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE/libperl.dylib
    Jun  7 11:45:53 cpe-172-254-1-2 installd[631]: archiveSafari:   Referenced from: /usr/bin/perl5.10.0
    Jun  7 11:45:53 cpe-172-254-1-2 installd[631]: archiveSafari:   Reason: image not found
    Jun  7 11:45:53 cpe-172-254-1-2 installd[631]: PackageKit: Install Failed: PKG: pre-install scripts for "com.apple.pkg.Safari517SnowLeopard"\nError Domain=PKInstallErrorDomain Code=112 UserInfo=0x10341a4e0 "An error occurred while running scripts from the package “Safari5.1.9SnowLeopardManual.pkg”." {\n    NSFilePath = archiveSafari;\n    NSLocalizedDescription = "An error occurred while running scripts from the package \U201cSafari5.1.9SnowLeopardManual.pkg\U201d.";\n    NSURL = "#Safari5.1.9SnowLeopard.pkg -- file://localhost/Volumes/Safari%205.1.9%20for%20Snow%20Leopard/Safari5.1.9SnowL eopardManual.pkg";\n    PKInstallPackageIdentifier = "com.apple.pkg.Safari517SnowLeopard";\n}
    Jun  7 11:45:53 cpe-172-254-1-2 Installer[624]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 UserInfo=0x119c71790 "An error occurred while running scripts from the package “Safari5.1.9SnowLeopardManual.pkg”."
    Jun  7 11:45:54 cpe-172-254-1-2 Installer[624]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Jun  7 11:45:54 cpe-172-254-1-2 Installer[624]: IFDInstallController 61ECB0 state = 7
    Jun  7 11:45:54 cpe-172-254-1-2 Installer[624]: Displaying 'Install Failed' UI.
    Jun  7 11:45:54 cpe-172-254-1-2 Installer[624]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.
    And that was the same string that was there '<string>6534.59.8</string>'
    Is there anything wrong?

  • How to delete all objects in a package?

    Hello,
    I've seen a similar question here. But is there a tool or a smart way to delete all objects in a dev class or a transport request?
    Best Regards
    Volker

    These are really 3 questions??
    1. To delete objects in a request there are a number of ways, here is one:
    Position cursor on modifiable request.
    Double click on request and choose 'Objects' tab
    Choose object line you want to delete and click 'Delete'
    Save your changes.
    2. To delete objects in a Dev Class:
    Go to work bench --> edit object, Class and give your class name, you will see delete option at the bottom of the screen.
    3. How to delete all objects in a package:
    here is a link with the steps you need for this: http://benxbrain.com/en/index.do?onInputProcessing(brai_object_thread)&001_threadid=0000161442&sysid=WP5&pgmid=R3TR&object=DOMA&obj_name=DEVCLASS&child_param=

  • How to delete old version of itunes and install the latest? When I update an error message pop-up.  "the feature you are trying to use is on a network resource that is unavailable".  Plese help!

    How to delete older version of itunes and installed the new version? When I try to install the new version (update) a message popup.  " The feature you are trying to use is on a network resourse that is unavailable".  Please can someone help? Thanks!

    Which particular .msi file is the message going on to say can't be found? (Several different msi files can be mentioned in this context: itunes.msi, bonjour.msi, AppleSoftwareUpdate.msi, etc.)

  • How can I install Windows XP on my Lenovo IdeaPad S10-2 with all partitions deleted?

    Lenovo Masters:
    Good day to you all.
    I would like to ask how can I install WinXP in my S10 (no DVD drive)?  First, I want to share that I committed the mistake of using it without any anti-virus software installed.  As a result, it bugged down.  Now in my attempt to reformat it and make it as fresh as day one, I followed the steps on how to make a bootable USB drive.  I was not aware that this unit is only compatible with WinXP (I tried to upgrade to Win7).  And in the process, I deleted both partitions of the HDD.. Now I'm receiving the message "windows was not able to detect a hard drive.. blah.. blah.." dead end for me..
    Can anyone grant me his/her generosity and enlighten me on what to do? Badly need help.. Thanks! 

    you should format the partitions, i think, you haven't done it so, windows can't detect any harddisk installed or your harddisk is dead.
    try to format the disk by using windows installation ( usb ) and try to install again.
    also, check if you see your hdd under bios ( press f2 to load bios, then check bios order )
    ordering recovery discs won't help you due to you don't have any dvd-rom. i suggest you to call lenovo support line and ship your laptop back to service to reset your harddisk to its default.
    ( lenovo may charge you )

  • How to install packages from local folder

    Hi all,
    I have downloaded all arch linux packages from the following URLs:
    ftp://mirrors.kernel.org/archlinux/core/os/i686/
    ftp://mirrors.kernel.org/archlinux/extra/os/i686/
    ftp://mirrors.kernel.org/archlinux/community/os/i686/
    and then have saved them to an external hard disk. Then I have attached that external hard disk to my system and packages are available in following folders:
    /mnt/external_hd/Arch_Linux/Core-OS/
    /mnt/external_hd/Arch_Linux/Extra-OS-1/
    /mnt/external_hd/Arch_Linux/Extra-OS-2/
    /mnt/external_hd/Arch_Linux/Community-OS-1/
    /mnt/external_hd/Arch_Linux/Community-OS-2/
    /mnt/external_hd/Arch_Linux/Community-OS-3/
    Now I want to install some or all packages from these folder with the help of pacman command. I am seeing that package corresponding to wvdial command is available in the /mnt/external_hd/Arch_Linux/Extra-OS-1/ folder. But how to use pacman command so that I can install wvdial package from that folder?
    In addition to this if I want to install ALL Extra Packages available in the folders /mnt/external_hd/Arch_Linux/Extra-OS-1/ and /mnt/external_hd/Arch_Linux/Extra-OS-2/ then how to execute the pacman command?
    Please send me step by step instructions so that I shall be able to install some or all downloaded packages.
    I shall remain thankful for this forever.
    Best Regards ...
    Pankaj Kumar

    Hi fukawi2,
    Thanks for reply and searching for my username on google. It is true that I am a freelance s/w developer but I am not installing Arch Linux for any client. I am installing it due to some other reasons. In fact I started working on Red Hat and then on Fedora when I was a student of bachelor degree course in computer applications. Then later I searched open suse and started using it. I am using open suse from its 10.1 version. However the recent version of this distribution has become much resource consuming. So I am in the need of a light weight linux distribution. And I encountered Arch Linux. Then I purchased its installation disk from an online shop and installed it on my system. But only text mode is working at this moment. Since I want to use X window and so I started to follow the syntax of pacman command. But it is connecting to internet. Since my internet connection is slow (average speed of 10kbps) and so I requested the same online shop to download all packages from Arch Linux repository and send them to me. Therefore now I am having all those packages in my local external hard disk drive in the folder mentioned in my first post. Now I want to install packages from these folder. And so in order to get help I have come to this forum.
    I have also followed the steps given on the pages https://wiki.archlinux.org/index.php/Pa … l_commands and https://wiki.archlinux.org/index.php/Pa … repository. But when I am trying to install a particular package using the following command:
    pacman -U wvdial
    then it is asking for a dependency. I know that  the dependent package in my local folder but why it is not being automatically taken by pacman command? Can you please explain it.
    That is why I am asking help only for customization and usages of pacman in order to install packages from local folder. But each member in this forum is only referring to long written manuals and not giving me exact solution which I think will involve four/five steps.
    Best Regards ...
    Pankaj Kumar

  • HT203167 I accidentally deleted a few apps and not remember their name. Pls let me know how to re-install it that data is not lost.

    I accidentally deleted a few apps and not remember their name. Pls let me
    know how to re-install it that data is not lost.

    Hello DucPV,
    You can view your purchase history, track down the Apps (by recognizing the icons), and reinstall. The following article outlines how to do so:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Thanks,
    Matt M.

Maybe you are looking for

  • Is this normal?!!

    I just got my iPad 2 today. I tried to install the recent device software but it took like ages. I disconnected and connected back to restore to factory settings. It's almost 2 hours now with not more than 20% complete!!! What should I do. PLEASE HEL

  • Planned order requirement materials total list

    Dear Experts, Question related to SAP-PP I was given Demand in MD61 for make to Stock I run MRP through MD02 Planned orders were created. My Thread is For one FG Planned order, I checked all the requirements level by level. But I want to know the tot

  • Program stream won't play

    The NPR Program Stream will no longer play in iTunes and I don't know how to fix it. I click on play and nothing happens. Any ideas?

  • Bank Directory Import programme

    Hi .,      Can anybody please help me with some information on Bank directory import program and other details for country U.S.A. I know that bank directory can be automatically created as long as the bank directory is available on diskette and impor

  • Setting OBDC info on multiple reports (batch)

    Hello, Is there a way to set OBDC info for multiple reports at once. I have users with 100+ reports and we just changed SQL server, so that each report need to be pointed to the new server. Doing it manually by opening each report and manually pointi